summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-12-13cifs: Fix separator when building path from dentryPaulo Alcantara1-1/+1
2018-12-13Btrfs: fix use-after-free when dumping free spaceFilipe Manana1-0/+2
2018-12-13btrfs: Always try all copies when reading extent buffersNikolay Borisov1-9/+1
2018-12-13kernfs: Replace strncpy with memcpyGuenter Roeck1-1/+1
2018-12-13exec: avoid gcc-8 warning for get_task_commArnd Bergmann1-4/+3
2018-12-13btrfs: release metadata before running delayed refsJosef Bacik1-3/+3
2018-12-13ext2: fix potential use after freePan Bian1-1/+1
2018-12-13Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana1-0/+1
2018-12-01namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca1-3/+50
2018-12-01btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo2-13/+8
2018-12-01gfs2: Don't leave s_fs_info pointing to freed memory in init_sbdAndrew Price1-1/+1
2018-12-01bfs: add sanity check at bfs_fill_super()Tetsuo Handa1-3/+6
2018-12-01v9fs_dir_readdir: fix double-free on p9stat_read errorDominique Martinet1-11/+0
2018-11-27btrfs: fix pinned underflow after transaction abortedLu Fengqi1-4/+15
2018-11-27gfs2: Put bitmap buffers in put_superAndreas Gruenbacher1-1/+2
2018-11-27fs/exofs: fix potential memory leak in mount option parsingChengguang Xu1-1/+4
2018-11-27hfsplus: prevent btree data loss on root splitErnesto A. Fernández1-0/+4
2018-11-27hfs: prevent btree data loss on root splitErnesto A. Fernández1-0/+4
2018-11-27reiserfs: propagate errors from fill_with_dentries() properlyJann Horn1-0/+7
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