summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-4/+5
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2019-03-05fs: Make splice() and tee() take into account O_NONBLOCK flag on pipesSlavomir Kaslev1-0/+12
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+13
2019-03-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-7/+17
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds2-4/+4
2019-03-04aio: simplify - and fix - fget/fput for io_submit()Linus Torvalds1-43/+29
2019-03-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+12
2019-03-01hugetlbfs: fix races and page leaks during migrationMike Kravetz1-0/+12
2019-03-01Merge tag 'for-linus-5.0-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+0
2019-02-25afs: Fix manually set volume location server listDavid Howells1-0/+1
2019-02-25Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds1-2/+0
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-19/+19
2019-02-22aio: Fix locking in aio_poll()Bart Van Assche1-3/+9
2019-02-21Merge tag 'ceph-for-5.0-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+2
2019-02-21proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko1-4/+0
2019-02-20orangefs: remove two un-needed BUG_ONs...Mike Marshall1-4/+0
2019-02-20Merge branch 'fixes-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-14/+17
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-16/+56
2019-02-19exec: Fix mem leak in kernel_read_fileYueHaibing1-1/+1
2019-02-19exec: load_script: Do not exec truncated interpreter pathKees Cook1-9/+48
2019-02-18ceph: avoid repeatedly adding inode to mdsc->snap_flush_listYan, Zheng1-1/+2
2019-02-17Merge tag 'nfsd-5.0-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+2
2019-02-17Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-5/+6
2019-02-16keys: Fix dependency loop between construction record and auth keyDavid Howells1-14/+17
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-230/+168
2019-02-15Revert "exec: load_script: don't blindly truncate shebang string"Linus Torvalds1-7/+3
2019-02-14Revert "gfs2: read journal in large chunks to locate the head"Bob Peterson8-192/+134
2019-02-14Revert "nfsd4: return default lease period"J. Bruce Fields1-2/+2
2019-02-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-13/+16
2019-02-13mm: proc: smaps_rollup: fix pss_locked calculationSandeep Patil1-8/+14
2019-02-13Revert "mm: don't reclaim inodes with many attached pages"Dave Chinner1-5/+2
2019-02-12NFS: Don't use page_file_mapping after removing the pageBenjamin Coddington1-5/+6
2019-02-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+4
2019-02-09Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+11
2019-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller28-110/+302
2019-02-08Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-12/+24
2019-02-08Merge tag 'xfs-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-5/+27
2019-02-08Merge tag 'nfsd-5.0-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+4
2019-02-07Merge tag 'fuse-fixes-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-3/+5
2019-02-06nfsd: Fix error return values for nfsd4_clone_file_range()Trond Myklebust1-2/+4
2019-02-06fs: ratelimit __find_get_block_slow() failure message.Tetsuo Handa1-9/+10
2019-02-06aio: initialize kiocb private in case any filesystems expect it.Mike Marshall1-0/+1
2019-02-04xfs: set buffer ops when repair probes for btree typeDarrick J. Wong2-3/+24
2019-02-04xfs: end sync buffer I/O properly on shutdown errorBrian Foster1-2/+1
2019-02-04xfs: eof trim writeback mapping as soon as it is cachedBrian Foster1-0/+2
2019-02-03socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani1-2/+2
2019-02-03Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-38/+71
2019-02-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-4/+36
2019-02-02Merge tag '5.0-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-29/+61