summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* hugetlbfs: fix memory leak for resv_mapMike Kravetz2019-05-081-6/+14
* debugfs: fix use-after-free on symlink traversalAl Viro2019-05-081-4/+9
* jffs2: fix use-after-free on symlink traversalAl Viro2019-05-082-6/+4
* ceph: fix use-after-free on symlink traversalAl Viro2019-05-041-1/+1
* NFS: Fix a typo in nfs_init_timeout_values()Trond Myklebust2019-05-041-1/+1
* NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.Tetsuo Handa2019-05-021-1/+2
* fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing2019-05-021-2/+4
* nfsd: Don't release the callback slot unless it was actually heldTrond Myklebust2019-05-022-1/+8
* ceph: fix ci->i_head_snapc leakYan, Zheng2019-05-022-1/+15
* ceph: ensure d_name stability in ceph_dentry_hash()Jeff Layton2019-05-021-1/+5
* cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson2019-05-021-0/+4
* CIFS: keep FileInfo handle live during oplock breakAurelien Aptel2019-04-274-10/+53
* cifs: fallback to older infolevels on findfirst queryinfo retrySteve French2019-04-201-30/+37
* f2fs: fix to do sanity check with current segment numberChao Yu2019-04-201-1/+33
* 9p locks: add mount option for lock retry intervalDinu-Razvan Chis-Serban2019-04-203-1/+27
* 9p: do not trust pdu content for stat item sizeGertjan Halkes2019-04-201-5/+3
* ext4: prohibit fstrim in norecovery modeDarrick J. Wong2019-04-201-0/+7
* fix incorrect error code mapping for OBJECTID_NOT_FOUNDSteve French2019-04-201-1/+2
* ext4: report real fs size after failed resizeLukas Czerner2019-04-201-1/+5
* ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner2019-04-201-2/+9
* Btrfs: do not allow trimming when a fs is mounted with the nologreplay optionFilipe Manana2019-04-171-0/+10
* vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1Aurelien Jarno2019-04-051-0/+6
* fs: fix guard_bio_eod to check for real EOD errorsCarlos Maiolino2019-04-051-0/+7
* jbd2: fix invalid descriptor block checksumluojiajun2019-04-051-2/+4
* cifs: Fix NULL pointer dereference of devnameYao Liu2019-04-051-0/+5
* cifs: use correct format charactersLouis Taylor2019-04-052-3/+3
* fs/file.c: initialize init_files.resize_waitShuriyc Chu2019-04-051-0/+1
* f2fs: do not use mutex lock in atomic contextSahitya Tummala2019-04-051-1/+7
* ocfs2: fix a panic problem caused by o2cb_ctlJia Guo2019-04-051-6/+8
* CIFS: fix POSIX lock leak and invalid ptr derefAurelien Aptel2019-04-051-1/+13
* ext4: cleanup bh release code in ext4_ind_remove_space()zhangyi (F)2019-04-051-25/+22
* fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing2019-04-031-1/+2
* fs/open.c: allow opening only regular files during execve()Tetsuo Handa2019-04-031-0/+6
* NFSv4.1 don't free interrupted slot on openOlga Kornievskaia2019-04-031-1/+2
* btrfs: raid56: properly unmap parity page in finish_parity_scrub()Andrea Righi2019-04-031-1/+2
* btrfs: remove WARN_ON in log_dir_itemsJosef Bacik2019-04-031-2/+9
* Hang/soft lockup in d_invalidate with simultaneous callsAl Viro2019-03-271-6/+4
* ext4: brelse all indirect buffer in ext4_ind_remove_space()zhangyi (F)2019-03-271-4/+8
* ext4: fix data corruption caused by unaligned direct AIOLukas Czerner2019-03-271-1/+1
* ext4: fix NULL pointer dereference while journal is abortedJiufei Xue2019-03-271-1/+1
* udf: Fix crash on IO error during truncateJan Kara2019-03-271-0/+3
* nfsd: fix wrong check in write_v4_end_grace()Yihao Wu2019-03-231-1/+1
* nfsd: fix memory corruption caused by readdirNeilBrown2019-03-232-2/+15
* NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()Trond Myklebust2019-03-231-1/+1
* NFS: Fix an I/O request leakage in nfs_do_recoalesceTrond Myklebust2019-03-231-1/+0
* NFS: Fix I/O request leakagesTrond Myklebust2019-03-231-5/+21
* jbd2: fix compile warning when using JBUFFER_TRACEzhangyi (F)2019-03-231-8/+8
* jbd2: clear dirty flag when revoking a buffer from an older transactionzhangyi (F)2019-03-231-5/+12
* ext2: Fix underflow in ext2_max_size()Jan Kara2019-03-231-14/+25
* ext4: fix crash during online resizingJan Kara2019-03-231-1/+2