summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: send, fix issuing write op when processing hole in no data modeFilipe Manana2018-05-301-0/+3
* ceph: fix dentry leak when failing to init debugfsChengguang Xu2018-05-301-11/+5
* 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
* vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang2018-05-301-0/+4
* cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann2018-05-301-3/+1
* proc: fix /proc/*/map_files lookupAlexey Dobriyan2018-05-301-1/+28
* ocfs2: return error when we attempt to access a dirty bh in jbd2piaojun2018-05-301-11/+12
* ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attributepiaojun2018-05-302-0/+8
* ocfs2: return -EROFS to mount.ocfs2 if inode block is invalidpiaojun2018-05-301-3/+2
* jffs2: Fix use-after-free bug in jffs2_iget()'s error handling pathJake Daryll Obina2018-05-301-1/+0
* btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPPAnand Jain2018-05-301-2/+4
* Btrfs: fix scrub to repair raid6 corruptionLiu Bo2018-05-302-5/+22
* btrfs: Fix out of bounds access in btrfs_search_slotNikolay Borisov2018-05-301-3/+9
* Btrfs: set plug for fsyncLiu Bo2018-05-301-0/+9
* nfs: Do not convert nfs_idmap_cache_timeout to jiffiesJan Chochol2018-05-301-1/+1
* NFSv4: always set NFS_LOCK_LOST when a lock is lost.NeilBrown2018-05-302-5/+12
* 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
* 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-1/+23
* btrfs: fix reading stale metadata blocks after degraded raid1 mountsLiu Bo2018-05-221-3/+3
* btrfs: fix crash when trying to resume balance without the resume flagAnand Jain2018-05-221-0/+9
* 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-5/+5
* lockd: lost rollback of set_grace_period() in lockd_down_net()Vasily Averin2018-05-191-0/+2
* f2fs: fix a dead loop in f2fs_fiemap()Wei Fang2018-05-161-1/+1
* 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: 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
* jbd2: fix use after free in kjournald2()Sahitya Tummala2018-04-291-1/+1
* cifs: do not allow creating sockets except with SMB1 posix exensionsSteve French2018-04-291-4/+5
* writeback: safer lock nestingGreg Thelen2018-04-241-3/+4
* fanotify: fix logic of events on childAmir Goldstein2018-04-241-19/+15
* autofs: mount point create should honour passed in modeIan Kent2018-04-241-1/+1
* Don't leak MNT_INTERNAL away from internal mountsAl Viro2018-04-241-1/+2
* orangefs_kill_sb(): deal with allocation failuresAl Viro2018-04-241-0/+5
* jffs2_kill_sb(): deal with failed allocationsAl Viro2018-04-241-1/+1
* udf: Fix leak of UTF-16 surrogates into encoded stringsJan Kara2018-04-241-0/+6
* ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o2018-04-241-0/+6
* ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o2018-04-241-0/+6
* ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan2018-04-241-3/+2
* ext4: don't update checksum of new initialized bitmapsTheodore Ts'o2018-04-242-46/+4