summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* dlm: memory leaks on error path in dlm_user_request()Vasily Averin2019-01-131-7/+7
* dlm: lost put_lkb on error path in receive_convert() and receive_unlock()Vasily Averin2019-01-131-0/+2
* dlm: possible memory leak on error path in create_lkb()Vasily Averin2019-01-131-0/+1
* dlm: fixed memory leaks after failed ls_remove_names allocationVasily Averin2019-01-131-1/+1
* CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problemGeorgy A Bystrenin2019-01-131-2/+2
* ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o2019-01-131-0/+11
* ext4: fix EXT4_IOC_GROUP_ADD ioctlruippan (潘睿)2019-01-131-1/+1
* ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()Maurizio Lombardi2019-01-131-1/+4
* ext4: fix possible use after free in ext4_quota_enablePan Bian2019-01-131-1/+1
* cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)Steve French2018-12-211-1/+1
* f2fs: fix a panic caused by NULL flush_cmd_controlYunlei He2018-12-211-1/+4
* aio: fix spectre gadget in lookup_ioctxJeff Moyer2018-12-211-0/+2
* 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