summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* hfs: do not free node before usingPan Bian2019-02-111-1/+2
* ext2: fix potential use after freePan Bian2019-02-111-1/+1
* exportfs: do not read dentry after freePan Bian2019-02-111-1/+1
* btrfs: relocation: set trans to be NULL after ending transactionPan Bian2019-02-111-0/+1
* Btrfs: fix race between enabling quotas and subvolume creationFilipe Manana2019-02-111-1/+2
* exportfs: fix 'passing zero to ERR_PTR()' warningYueHaibing2019-02-111-0/+1
* Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana2019-02-111-0/+1
* btrfs: Always try all copies when reading extent buffersNikolay Borisov2019-02-111-9/+1
* NFSv4: Don't exit the state manager without clearing NFS4CLNT_MANAGER_RUNNINGTrond Myklebust2019-02-111-3/+5
* sysv: return 'err' instead of 0 in __sysv_write_inodeYueHaibing2019-02-111-1/+1
* fuse: fix leaked notify replyMiklos Szeredi2019-02-111-1/+3
* mount: Prevent MNT_DETACH from disconnecting locked mountsEric W. Biederman2019-02-111-1/+1
* mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mountsEric W. Biederman2019-02-111-2/+8
* mount: Retest MNT_LOCKED in do_umountEric W. Biederman2019-02-111-2/+8
* ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin2019-02-111-0/+1
* ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin2019-02-111-0/+2
* ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin2019-02-111-0/+2
* ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o2019-02-111-8/+8
* ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o2019-02-111-0/+1
* ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin2019-02-111-1/+3
* ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin2019-02-111-0/+4
* ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin2019-02-111-1/+1
* Btrfs: fix data corruption due to cloning of eof blockFilipe Manana2019-02-111-2/+10
* Btrfs: fix cur_offset in the error case for nocowRobbie Ko2019-02-111-3/+2
* ext4: add missing brelse() update_backups()'s error pathVasily Averin2019-02-111-1/+3
* ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin2019-02-111-2/+1
* ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin2019-02-111-2/+4
* ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin2019-02-111-6/+2
* ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entryChangwei Ge2019-02-111-2/+1
* smb3: on kerberos mount if server doesn't specify auth type use krb5Steve French2019-02-111-2/+4
* Cramfs: fix abad comparison when wrap-arounds occurNicolas Pitre2019-02-111-1/+2
* lockd: fix access beyond unterminated strings in printsAmir Goldstein2019-02-111-1/+1
* smb3: do not attempt cifs operation in smb3 query info error pathSteve French2019-02-111-1/+9
* smb3: allow stats which track session and share reconnects to be resetSteve French2019-02-111-0/+3
* Btrfs: fix use-after-free when dumping free spaceFilipe Manana2019-02-111-0/+2
* xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstatCarlos Maiolino2019-02-111-1/+1
* Btrfs: fix null pointer dereference on compressed write path errorFilipe Manana2019-02-111-0/+1
* jffs2: free jffs2_sb_info through jffs2_kill_sb()Hou Tao2019-02-111-3/+1
* Btrfs: don't clean dirty pages during buffered writesChris Mason2019-02-111-6/+24
* btrfs: wait on caching when putting the bg cacheJosef Bacik2019-02-111-0/+1
* btrfs: fix error handling in btrfs_dev_replace_startJeff Mahoney2019-02-111-2/+5
* gfs2_meta: ->mount() can get NULL dev_nameAl Viro2019-02-111-0/+3
* ext4: fix use-after-free race in ext4_remount()'s error pathTheodore Ts'o2019-02-112-26/+52
* ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner2019-02-111-1/+1
* ext4: fix EXT4_IOC_SWAP_BOOTTheodore Ts'o2019-02-111-6/+27
* fuse: fix blocked_waitq wakeupMiklos Szeredi2019-02-111-4/+11
* xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong2018-12-161-1/+8
* cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Al Viro2018-12-161-1/+1
* ocfs2: fix locking for res->tracking and dlm->tracking_listAshish Samant2018-12-161-2/+2
* proc: restrict kernel stack dumps to rootJann Horn2018-12-161-0/+14