summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-01-14Merge tag '5.0-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-65/+211
2019-01-11Merge tag 'ceph-for-5.0-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2-6/+3
2019-01-11cifs: update internal module version numberSteve French1-1/+1
2019-01-11CIFS: Fix error paths in writeback codePavel Shilovsky4-9/+56
2019-01-11CIFS: Move credit processing to mid callbacks for SMB3Pavel Shilovsky1-17/+34
2019-01-11CIFS: Fix credits calculation for cancelled requestsPavel Shilovsky2-2/+27
2019-01-11cifs: Fix potential OOB access of lock element arrayRoss Lagerwall2-6/+6
2019-01-11cifs: Limit memory used by lock request calls to a pageRoss Lagerwall2-0/+12
2019-01-11cifs: move large array from stack to heapAurelien Aptel2-14/+32
2019-01-11CIFS: Do not hide EINTR after sending network packetsPavel Shilovsky1-1/+1
2019-01-10CIFS: Fix credit computation for compounded requestsPavel Shilovsky1-18/+41
2019-01-10CIFS: Do not set credits to 1 if the server didn't grant anythingPavel Shilovsky1-2/+0
2019-01-10CIFS: Fix adjustment of credits for MTU requestsPavel Shilovsky1-2/+6
2019-01-10cifs: Fix a tiny potential memory leakDan Carpenter1-0/+1
2019-01-10cifs: Fix a debug messageDan Carpenter1-3/+4
2019-01-08hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/truncate race"Mike Kravetz1-28/+33
2019-01-07ceph: use vmf_error() in ceph_filemap_fault()Souptick Joarder1-4/+1
2019-01-07libceph: allow setting abort_on_full for rbdDongsheng Yang1-2/+2
2019-01-06Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-110/+363
2019-01-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-10/+19
2019-01-06fscrypt: add Adiantum supportEric Biggers5-110/+363
2019-01-05Merge tag '4.21-smb3-small-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-16/+32
2019-01-05Merge tag 'xfs-4.21-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-2/+0
2019-01-05Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds5-128/+153
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds8-174/+166
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+2
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds36-313/+399
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov7-11/+12
2019-01-04fs/: remove caller signal_pending branch predictionsDavidlohr Bueso5-6/+6
2019-01-04bfs: extra sanity checking and static inode bitmapTigran Aivazian4-42/+40
2019-01-04exec: separate MM_ANONPAGES and RLIMIT_STACK accountingOleg Nesterov1-53/+52
2019-01-04exec: load_script: don't blindly truncate shebang stringOleg Nesterov1-3/+7
2019-01-04fat: new inline functions to determine the FAT variant (32, 16 or 12)Carmeli Tamir6-22/+39
2019-01-04fat: move MAX_FAT to fat.h and change it to inline functionCarmeli Tamir2-1/+10
2019-01-04fat: remove FAT_FIRST_ENT macroCarmeli Tamir1-4/+8
2019-01-04hfsplus: return file attributes on statxErnesto A. Fernández3-0/+24
2019-01-04autofs: add strictexpire mount optionIan Kent3-2/+12
2019-01-04autofs: change catatonic setting to a bit flagIan Kent5-16/+20
2019-01-04autofs: simplify parse_options() function callIan Kent1-26/+29
2019-01-04autofs: improve ioctl sbi checksIan Kent3-21/+9
2019-01-04fs/epoll: deal with wait_queue only onceDavidlohr Bueso1-11/+18
2019-01-04fs/epoll: rename check_events label to send_eventsDavidlohr Bueso1-3/+3
2019-01-04fs/epoll: avoid barrier after an epoll_wait(2) timeoutDavidlohr Bueso1-2/+6
2019-01-04fs/epoll: reduce the scope of wq lock in epoll_wait()Davidlohr Bueso1-54/+60
2019-01-04fs/epoll: robustify ep->mtx held checksDavidlohr Bueso1-0/+2
2019-01-04fs/epoll: drop ovflist branch predictionDavidlohr Bueso1-1/+1
2019-01-04fs/epoll: simplify ep_send_events_proc() ready-list loopDavidlohr Bueso1-36/+37
2019-01-04fs/epoll: remove max_nests argument from ep_call_nested()Davidlohr Bueso1-8/+6
2019-01-04fs/proc/base.c: slightly faster /proc/*/limitsAlexey Dobriyan1-2/+4
2019-01-04fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode()Alexey Dobriyan1-3/+1