aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-11Merge tag 'for-linus-20191010' of git://git.kernel.dk/linux-blockLinus Torvalds1-14/+10
2019-10-10Merge tag 'xfs-5.4-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds10-31/+29
2019-10-10Merge tag 'for-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds6-13/+49
2019-10-10Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-66/+71
2019-10-10Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+4
2019-10-09libfs: take cursors out of list when moving past the end of directoryAl Viro1-24/+25
2019-10-09vfs: add missing blkdev_put() in get_tree_bdev()Ian Kent1-1/+4
2019-10-09io_uring: only flush workqueues on fileset removalJens Axboe1-1/+5
2019-10-09xfs: move local to extent inode logging into bmap helperBrian Foster4-7/+8
2019-10-09xfs: remove broken error handling on failed attr sf to leaf changeBrian Foster1-17/+2
2019-10-09xfs: log the inode on directory sf to block format changeBrian Foster2-0/+2
2019-10-08btrfs: silence maybe-uninitialized warning in clone_rangeAustin Kim1-1/+1
2019-10-07io_uring: remove wait loop spurious wakeupsPavel Begunkov1-12/+4
2019-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-38/+54
2019-10-07writeback: fix use-after-free in finish_writeback_work()Tejun Heo1-2/+7
2019-10-07fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_alloc()Jia-Ju Bai1-1/+1
2019-10-07fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()Jia-Ju Bai1-1/+2
2019-10-07fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()Jia-Ju Bai1-33/+23
2019-10-07ocfs2: clear zero in unaligned direct IOJia Guo1-1/+21
2019-10-07uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to itLinus Torvalds1-42/+2
2019-10-06xfs: assure zeroed memory buffers for certain kmem allocationsBill O'Donnell3-3/+13
2019-10-06xfs: removed unused error variable from xchk_refcountbt_recAliasgar Surti1-2/+1
2019-10-06xfs: remove unused flags arg from xfs_get_aghdr_buf()Eric Sandeen1-3/+2
2019-10-06xfs: Fix tail rounding in xfs_alloc_file_space()Max Reitz1-1/+3
2019-10-06elf: don't use MAP_FIXED_NOREPLACE for elf executable mappingsLinus Torvalds1-10/+3
2019-10-05Merge branch 'readdir' (readdir speedup and sanity checking)Linus Torvalds1-35/+133
2019-10-05Make filldir[64]() verify the directory entry filename is validLinus Torvalds1-0/+40
2019-10-05Convert filldir[64]() from __put_user() to unsafe_put_user()Linus Torvalds1-35/+93
2019-10-04Merge tag 'for-linus-2019-10-03' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2019-10-04io_uring: fix reversed nonblock flag for link submissionPavel Begunkov1-1/+1
2019-10-03vfs: Fix EOVERFLOW testing in put_compat_statfs64Eric Sandeen1-13/+4
2019-10-03btrfs: fix uninitialized ret in ref-verifyJosef Bacik1-1/+1
2019-10-01btrfs: allocate new inode in NOFS contextJosef Bacik1-0/+3
2019-10-01btrfs: fix balance convert to single on 32-bit host CPUsZygo Blaxell1-1/+5
2019-10-01btrfs: fix incorrect updating of log root treeJosef Bacik1-9/+27
2019-10-01Btrfs: fix memory leak due to concurrent append writes with fiemapFilipe Manana1-1/+12
2019-10-01io_uring: use __kernel_timespec in timeout ABIArnd Bergmann1-4/+4
2019-10-01erofs: fix mis-inplace determination related with noio chainGao Xiang1-2/+10
2019-10-01erofs: fix erofs_get_meta_page locking due to a cleanupGao Xiang1-3/+7
2019-10-01erofs: fix return value check in erofs_read_superblock()Wei Yongjun1-2/+2
2019-09-30Merge tag 'for-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds5-18/+58
2019-09-29Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-10/+2
2019-09-29Merge tag '5.4-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-26/+194
2019-09-29Merge branch 'entropy'Linus Torvalds1-0/+3
2019-09-29Revert "Revert "ext4: make __ext4_get_inode_loc plug""Linus Torvalds1-0/+3
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds4-3/+107
2019-09-27Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds30-562/+2004
2019-09-27Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds5-0/+1220
2019-09-27Merge tag '9p-for-5.4' of git://github.com/martinetd/linuxLinus Torvalds3-2/+7