aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-06-03Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 4-21/+34
2018-06-03Revert "fs: fold open_check_o_direct into do_dentry_open"Gravatar Al Viro 3-19/+33
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-1/+1
2018-05-31Merge tag 'xfs-4.17-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-0/+1
2018-05-30fs: clear writeback errors in inode_init_alwaysGravatar Darrick J. Wong 1-0/+1
2018-05-29Merge tag 'afs-fixes-20180529' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-16/+13
2018-05-28IB: Revert "remove redundant INFINIBAND kconfig dependencies"Gravatar Arnd Bergmann 1-1/+1
2018-05-25proc: fix smaps and meminfo alignmentGravatar Hugh Dickins 1-5/+0
2018-05-25ocfs2: revert "ocfs2/o2hb: check len for bio_add_page() to avoid getting inco...Gravatar Changwei Ge 1-10/+1
2018-05-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-1/+1
2018-05-24Merge tag 'for-4.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+2
2018-05-24Btrfs: fix error handling in btrfs_truncate()Gravatar Omar Sandoval 1-1/+2
2018-05-23fix io_destroy()/aio_complete() raceGravatar Al Viro 1-2/+1
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 23-112/+133
2018-05-21aio: fix io_destroy(2) vs. lookup_ioctx() raceGravatar Al Viro 1-2/+2
2018-05-21ext2: fix a block leakGravatar Al Viro 1-10/+0
2018-05-21nfsd: vfs_mkdir() might succeed leaving dentry negative unhashedGravatar Al Viro 1-0/+22
2018-05-21cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashedGravatar Al Viro 1-0/+10
2018-05-21unfuck sysfs_mount()Gravatar Al Viro 1-3/+3
2018-05-21kernfs: deal with kernfs_fill_super() failuresGravatar Al Viro 1-0/+1
2018-05-21cramfs: Fix IS_ENABLED typoGravatar Joe Perches 1-1/+1
2018-05-21befs_lookup(): use d_splice_alias()Gravatar Al Viro 1-12/+5
2018-05-21affs_lookup: switch to d_splice_alias()Gravatar Al Viro 1-6/+5
2018-05-21affs_lookup(): close a race with affs_remove_link()Gravatar Al Viro 1-3/+7
2018-05-21Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Gravatar Linus Torvalds 1-0/+25
2018-05-20Merge tag 'for-4.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-48/+180
2018-05-18hfsplus: stop workqueue when fill_super() failedGravatar Tetsuo Handa 1-0/+1
2018-05-17proc: do not access cmdline nor environ from file-backed areasGravatar Willy Tarreau 1-4/+4
2018-05-17btrfs: fix crash when trying to resume balance without the resume flagGravatar Anand Jain 1-0/+9
2018-05-17btrfs: Fix delalloc inodes invalidation during transaction abortGravatar Nikolay Borisov 1-11/+15
2018-05-17btrfs: Split btrfs_del_delalloc_inode into 2 functionsGravatar Nikolay Borisov 2-3/+12
2018-05-17btrfs: fix reading stale metadata blocks after degraded raid1 mountsGravatar Liu Bo 1-3/+3
2018-05-17btrfs: property: Set incompat flag if lzo/zstd compression is setGravatar Misono Tomohiro 1-4/+8
2018-05-17Btrfs: fix duplicate extents after fsync of file with prealloc extentsGravatar Filipe Manana 1-25/+112
2018-05-16afs: Fix mounting of backup volumesGravatar Marc Dionne 1-9/+10
2018-05-16afs: Fix directory permissions checkGravatar David Howells 1-7/+3
2018-05-15Merge tag 'afs-fixes-20180514' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 16-168/+224
2018-05-14Btrfs: fix xattr loss after power failureGravatar Filipe Manana 1-0/+7
2018-05-14Btrfs: send, fix invalid access to commit roots due to concurrent snapshottingGravatar Robbie Ko 1-2/+14
2018-05-14afs: Fix the non-encryption of callsGravatar David Howells 1-0/+7
2018-05-14afs: Fix CB.CallBack handlingGravatar David Howells 1-28/+7
2018-05-14afs: Fix whole-volume callback handlingGravatar David Howells 10-32/+63
2018-05-14afs: Fix afs_find_server search loopGravatar Marc Dionne 1-13/+0
2018-05-14afs: Fix the handling of an unfound server in CM operationsGravatar David Howells 2-27/+12
2018-05-14afs: Add a tracepoint to record callbacks from unlisted serversGravatar David Howells 1-3/+9
2018-05-14afs: Fix the handling of CB.InitCallBackState3 to find the server by UUIDGravatar David Howells 1-3/+3
2018-05-14afs: Fix VNOVOL handling in address rotationGravatar David Howells 1-2/+2
2018-05-14afs: Fix AFSFetchStatus decoder to provide OpenAFS compatibilityGravatar David Howells 1-8/+21
2018-05-14afs: Fix server rotation's handling of fileserver probe failureGravatar David Howells 1-2/+10
2018-05-14afs: Fix refcounting in callback registrationGravatar David Howells 4-22/+52