summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-06-21afs: Fix the non-encryption of callsDavid Howells1-0/+7
2018-06-21afs: Fix afs_find_server search loopMarc Dionne1-13/+0
2018-06-21afs: Fix the handling of CB.InitCallBackState3 to find the server by UUIDDavid Howells1-3/+3
2018-06-21afs: Fix VNOVOL handling in address rotationDavid Howells1-2/+2
2018-06-21afs: Fix server rotation's handling of fileserver probe failureDavid Howells1-2/+10
2018-06-21afs: Fix refcounting in callback registrationDavid Howells4-22/+52
2018-06-21afs: Fix address list parsingDavid Howells1-10/+15
2018-06-21ocfs2: take inode cluster lock before moving reflinked inode from orphan dirAshish Samant1-2/+12
2018-06-21proc/kcore: don't bounds check against address 0Laura Abbott1-7/+16
2018-06-21cifs: smb2ops: Fix listxattr() when there are no EAsPaulo Alcantara1-0/+6
2018-06-21cifs: Allocate validate negotiation request through kmallocLong Li1-30/+38
2018-06-21cifs: smbd: depend on INFINIBAND_ADDR_TRANSGreg Thelen1-1/+1
2018-06-21CIFS: set *resp_buf_type to NO_BUFFER on errorSteve French1-1/+4
2018-06-21proc: fix /proc/loadavg regressionAlexey Dobriyan1-1/+1
2018-06-21proc: revalidate kernel thread inodes to root:rootAlexey Dobriyan1-0/+6
2018-06-21mm, pagemap: fix swap offset value for PMD migration entryHuang Ying1-1/+5
2018-06-21vfs: Undo an overly zealous MS_RDONLY -> SB_RDONLY conversionDavid Howells1-1/+1
2018-06-21afs: Fix server record deletionDavid Howells1-1/+8
2018-06-21eCryptfs: don't pass up plaintext names when using filename encryptionTyler Hicks2-18/+44
2018-06-21isofs: fix potential memory leak in mount option parsingChengguang Xu1-0/+3
2018-06-21fsnotify: fix ignore mask logic in send_to_group()Amir Goldstein1-14/+11
2018-06-05fix io_destroy()/aio_complete() raceAl Viro1-2/+1
2018-06-05xfs: detect agfl count corruption and reset agflBrian Foster3-1/+103
2018-06-05xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner5-23/+31
2018-05-30udf: Provide saner default for invalid uid / gidJan Kara1-2/+3
2018-05-30gfs2: Fix fallocate chunk sizeAndreas Gruenbacher2-2/+5
2018-05-30f2fs: fix to check extent cache in f2fs_drop_extent_treeChao Yu1-0/+3
2018-05-30f2fs: fix to clear CP_TRIMMED_FLAGChao Yu1-0/+2
2018-05-30f2fs: fix to set KEEP_SIZE bit in f2fs_zero_rangeChao Yu1-2/+6
2018-05-30f2fs: flush cp pack except cp pack 2 page at firstGao Xiang1-23/+46
2018-05-30ext4: don't complain about incorrect features when probingEric Sandeen1-0/+12
2018-05-30gfs2: Check for the end of metadata in punch_holeAndreas Gruenbacher1-1/+9
2018-05-30btrfs: fix null pointer deref when target device is missingAnand Jain1-1/+1
2018-05-30btrfs: qgroup: Fix root item corruption when multiple same source snapshots a...Qu Wenruo1-1/+9
2018-05-30btrfs: fix lockdep splat in btrfs_alloc_subvolume_writersJeff Mahoney1-1/+1
2018-05-30Btrfs: fix copy_items() return value when logging an inodeFilipe Manana1-0/+1
2018-05-30btrfs: tests/qgroup: Fix wrong tree backref levelQu Wenruo1-1/+1
2018-05-30fscache: Fix hanging wait on page discarded by writebackDavid Howells1-4/+9
2018-05-30ocfs2/dlm: don't handle migrate lockres if already in shutdownJun Piao3-15/+33
2018-05-30btrfs: Fix possible softlock on single core machinesNikolay Borisov1-0/+1
2018-05-30Btrfs: fix NULL pointer dereference in log_dir_itemsLiu Bo1-2/+5
2018-05-30Btrfs: bail out on error during replay_dir_deletesLiu Bo1-1/+3
2018-05-30Force log to disk before reading the AGF during a fstrimCarlos Maiolino1-7/+7
2018-05-30fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich1-0/+3
2018-05-30Btrfs: fix loss of prealloc extents past i_size after fsync log replayFilipe Manana1-5/+58
2018-05-30Btrfs: clean up resources during umount after trans is abortedLiu Bo1-1/+2
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro13-72/+56
2018-05-30Btrfs: fix error handling in btrfs_truncate()Omar Sandoval1-1/+2
2018-05-30aio: fix io_destroy(2) vs. lookup_ioctx() raceAl Viro1-2/+2
2018-05-30fs: don't scan the inode cache before SB_BORN is setDave Chinner1-6/+24