summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* proc: do not access cmdline nor environ from file-backed areasWilly Tarreau2018-12-171-5/+5
* proc: don't use FOLL_FORCE for reading cmdline and environmentLinus Torvalds2018-12-171-10/+8
* mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2018-12-171-6/+13
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2018-12-171-2/+7
* hugetlbfs: fix bug in pgoff overflow checkingMike Kravetz2018-12-171-3/+7
* hugetlbfs: check for pgoff value overflowMike Kravetz2018-12-171-3/+14
* hugetlbfs: fix offset overflow in hugetlbfs mmapMike Kravetz2018-12-171-3/+12
* pstore: Convert console write to use ->write_bufNamhyung Kim2018-12-171-2/+2
* ocfs2: fix potential use after freePan Bian2018-12-171-1/+1
* hfsplus: do not free node before usingPan Bian2018-12-171-1/+2
* hfs: do not free node before usingPan Bian2018-12-171-1/+2
* ocfs2: fix deadlock caused by ocfs2_defrag_extent()Larry Chen2018-12-171-21/+26
* fscache, cachefiles: remove redundant variable 'cache'Colin Ian King2018-12-171-3/+0
* fscache: fix race between enablement and dropping of objectNeilBrown2018-12-171-0/+3
* exportfs: do not read dentry after freePan Bian2018-12-171-1/+1
* Btrfs: send, fix infinite loop due to directory rename dependenciesRobbie Ko2018-12-171-3/+8
* sysv: return 'err' instead of 0 in __sysv_write_inodeYueHaibing2018-12-171-1/+1
* cifs: Fix separator when building path from dentryPaulo Alcantara2018-12-131-1/+1
* Btrfs: fix use-after-free when dumping free spaceFilipe Manana2018-12-131-0/+2
* btrfs: Always try all copies when reading extent buffersNikolay Borisov2018-12-131-9/+1
* kernfs: Replace strncpy with memcpyGuenter Roeck2018-12-131-1/+1
* exec: avoid gcc-8 warning for get_task_commArnd Bergmann2018-12-131-4/+3
* btrfs: release metadata before running delayed refsJosef Bacik2018-12-131-3/+3
* ext2: fix potential use after freePan Bian2018-12-131-1/+1
* Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana2018-12-131-0/+1
* namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca2018-12-011-3/+50
* btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo2018-12-012-13/+8
* gfs2: Don't leave s_fs_info pointing to freed memory in init_sbdAndrew Price2018-12-011-1/+1
* bfs: add sanity check at bfs_fill_super()Tetsuo Handa2018-12-011-3/+6
* v9fs_dir_readdir: fix double-free on p9stat_read errorDominique Martinet2018-12-011-11/+0
* btrfs: fix pinned underflow after transaction abortedLu Fengqi2018-11-271-4/+15
* gfs2: Put bitmap buffers in put_superAndreas Gruenbacher2018-11-271-1/+2
* fs/exofs: fix potential memory leak in mount option parsingChengguang Xu2018-11-271-1/+4
* hfsplus: prevent btree data loss on root splitErnesto A. Fernández2018-11-271-0/+4
* hfs: prevent btree data loss on root splitErnesto A. Fernández2018-11-271-0/+4
* reiserfs: propagate errors from fill_with_dentries() properlyJann Horn2018-11-271-0/+7
* configfs: replace strncpy with memcpyGuenter Roeck2018-11-211-1/+1
* fuse: fix leaked notify replyMiklos Szeredi2018-11-211-1/+3
* mount: Prevent MNT_DETACH from disconnecting locked mountsEric W. Biederman2018-11-211-1/+1
* mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mountsEric W. Biederman2018-11-211-2/+8
* mount: Retest MNT_LOCKED in do_umountEric W. Biederman2018-11-211-2/+8
* ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin2018-11-211-0/+1
* ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin2018-11-211-0/+2
* ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin2018-11-211-0/+2
* ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o2018-11-211-8/+8
* ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o2018-11-211-0/+1
* ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin2018-11-211-1/+1
* ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin2018-11-211-1/+3
* ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin2018-11-211-0/+4
* ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin2018-11-211-6/+2