summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-06-20proc: revalidate kernel thread inodes to root:rootAlexey Dobriyan1-0/+6
2018-06-20mm, pagemap: fix swap offset value for PMD migration entryHuang Ying1-1/+5
2018-06-20vfs: Undo an overly zealous MS_RDONLY -> SB_RDONLY conversionDavid Howells1-1/+1
2018-06-20eCryptfs: don't pass up plaintext names when using filename encryptionTyler Hicks2-18/+44
2018-06-20isofs: fix potential memory leak in mount option parsingChengguang Xu1-0/+3
2018-06-20fsnotify: fix ignore mask logic in send_to_group()Amir Goldstein1-14/+11
2018-06-11btrfs: define SUPER_FLAG_METADUMP_V2Anand Jain1-1/+2
2018-06-05xfs: detect agfl count corruption and reset agflBrian Foster3-1/+103
2018-06-05xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner4-20/+28
2018-06-05fix io_destroy()/aio_complete() raceAl Viro1-2/+1
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-30ext4: don't complain about incorrect features when probingEric Sandeen1-0/+12
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-30ceph: fix potential memory leak in init_caches()Chengguang Xu1-3/+6
2018-05-30Btrfs: fix log replay failure after linking special file and fsyncFilipe Manana1-1/+1
2018-05-30Btrfs: send, fix issuing write op when processing hole in no data modeFilipe Manana1-0/+3
2018-05-30btrfs: use kvzalloc to allocate btrfs_fs_infoJeff Mahoney2-2/+2
2018-05-30ceph: fix dentry leak when failing to init debugfsChengguang Xu1-11/+5
2018-05-30libceph, ceph: avoid memory leak when specifying same option several timesChengguang Xu1-0/+2
2018-05-30fs: dcache: Use READ_ONCE when accessing i_dir_seqWill Deacon1-1/+1
2018-05-30fs: dcache: Avoid livelock between d_alloc_parallel and __d_addWill Deacon1-1/+7
2018-05-30nfs: system crashes after NFS4ERR_MOVED recoveryBill.Baker@oracle.com1-2/+4
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro13-72/+56
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
2018-05-30affs_lookup(): close a race with affs_remove_link()Al Viro1-3/+7
2018-05-25hfsplus: stop workqueue when fill_super() failedTetsuo Handa1-0/+1
2018-05-25ext2: fix a block leakAl Viro1-10/+0
2018-05-22proc: Use underscores for SSBD in 'status'Konrad Rzeszutek Wilk1-1/+1
2018-05-22prctl: Add force disable speculationThomas Gleixner1-0/+3
2018-05-22proc: Provide details on speculation flaw mitigationsKees Cook1-0/+22
2018-05-22btrfs: fix reading stale metadata blocks after degraded raid1 mountsLiu Bo1-3/+3
2018-05-22btrfs: Fix delalloc inodes invalidation during transaction abortNikolay Borisov1-11/+15
2018-05-22btrfs: Split btrfs_del_delalloc_inode into 2 functionsNikolay Borisov2-3/+12