summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-03-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-03-05a.out: remove core dumping supportLinus Torvalds
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-03-04fs: Make splice() and tee() take into account O_NONBLOCK flag on pipesSlavomir Kaslev
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds
2019-03-04aio: simplify - and fix - fget/fput for io_submit()Linus Torvalds
2019-03-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-01hugetlbfs: fix races and page leaks during migrationMike Kravetz
2019-02-28Merge tag 'for-linus-5.0-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-02-25afs: Fix manually set volume location server listDavid Howells
2019-02-25Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-21aio: Fix locking in aio_poll()Bart Van Assche
2019-02-21Merge tag 'ceph-for-5.0-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-02-21proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko
2019-02-20orangefs: remove two un-needed BUG_ONs...Mike Marshall
2019-02-20Merge branch 'fixes-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-18exec: Fix mem leak in kernel_read_fileYueHaibing
2019-02-18exec: load_script: Do not exec truncated interpreter pathKees Cook
2019-02-18ceph: avoid repeatedly adding inode to mdsc->snap_flush_listYan, Zheng
2019-02-16Merge tag 'nfsd-5.0-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-02-16Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-02-15keys: Fix dependency loop between construction record and auth keyDavid Howells
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-14Revert "exec: load_script: don't blindly truncate shebang string"Linus Torvalds
2019-02-14Merge branch 'linus' into irq/coreThomas Gleixner
2019-02-14Revert "gfs2: read journal in large chunks to locate the head"Bob Peterson
2019-02-14Revert "nfsd4: return default lease period"J. Bruce Fields
2019-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-02-12mm: proc: smaps_rollup: fix pss_locked calculationSandeep Patil
2019-02-12Revert "mm: don't reclaim inodes with many attached pages"Dave Chinner
2019-02-12NFS: Don't use page_file_mapping after removing the pageBenjamin Coddington
2019-02-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-02-10proc/stat: Make the interrupt statistics more efficientThomas Gleixner
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner
2019-02-09Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-08Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-02-08Merge tag 'xfs-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-02-07Merge tag 'nfsd-5.0-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-02-07Merge tag 'fuse-fixes-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann
2019-02-06nfsd: Fix error return values for nfsd4_clone_file_range()Trond Myklebust
2019-02-06fs: ratelimit __find_get_block_slow() failure message.Tetsuo Handa
2019-02-06aio: initialize kiocb private in case any filesystems expect it.Mike Marshall