aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds40-747/+298
2018-06-04Merge branch 'work.rmdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2018-06-04Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-79/+43
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds9-43/+39
2018-06-03Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-21/+34
2018-06-03Revert "fs: fold open_check_o_direct into do_dentry_open"Al Viro3-19/+33
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2018-05-31Merge tag 'xfs-4.17-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+1
2018-05-30fs: clear writeback errors in inode_init_alwaysDarrick J. Wong1-0/+1
2018-05-30xfs: convert to bioset_init()/mempool_init()Kent Overstreet3-8/+7
2018-05-30btrfs: convert to bioset_init()/mempool_init()Kent Overstreet1-14/+11
2018-05-30fs: convert block_dev.c to bioset_init()Kent Overstreet1-6/+3
2018-05-29Merge tag 'afs-fixes-20180529' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds2-16/+13
2018-05-29block: don't print a message when the device went awayChristoph Hellwig1-5/+9
2018-05-29block: unexport check_disk_size_changeChristoph Hellwig1-1/+0
2018-05-28IB: Revert "remove redundant INFINIBAND kconfig dependencies"Arnd Bergmann1-1/+1
2018-05-27rmdir(),rename(): do shrink_dcache_parent() only on successAl Viro1-4/+4
2018-05-25proc: fix smaps and meminfo alignmentHugh Dickins1-5/+0
2018-05-25ocfs2: revert "ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect bio"Changwei Ge1-10/+1
2018-05-25xfs, proc: hide unused xfs procfs helpersArnd Bergmann1-1/+1
2018-05-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2018-05-24Merge tag 'for-4.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+2
2018-05-24Btrfs: fix error handling in btrfs_truncate()Omar Sandoval1-1/+2
2018-05-23fix io_destroy()/aio_complete() raceAl Viro1-2/+1
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds23-112/+133
2018-05-21aio: fix io_destroy(2) vs. lookup_ioctx() raceAl Viro1-2/+2
2018-05-21ext2: fix a block leakAl Viro1-10/+0
2018-05-21nfsd: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro1-0/+22
2018-05-21cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro1-0/+10
2018-05-21unfuck sysfs_mount()Al Viro1-3/+3
2018-05-21kernfs: deal with kernfs_fill_super() failuresAl Viro1-0/+1
2018-05-21cramfs: Fix IS_ENABLED typoJoe Perches1-1/+1
2018-05-21befs_lookup(): use d_splice_alias()Al Viro1-12/+5
2018-05-21affs_lookup: switch to d_splice_alias()Al Viro1-6/+5
2018-05-21affs_lookup(): close a race with affs_remove_link()Al Viro1-3/+7
2018-05-21Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+25
2018-05-20Merge tag 'for-4.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds7-48/+180
2018-05-18hfsplus: stop workqueue when fill_super() failedTetsuo Handa1-0/+1
2018-05-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau1-4/+4
2018-05-17btrfs: fix crash when trying to resume balance without the resume flagAnand Jain1-0/+9
2018-05-17btrfs: Fix delalloc inodes invalidation during transaction abortNikolay Borisov1-11/+15
2018-05-17btrfs: Split btrfs_del_delalloc_inode into 2 functionsNikolay Borisov2-3/+12
2018-05-17btrfs: fix reading stale metadata blocks after degraded raid1 mountsLiu Bo1-3/+3
2018-05-17btrfs: property: Set incompat flag if lzo/zstd compression is setMisono Tomohiro1-4/+8
2018-05-17Btrfs: fix duplicate extents after fsync of file with prealloc extentsFilipe Manana1-25/+112
2018-05-16afs: Fix mounting of backup volumesMarc Dionne1-9/+10
2018-05-16afs: Fix directory permissions checkDavid Howells1-7/+3
2018-05-16proc: update SIZEOF_PDE_INLINE_NAME for the new pde fieldsChristoph Hellwig1-2/+2
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig1-3/+3
2018-05-16jfs: simplify procfs codeChristoph Hellwig6-99/+24