summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-12-17kernfs: fix ino wrap-around detectionTejun Heo1-3/+2
2019-12-17CIFS: Fix SMB2 oplock break processingPavel Shilovsky1-4/+3
2019-12-17CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky1-3/+4
2019-12-17fuse: verify attributesMiklos Szeredi2-7/+19
2019-12-17fuse: verify nlinkMiklos Szeredi1-1/+2
2019-12-17nfsd: Return EPERM, not EACCES, in some SETATTR caseszhengbin1-2/+15
2019-12-17pstore/ram: Avoid NULL deref in ftrace merging failure pathKees Cook1-1/+1
2019-12-17dlm: fix invalid cluster name warningDavid Teigland1-1/+2
2019-12-17nfsd: fix a warning in __cld_pipe_upcall()Scott Mayhew1-11/+6
2019-12-17dlm: NULL check before kmem_cache_destroy is not neededWen Yang1-6/+3
2019-12-17lockd: fix decoding of TEST resultsJ. Bruce Fields2-32/+12
2019-12-17f2fs: fix to allow node segment for GC by ioctl pathSahitya Tummala1-2/+1
2019-12-17f2fs: change segment to section in f2fs_ioc_gc_rangeYunlong Song1-1/+1
2019-12-17f2fs: fix count of seg_freed to make sec_freed correctYunlong Song1-3/+4
2019-12-17iomap: sub-block dio needs to zeroout beyond EOFDave Chinner1-1/+8
2019-12-17dlm: fix missing idr_destroy for recover_idrDavid Teigland1-0/+1
2019-12-17dlm: fix possible call to kfree() for non-initialized pointerDenis V. Lunev1-1/+1
2019-12-17exportfs_decode_fh(): negative pinned may become positive without the parent ...Al Viro1-12/+19
2019-12-17autofs: fix a leak in autofs_expire_indirect()Al Viro1-2/+3
2019-12-05exit/exec: Seperate mm_release()Thomas Gleixner1-1/+1
2019-12-05ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o2-9/+27
2019-12-05ocfs2: clear journal dirty flag after shutdown journalJunxiao Bi1-4/+2
2019-12-05f2fs: fix to dirty inode synchronouslyChao Yu1-1/+1
2019-12-05xfs: Fix bulkstat compat ioctls on x32 userspace.Nick Bowler1-4/+30
2019-12-05xfs: Align compat attrlist_by_handle with native implementation.Nick Bowler1-0/+6
2019-12-05gfs2: take jdata unstuff into account in do_growBob Peterson1-0/+2
2019-12-05exofs_mount(): fix leaks on failure exitsAl Viro1-8/+29
2019-12-05btrfs: only track ref_heads in delayed_ref_updatesJosef Bacik1-3/+0
2019-12-05xfs: require both realtime inodes to mountDarrick J. Wong1-3/+1
2019-12-05ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton1-1/+10
2019-12-01ocfs2: remove ocfs2_is_o2cb_active()Gang He3-10/+1
2019-12-01dlm: don't leak kernel pointer to userspaceTycho Andersen1-1/+1
2019-12-01dlm: fix invalid freeTycho Andersen1-2/+3
2019-12-01btrfs: avoid link error with CONFIG_NO_AUTO_INLINEArnd Bergmann1-3/+3
2019-12-01ocfs2: fix clusters leak in ocfs2_defrag_extent()Larry Chen1-0/+17
2019-12-01ocfs2: don't put and assigning null to bh allocated outsideChangwei Ge1-18/+59
2019-12-01fs/hfs/extent.c: fix array out of bounds read of array extentColin Ian King1-1/+1
2019-12-01hfs: update timestamp on truncate()Ernesto A. Fernández1-0/+2
2019-12-01hfsplus: update timestamps on truncate()Ernesto A. Fernández1-0/+1
2019-12-01hfs: fix return value of hfs_get_block()Ernesto A. Fernández1-1/+3
2019-12-01hfsplus: fix return value of hfsplus_get_block()Ernesto A. Fernández1-1/+3
2019-12-01hfs: prevent btree data loss on ENOSPCErnesto A. Fernández4-16/+46
2019-12-01hfsplus: prevent btree data loss on ENOSPCErnesto A. Fernández5-16/+68
2019-12-01hfs: fix BUG on bnode parent updateErnesto A. Fernández1-0/+1
2019-12-01hfsplus: fix BUG on bnode parent updateErnesto A. Fernández1-0/+1
2019-12-01vfs: avoid problematic remapping requests into partial EOF blockDarrick J. Wong1-0/+33
2019-12-01fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_m...Jia-Ju Bai1-1/+1
2019-12-01f2fs: fix to spread clear_cold_data()Chao Yu3-2/+11
2019-12-01ceph: fix dentry leak in ceph_readdir_prepopulateYan, Zheng1-1/+0
2019-12-01xfs: fix use-after-free race in xfs_buf_releDave Chinner1-1/+37