summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: detect agfl count corruption and reset agflBrian Foster2018-06-053-1/+103
* xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner2018-06-054-20/+28
* fix io_destroy()/aio_complete() raceAl Viro2018-06-051-2/+1
* udf: Provide saner default for invalid uid / gidJan Kara2018-05-301-2/+3
* gfs2: Fix fallocate chunk sizeAndreas Gruenbacher2018-05-302-2/+5
* f2fs: fix to check extent cache in f2fs_drop_extent_treeChao Yu2018-05-301-0/+3
* f2fs: fix to clear CP_TRIMMED_FLAGChao Yu2018-05-301-0/+2
* f2fs: fix to set KEEP_SIZE bit in f2fs_zero_rangeChao Yu2018-05-301-2/+6
* ext4: don't complain about incorrect features when probingEric Sandeen2018-05-301-0/+12
* btrfs: qgroup: Fix root item corruption when multiple same source snapshots a...Qu Wenruo2018-05-301-1/+9
* btrfs: fix lockdep splat in btrfs_alloc_subvolume_writersJeff Mahoney2018-05-301-1/+1
* Btrfs: fix copy_items() return value when logging an inodeFilipe Manana2018-05-301-0/+1
* btrfs: tests/qgroup: Fix wrong tree backref levelQu Wenruo2018-05-301-1/+1
* fscache: Fix hanging wait on page discarded by writebackDavid Howells2018-05-301-4/+9
* ocfs2/dlm: don't handle migrate lockres if already in shutdownJun Piao2018-05-303-15/+33
* btrfs: Fix possible softlock on single core machinesNikolay Borisov2018-05-301-0/+1
* Btrfs: fix NULL pointer dereference in log_dir_itemsLiu Bo2018-05-301-2/+5
* Btrfs: bail out on error during replay_dir_deletesLiu Bo2018-05-301-1/+3
* Force log to disk before reading the AGF during a fstrimCarlos Maiolino2018-05-301-7/+7
* fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich2018-05-301-0/+3
* Btrfs: fix loss of prealloc extents past i_size after fsync log replayFilipe Manana2018-05-301-5/+58
* Btrfs: clean up resources during umount after trans is abortedLiu Bo2018-05-301-1/+2
* ceph: fix potential memory leak in init_caches()Chengguang Xu2018-05-301-3/+6
* Btrfs: fix log replay failure after linking special file and fsyncFilipe Manana2018-05-301-1/+1
* Btrfs: send, fix issuing write op when processing hole in no data modeFilipe Manana2018-05-301-0/+3
* btrfs: use kvzalloc to allocate btrfs_fs_infoJeff Mahoney2018-05-302-2/+2
* ceph: fix dentry leak when failing to init debugfsChengguang Xu2018-05-301-11/+5
* libceph, ceph: avoid memory leak when specifying same option several timesChengguang Xu2018-05-301-0/+2
* fs: dcache: Use READ_ONCE when accessing i_dir_seqWill Deacon2018-05-301-1/+1
* fs: dcache: Avoid livelock between d_alloc_parallel and __d_addWill Deacon2018-05-301-1/+7
* nfs: system crashes after NFS4ERR_MOVED recoveryBill.Baker@oracle.com2018-05-301-2/+4
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-3013-72/+56
* aio: fix io_destroy(2) vs. lookup_ioctx() raceAl Viro2018-05-301-2/+2
* fs: don't scan the inode cache before SB_BORN is setDave Chinner2018-05-301-6/+24
* affs_lookup(): close a race with affs_remove_link()Al Viro2018-05-301-3/+7
* hfsplus: stop workqueue when fill_super() failedTetsuo Handa2018-05-251-0/+1
* ext2: fix a block leakAl Viro2018-05-251-10/+0
* proc: Use underscores for SSBD in 'status'Konrad Rzeszutek Wilk2018-05-221-1/+1
* prctl: Add force disable speculationThomas Gleixner2018-05-221-0/+3
* proc: Provide details on speculation flaw mitigationsKees Cook2018-05-221-0/+22
* btrfs: fix reading stale metadata blocks after degraded raid1 mountsLiu Bo2018-05-221-3/+3
* btrfs: Fix delalloc inodes invalidation during transaction abortNikolay Borisov2018-05-221-11/+15
* btrfs: Split btrfs_del_delalloc_inode into 2 functionsNikolay Borisov2018-05-222-3/+12
* btrfs: fix crash when trying to resume balance without the resume flagAnand Jain2018-05-221-0/+9
* btrfs: property: Set incompat flag if lzo/zstd compression is setMisono Tomohiro2018-05-221-4/+8
* Btrfs: send, fix invalid access to commit roots due to concurrent snapshottingRobbie Ko2018-05-221-2/+14
* Btrfs: fix xattr loss after power failureFilipe Manana2018-05-221-0/+7
* proc: do not access cmdline nor environ from file-backed areasWilly Tarreau2018-05-191-4/+4
* btrfs: Take trans lock before access running trans in check_delayed_refethanwu2018-05-191-0/+7
* smb3: directory sync should not return an errorSteve French2018-05-161-0/+13