summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-11-21configfs: replace strncpy with memcpyGuenter Roeck1-1/+1
2018-11-21fuse: fix leaked notify replyMiklos Szeredi1-1/+3
2018-11-21mount: Prevent MNT_DETACH from disconnecting locked mountsEric W. Biederman1-1/+1
2018-11-21mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mountsEric W. Biederman1-2/+8
2018-11-21mount: Retest MNT_LOCKED in do_umountEric W. Biederman1-2/+8
2018-11-21ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin1-0/+1
2018-11-21ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin1-0/+2
2018-11-21ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin1-0/+2
2018-11-21ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o1-8/+8
2018-11-21ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o1-0/+1
2018-11-21ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin1-1/+1
2018-11-21ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin1-1/+3
2018-11-21ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin1-0/+4
2018-11-21ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin1-6/+2
2018-11-21ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin1-2/+1
2018-11-21ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin1-2/+4
2018-11-21ext4: add missing brelse() update_backups()'s error pathVasily Averin1-1/+3
2018-11-21Btrfs: fix data corruption due to cloning of eof blockFilipe Manana1-2/+10
2018-11-21ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entryChangwei Ge1-2/+1
2018-11-21fs, elf: make sure to page align bss in load_elf_libraryOscar Salvador1-3/+2
2018-11-21binfmt_elf: fix calculations for bss paddingKees Cook1-16/+18
2018-11-21mm, elf: handle vm_brk errorMichal Hocko1-2/+5
2018-11-21fuse: set FR_SENT while lockedMiklos Szeredi1-1/+1
2018-11-21fuse: fix blocked_waitq wakeupMiklos Szeredi1-4/+11
2018-11-21fuse: Fix use-after-free in fuse_dev_do_write()Kirill Tkhai1-1/+5
2018-11-21fuse: Fix use-after-free in fuse_dev_do_read()Kirill Tkhai1-0/+2
2018-11-219p locks: fix glock.client_id leak in do_lockDominique Martinet1-2/+14
2018-11-21btrfs: set max_extent_size properlyJosef Bacik1-10/+20
2018-11-21Btrfs: fix null pointer dereference on compressed write path errorFilipe Manana1-0/+1
2018-11-21btrfs: qgroup: Dirty all qgroups before rescanQu Wenruo1-0/+1
2018-11-21Btrfs: fix wrong dentries after fsync of file that got its parent replacedFilipe Manana1-3/+27
2018-11-21btrfs: make sure we create all new block groupsJosef Bacik1-2/+5
2018-11-21btrfs: reset max_extent_size on clear in a bitmapJosef Bacik1-0/+2
2018-11-21btrfs: wait on caching when putting the bg cacheJosef Bacik1-0/+1
2018-11-21btrfs: don't attempt to trim devices that don't support itJeff Mahoney1-0/+4
2018-11-21btrfs: iterate all devices during trim, instead of fs_devices::alloc_listJeff Mahoney1-2/+2
2018-11-21btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlockQu Wenruo1-0/+14
2018-11-21btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo2-7/+13
2018-11-21Cramfs: fix abad comparison when wrap-arounds occurNicolas Pitre1-1/+2
2018-11-21ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o3-56/+3
2018-11-21lockd: fix access beyond unterminated strings in printsAmir Goldstein1-1/+1
2018-11-21NFSv4.1: Fix the r/wsize checkingTrond Myklebust1-7/+9
2018-11-21smb3: on kerberos mount if server doesn't specify auth type use krb5Steve French1-2/+4
2018-11-21smb3: do not attempt cifs operation in smb3 query info error pathSteve French1-1/+9
2018-11-21smb3: allow stats which track session and share reconnects to be resetSteve French1-0/+3
2018-11-21ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner1-1/+1
2018-11-21gfs2_meta: ->mount() can get NULL dev_nameAl Viro1-0/+3
2018-11-21jbd2: fix use after free in jbd2_log_do_checkpoint()Jan Kara1-2/+2
2018-11-21ext4: fix argument checking in EXT4_IOC_MOVE_EXTTheodore Ts'o1-2/+6
2018-11-21jffs2: free jffs2_sb_info through jffs2_kill_sb()Hou Tao1-3/+1