summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-04-04dlm: memory leaks on error path in dlm_user_request()Vasily Averin1-7/+7
2019-04-04dlm: lost put_lkb on error path in receive_convert() and receive_unlock()Vasily Averin1-0/+2
2019-04-04dlm: possible memory leak on error path in create_lkb()Vasily Averin1-0/+1
2019-04-04dlm: fixed memory leaks after failed ls_remove_names allocationVasily Averin1-1/+1
2019-03-25xfs: don't BUG() on mixed direct and mapped I/OBrian Foster1-1/+20
2019-02-11fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin3-12/+13
2019-02-11fuse: cleanup fuse_file refcountingMiklos Szeredi3-11/+10
2019-02-11aio: fix spectre gadget in lookup_ioctxJeff Moyer1-0/+2
2019-02-11cifs: Fix separator when building path from dentryPaulo Alcantara1-1/+1
2019-02-11hfs: do not free node before usingPan Bian1-1/+2
2019-02-11ext2: fix potential use after freePan Bian1-1/+1
2019-02-11exportfs: do not read dentry after freePan Bian1-1/+1
2019-02-11btrfs: relocation: set trans to be NULL after ending transactionPan Bian1-0/+1
2019-02-11Btrfs: fix race between enabling quotas and subvolume creationFilipe Manana1-1/+2
2019-02-11exportfs: fix 'passing zero to ERR_PTR()' warningYueHaibing1-0/+1
2019-02-11Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana1-0/+1
2019-02-11btrfs: Always try all copies when reading extent buffersNikolay Borisov1-9/+1
2019-02-11NFSv4: Don't exit the state manager without clearing NFS4CLNT_MANAGER_RUNNINGTrond Myklebust1-3/+5
2019-02-11sysv: return 'err' instead of 0 in __sysv_write_inodeYueHaibing1-1/+1
2019-02-11fuse: fix leaked notify replyMiklos Szeredi1-1/+3
2019-02-11mount: Prevent MNT_DETACH from disconnecting locked mountsEric W. Biederman1-1/+1
2019-02-11mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mountsEric W. Biederman1-2/+8
2019-02-11mount: Retest MNT_LOCKED in do_umountEric W. Biederman1-2/+8
2019-02-11ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin1-0/+1
2019-02-11ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin1-0/+2
2019-02-11ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin1-0/+2
2019-02-11ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o1-8/+8
2019-02-11ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o1-0/+1
2019-02-11ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin1-1/+3
2019-02-11ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin1-0/+4
2019-02-11ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin1-1/+1
2019-02-11Btrfs: fix data corruption due to cloning of eof blockFilipe Manana1-2/+10
2019-02-11Btrfs: fix cur_offset in the error case for nocowRobbie Ko1-3/+2
2019-02-11ext4: add missing brelse() update_backups()'s error pathVasily Averin1-1/+3
2019-02-11ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin1-2/+1
2019-02-11ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin1-2/+4
2019-02-11ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin1-6/+2
2019-02-11ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entryChangwei Ge1-2/+1
2019-02-11smb3: on kerberos mount if server doesn't specify auth type use krb5Steve French1-2/+4
2019-02-11Cramfs: fix abad comparison when wrap-arounds occurNicolas Pitre1-1/+2
2019-02-11lockd: fix access beyond unterminated strings in printsAmir Goldstein1-1/+1
2019-02-11smb3: do not attempt cifs operation in smb3 query info error pathSteve French1-1/+9
2019-02-11smb3: allow stats which track session and share reconnects to be resetSteve French1-0/+3
2019-02-11Btrfs: fix use-after-free when dumping free spaceFilipe Manana1-0/+2
2019-02-11xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstatCarlos Maiolino1-1/+1
2019-02-11Btrfs: fix null pointer dereference on compressed write path errorFilipe Manana1-0/+1
2019-02-11jffs2: free jffs2_sb_info through jffs2_kill_sb()Hou Tao1-3/+1
2019-02-11Btrfs: don't clean dirty pages during buffered writesChris Mason1-6/+24
2019-02-11btrfs: wait on caching when putting the bg cacheJosef Bacik1-0/+1
2019-02-11btrfs: fix error handling in btrfs_dev_replace_startJeff Mahoney1-2/+5