summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm: don't reclaim inodes with many attached pagesRoman Gushchin2018-11-211-2/+5
* gfs2: Fix metadata read-ahead during truncate (2)Andreas Gruenbacher2018-11-211-4/+10
* gfs2: Put bitmap buffers in put_superAndreas Gruenbacher2018-11-211-1/+2
* fuse: fix possibly missed wake-up after abortMiklos Szeredi2018-11-211-3/+9
* fuse: fix leaked notify replyMiklos Szeredi2018-11-211-1/+3
* fuse: fix use-after-free in fuse_direct_IO()Lukas Czerner2018-11-211-1/+3
* nfsd: COPY and CLONE operations require the saved filehandle to be setScott Mayhew2018-11-211-0/+3
* NFSv4: Don't exit the state manager without clearing NFS4CLNT_MANAGER_RUNNINGTrond Myklebust2018-11-211-3/+5
* mnt: fix __detach_mounts infinite loopBenjamin Coddington2018-11-211-3/+3
* mount: Prevent MNT_DETACH from disconnecting locked mountsEric W. Biederman2018-11-211-1/+1
* mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mountsEric W. Biederman2018-11-211-2/+8
* mount: Retest MNT_LOCKED in do_umountEric W. Biederman2018-11-211-2/+8
* ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin2018-11-211-0/+1
* ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error pathVasily Averin2018-11-211-2/+5
* ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin2018-11-211-0/+2
* ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin2018-11-211-0/+2
* ext4: fix buffer leak in ext4_xattr_get_block() on error pathVasily Averin2018-11-211-1/+3
* ext4: fix possible leak of s_journal_flag_rwsem in error pathVasily Averin2018-11-211-0/+1
* ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o2018-11-211-8/+8
* ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o2018-11-211-0/+1
* ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin2018-11-211-1/+1
* ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin2018-11-211-1/+3
* ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()Vasily Averin2018-11-211-2/+3
* ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin2018-11-211-0/+4
* ext4: missing !bh check in ext4_xattr_inode_write()Vasily Averin2018-11-211-0/+6
* ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin2018-11-211-6/+2Star
* ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin2018-11-211-2/+1Star
* ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin2018-11-211-2/+4
* ext4: add missing brelse() update_backups()'s error pathVasily Averin2018-11-211-1/+3
* btrfs: tree-checker: Fix misleading group system informationShaokun Zhang2018-11-211-1/+1
* Btrfs: fix data corruption due to cloning of eof blockFilipe Manana2018-11-211-2/+10
* Btrfs: fix infinite loop on inode eviction after deduplication of eof blockFilipe Manana2018-11-211-0/+2
* Btrfs: fix cur_offset in the error case for nocowRobbie Ko2018-11-211-3/+2Star
* Btrfs: fix missing data checksums after a ranged fsync (msync)Filipe Manana2018-11-211-0/+17
* btrfs: fix pinned underflow after transaction abortedLu Fengqi2018-11-211-1/+11
* ocfs2: free up write context when direct IO failedWengang Wang2018-11-212-2/+19
* ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entryChangwei Ge2018-11-211-2/+1Star
* Revert "ceph: fix dentry leak in splice_dentry()"Yan, Zheng2018-11-211-2/+6
* fuse: set FR_SENT while lockedMiklos Szeredi2018-11-211-1/+1
* fuse: fix blocked_waitq wakeupMiklos Szeredi2018-11-211-4/+11
* fuse: Fix use-after-free in fuse_dev_do_write()Kirill Tkhai2018-11-211-1/+5
* fuse: Fix use-after-free in fuse_dev_do_read()Kirill Tkhai2018-11-211-0/+2
* vfs: fix FIGETBSZ ioctl on an overlayfs fileAmir Goldstein2018-11-211-0/+3
* ovl: automatically enable redirect_dir on metacopy=onMiklos Szeredi2018-11-211-7/+29
* ovl: check whiteout in ovl_create_over_whiteout()Miklos Szeredi2018-11-211-0/+4
* ovl: fix recursive oi->lock in ovl_link()Amir Goldstein2018-11-211-0/+4
* ovl: fix error handling in ovl_verify_set_fh()Amir Goldstein2018-11-211-1/+3
* udf: Prevent write-unsupported filesystem to be remounted read-writeJan Kara2018-11-212-14/+18
* 9p locks: fix glock.client_id leak in do_lockDominique Martinet2018-11-211-2/+14
* Btrfs: fix use-after-free when dumping free spaceFilipe Manana2018-11-131-0/+2