summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-02-11sysv: return 'err' instead of 0 in __sysv_write_inodeYueHaibing
2019-02-11fuse: fix leaked notify replyMiklos Szeredi
2019-02-11mount: Prevent MNT_DETACH from disconnecting locked mountsEric W. Biederman
2019-02-11mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mountsEric W. Biederman
2019-02-11mount: Retest MNT_LOCKED in do_umountEric W. Biederman
2019-02-11ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin
2019-02-11ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin
2019-02-11ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin
2019-02-11ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o
2019-02-11ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o
2019-02-11ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin
2019-02-11ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin
2019-02-11ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin
2019-02-11Btrfs: fix data corruption due to cloning of eof blockFilipe Manana
2019-02-11Btrfs: fix cur_offset in the error case for nocowRobbie Ko
2019-02-11ext4: add missing brelse() update_backups()'s error pathVasily Averin
2019-02-11ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin
2019-02-11ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin
2019-02-11ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin
2019-02-11ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entryChangwei Ge
2019-02-11smb3: on kerberos mount if server doesn't specify auth type use krb5Steve French
2019-02-11Cramfs: fix abad comparison when wrap-arounds occurNicolas Pitre
2019-02-11lockd: fix access beyond unterminated strings in printsAmir Goldstein
2019-02-11smb3: do not attempt cifs operation in smb3 query info error pathSteve French
2019-02-11smb3: allow stats which track session and share reconnects to be resetSteve French
2019-02-11Btrfs: fix use-after-free when dumping free spaceFilipe Manana
2019-02-11xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstatCarlos Maiolino
2019-02-11Btrfs: fix null pointer dereference on compressed write path errorFilipe Manana
2019-02-11jffs2: free jffs2_sb_info through jffs2_kill_sb()Hou Tao
2019-02-11Btrfs: don't clean dirty pages during buffered writesChris Mason
2019-02-11btrfs: wait on caching when putting the bg cacheJosef Bacik
2019-02-11btrfs: fix error handling in btrfs_dev_replace_startJeff Mahoney
2019-02-11gfs2_meta: ->mount() can get NULL dev_nameAl Viro
2019-02-11ext4: fix use-after-free race in ext4_remount()'s error pathTheodore Ts'o
2019-02-11ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner
2019-02-11ext4: fix EXT4_IOC_SWAP_BOOTTheodore Ts'o
2019-02-11fuse: fix blocked_waitq wakeupMiklos Szeredi
2018-12-16xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong
2018-12-16cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Al Viro
2018-12-16ocfs2: fix locking for res->tracking and dlm->tracking_listAshish Samant
2018-12-16proc: restrict kernel stack dumps to rootJann Horn
2018-12-16Make file credentials available to the seqfile interfacesLinus Torvalds
2018-12-16smb2: fix missing files in root share directory listingAurelien Aptel
2018-12-16pstore/ram: Fix failure-path memory leak in ramoops_initKees Cook
2018-12-16ocfs2: fix ocfs2 read block panicJunxiao Bi
2018-12-16ubifs: Check for name being NULL while mountingRichard Weinberger
2018-12-16ext4: don't mark mmp buffer head dirtyLi Dongyang
2018-12-16pstore: Fix incorrect persistent ram buffer mappingBin Yang
2018-12-16cifs: integer overflow in in SMB2_ioctl()Dan Carpenter
2018-12-16CIFS: fix wrapping bugs in num_entries()Dan Carpenter