aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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-15Merge tag 'afs-fixes-20180514' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds16-168/+224
2018-05-14Btrfs: fix xattr loss after power failureFilipe Manana1-0/+7
2018-05-14Btrfs: send, fix invalid access to commit roots due to concurrent snapshottingRobbie Ko1-2/+14
2018-05-14afs: Fix the non-encryption of callsDavid Howells1-0/+7
2018-05-14afs: Fix CB.CallBack handlingDavid Howells1-28/+7
2018-05-14afs: Fix whole-volume callback handlingDavid Howells10-32/+63
2018-05-14afs: Fix afs_find_server search loopMarc Dionne1-13/+0
2018-05-14afs: Fix the handling of an unfound server in CM operationsDavid Howells2-27/+12
2018-05-14afs: Add a tracepoint to record callbacks from unlisted serversDavid Howells1-3/+9
2018-05-14afs: Fix the handling of CB.InitCallBackState3 to find the server by UUIDDavid Howells1-3/+3
2018-05-14afs: Fix VNOVOL handling in address rotationDavid Howells1-2/+2
2018-05-14afs: Fix AFSFetchStatus decoder to provide OpenAFS compatibilityDavid Howells1-8/+21
2018-05-14afs: Fix server rotation's handling of fileserver probe failureDavid Howells1-2/+10
2018-05-14afs: Fix refcounting in callback registrationDavid Howells4-22/+52
2018-05-14afs: Fix giving up callbacks on server destructionDavid Howells3-4/+11
2018-05-14afs: Fix address list parsingDavid Howells1-10/+15
2018-05-14afs: Fix directory page lockingDavid Howells4-24/+22
2018-05-12Merge tag '4.17-rc4-SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-43/+57
2018-05-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-9/+28
2018-05-11ocfs2: take inode cluster lock before moving reflinked inode from orphan dirAshish Samant1-2/+12
2018-05-11proc/kcore: don't bounds check against address 0Laura Abbott1-7/+16
2018-05-11fs: don't scan the inode cache before SB_BORN is setDave Chinner1-6/+24
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro13-72/+56
2018-05-10smb3: directory sync should not return an errorSteve French1-0/+13