summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2018-06-21Btrfs: make raid6 rebuild retry moreLiu Bo
2018-06-21Btrfs: fix scrub to repair raid6 corruptionLiu Bo
2018-06-21Revert "Btrfs: fix scrub to repair raid6 corruption"Sasha Levin
2018-06-21afs: Fix the non-encryption of callsDavid Howells
2018-06-21ocfs2: take inode cluster lock before moving reflinked inode from orphan dirAshish Samant
2018-06-21proc/kcore: don't bounds check against address 0Laura Abbott
2018-06-21cifs: smb2ops: Fix listxattr() when there are no EAsPaulo Alcantara
2018-06-21proc: revalidate kernel thread inodes to root:rootAlexey Dobriyan
2018-06-21mm, pagemap: fix swap offset value for PMD migration entryHuang Ying
2018-06-21vfs: Undo an overly zealous MS_RDONLY -> SB_RDONLY conversionDavid Howells
2018-06-21eCryptfs: don't pass up plaintext names when using filename encryptionTyler Hicks
2018-06-21isofs: fix potential memory leak in mount option parsingChengguang Xu
2018-06-21fsnotify: fix ignore mask logic in send_to_group()Amir Goldstein
2018-06-11btrfs: define SUPER_FLAG_METADUMP_V2Anand Jain
2018-06-05xfs: detect agfl count corruption and reset agflBrian Foster
2018-06-05xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner
2018-06-05fix io_destroy()/aio_complete() raceAl Viro
2018-05-30udf: Provide saner default for invalid uid / gidJan Kara
2018-05-30gfs2: Fix fallocate chunk sizeAndreas Gruenbacher
2018-05-30f2fs: fix to check extent cache in f2fs_drop_extent_treeChao Yu
2018-05-30f2fs: fix to clear CP_TRIMMED_FLAGChao Yu
2018-05-30f2fs: fix to set KEEP_SIZE bit in f2fs_zero_rangeChao Yu
2018-05-30ext4: don't complain about incorrect features when probingEric Sandeen
2018-05-30btrfs: qgroup: Fix root item corruption when multiple same source snapshots a...Qu Wenruo
2018-05-30btrfs: fix lockdep splat in btrfs_alloc_subvolume_writersJeff Mahoney
2018-05-30Btrfs: fix copy_items() return value when logging an inodeFilipe Manana
2018-05-30btrfs: tests/qgroup: Fix wrong tree backref levelQu Wenruo
2018-05-30fscache: Fix hanging wait on page discarded by writebackDavid Howells
2018-05-30ocfs2/dlm: don't handle migrate lockres if already in shutdownJun Piao
2018-05-30btrfs: Fix possible softlock on single core machinesNikolay Borisov
2018-05-30Btrfs: fix NULL pointer dereference in log_dir_itemsLiu Bo
2018-05-30Btrfs: bail out on error during replay_dir_deletesLiu Bo
2018-05-30Force log to disk before reading the AGF during a fstrimCarlos Maiolino
2018-05-30fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich
2018-05-30Btrfs: fix loss of prealloc extents past i_size after fsync log replayFilipe Manana
2018-05-30Btrfs: clean up resources during umount after trans is abortedLiu Bo
2018-05-30ceph: fix potential memory leak in init_caches()Chengguang Xu
2018-05-30Btrfs: fix log replay failure after linking special file and fsyncFilipe Manana
2018-05-30Btrfs: send, fix issuing write op when processing hole in no data modeFilipe Manana
2018-05-30btrfs: use kvzalloc to allocate btrfs_fs_infoJeff Mahoney
2018-05-30ceph: fix dentry leak when failing to init debugfsChengguang Xu
2018-05-30libceph, ceph: avoid memory leak when specifying same option several timesChengguang Xu
2018-05-30fs: dcache: Use READ_ONCE when accessing i_dir_seqWill Deacon
2018-05-30fs: dcache: Avoid livelock between d_alloc_parallel and __d_addWill Deacon
2018-05-30nfs: system crashes after NFS4ERR_MOVED recoveryBill.Baker@oracle.com
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-05-30aio: fix io_destroy(2) vs. lookup_ioctx() raceAl Viro
2018-05-30fs: don't scan the inode cache before SB_BORN is setDave Chinner
2018-05-30affs_lookup(): close a race with affs_remove_link()Al Viro
2018-05-25hfsplus: stop workqueue when fill_super() failedTetsuo Handa