summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* ceph: fix rsize/wsize capping in ceph_direct_read_write()Ilya Dryomov2018-05-161-5/+5
* bdi: Fix oops in wb_workfn()Jan Kara2018-05-161-1/+1
* xfs: prevent creating negative-sized file via INSERT_RANGEDarrick J. Wong2018-05-091-5/+9
* ext4: fix bitmap position validationLukas Czerner2018-05-011-4/+5
* ext4: add validity checks for bitmap block numbersTheodore Ts'o2018-05-012-2/+21
* ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfsTheodore Ts'o2018-05-011-0/+1
* ext4: set h_journal if there is a failure starting a reserved handleTheodore Ts'o2018-05-011-0/+1
* ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKSEric Biggers2018-05-011-5/+11
* vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang2018-04-261-0/+4
* cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann2018-04-261-3/+1
* proc: fix /proc/*/map_files lookupAlexey Dobriyan2018-04-261-1/+28
* ocfs2: return error when we attempt to access a dirty bh in jbd2piaojun2018-04-261-11/+12
* ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attributepiaojun2018-04-262-0/+8
* ocfs2: return -EROFS to mount.ocfs2 if inode block is invalidpiaojun2018-04-261-3/+2
* fs/dax.c: release PMD lock even when there is no PMD support in DAXJan H. Schönherr2018-04-261-1/+1
* jffs2: Fix use-after-free bug in jffs2_iget()'s error handling pathJake Daryll Obina2018-04-261-1/+0
* f2fs: avoid hungtask when GC encrypted block if io_bits is setSheng Yong2018-04-261-1/+6
* Btrfs: raid56: fix race between merge_bio and rbio_orig_end_ioLiu Bo2018-04-261-12/+25
* Btrfs: fix unexpected EEXIST from btrfs_get_extentLiu Bo2018-04-261-14/+3
* btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPPAnand Jain2018-04-261-2/+4
* Btrfs: fix scrub to repair raid6 corruptionLiu Bo2018-04-262-5/+22
* btrfs: Fix out of bounds access in btrfs_search_slotNikolay Borisov2018-04-261-3/+9