aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-10afs: Set correct lock type for the yfs CreateFileMarc Dionne2-1/+12
2019-01-10afs: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+1
2019-01-10btrfs: Use real device structure to verify dev extentQu Wenruo1-0/+12
2019-01-09Btrfs: fix deadlock when using free space tree due to block group creationFilipe Manana1-7/+9
2019-01-09Btrfs: fix race between reflink/dedupe and relocationFilipe Manana1-6/+28
2019-01-09Btrfs: fix race between cloning range ending at eof and writebackFilipe Manana1-0/+15
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-07sysfs: convert BUG_ON to WARN_ONGreg Kroah-Hartman4-5/+10
2019-01-06Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds5-110/+363
2019-01-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus 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/viro/vfsLinus Torvalds8-174/+166
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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
2019-01-04fs/proc/util.c: include fs/proc/internal.h for name_to_int()Eric Biggers1-0/+1
2019-01-04fs/proc/base.c: use ns_capable instead of capable for timerslack_nsBenjamin Gordon1-3/+9
2019-01-04Merge branches 'misc.misc' and 'work.iov_iter' into for-linusAl Viro3-2/+4
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds12-32/+26
2019-01-03Merge tag 'locks-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+1