summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to recover inode's uid/gid during PORChao Yu2019-11-201-0/+2
* f2fs: avoid infinite loop in f2fs_alloc_nidJaegeuk Kim2019-11-201-2/+3
* kernfs: Fix range checks in kernfs_get_target_pathBernd Edlinger2019-11-201-1/+4
* media: dvb: fix compat ioctl translationArnd Bergmann2019-11-201-4/+6
* f2fs: fix setattr project check upon fssetxattr ioctlWang Shilong2019-11-201-23/+37
* f2fs: fix memory leak of percpu counter in fill_super()Chao Yu2019-11-201-1/+5
* f2fs: fix memory leak of write_io in fill_super()Chao Yu2019-11-201-1/+1
* f2fs: submit bio after shutdownJaegeuk Kim2019-11-201-0/+2
* udf: Fix crash during mountJan Kara2019-11-201-5/+60
* f2fs: avoid wrong decrypted data from diskJaegeuk Kim2019-11-204-12/+17
* gfs2: Don't set GFS2_RDF_UPTODATE when the lvb is updatedBob Peterson2019-11-201-1/+1
* ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro2019-11-201-4/+3
* ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro2019-11-201-2/+10
* Btrfs: fix log context list corruption after rename exchange operationFilipe Manana2019-11-201-0/+15
* cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is deadTejun Heo2019-11-121-3/+6
* ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()Shuning Zhang2019-11-121-44/+90
* NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust2019-11-123-5/+13
* configfs: fix a deadlock in configfs_symlink()Al Viro2019-11-121-1/+32
* configfs: provide exclusion between IO and removalsAl Viro2019-11-122-18/+80
* configfs: new object reprsenting tree fragmentsAl Viro2019-11-123-27/+97
* configfs_register_group() shouldn't be (and isn't) called in rmdirable partsAl Viro2019-11-121-11/+0
* configfs: stash the data we need into configfs_buffer at open timeAl Viro2019-11-121-134/+95
* SMB3: Fix persistent handles reconnectPavel Shilovsky2019-11-121-0/+1
* ceph: add missing check in d_revalidate snapdir handlingAl Viro2019-11-121-0/+1
* ceph: fix use-after-free in __ceph_remove_cap()Luis Henriques2019-11-121-5/+5
* cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occursDave Wysochanski2019-11-104-9/+22
* NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid()Trond Myklebust2019-11-061-1/+1
* fuse: truncate pending writes on O_TRUNCMiklos Szeredi2019-11-061-3/+7
* fuse: flush dirty data/metadata before non-truncate setattrMiklos Szeredi2019-11-061-0/+13
* NFSv4: Fix leak of clp->cl_acceptor stringChuck Lever2019-11-061-0/+1
* fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_a...Jia-Ju Bai2019-11-061-1/+1
* fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()Jia-Ju Bai2019-11-061-1/+2
* fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()Jia-Ju Bai2019-11-061-33/+23
* ocfs2: clear zero in unaligned direct IOJia Guo2019-11-061-1/+21
* fs: cifs: mute -Wunused-const-variable messageAustin Kim2019-11-061-4/+0
* nfs: Fix nfsi->nrequests count error on nfs_inode_remove_requestZhangXiaoxu2019-11-061-2/+3
* exec: load_script: Do not exec truncated interpreter pathKees Cook2019-11-061-9/+48
* ext4: disallow files with EXT4_JOURNAL_DATA_FL from EXT4_IOC_SWAP_BOOTTheodore Ts'o2019-11-061-0/+1
* cifs: add credits from unmatched responses/messagesRonnie Sahlberg2019-11-062-7/+22
* CIFS: Respect SMB2 hdr preamble size in read responsesPavel Shilovsky2019-11-062-6/+7
* NFSv4: Ensure that the state manager exits the loop on SIGKILLTrond Myklebust2019-11-061-1/+1
* Btrfs: fix deadlock on tree root leaf when finding free extentFilipe Manana2019-11-063-11/+46
* f2fs: fix to recover inode->i_flags of inode block during PORChao Yu2019-11-061-0/+1
* f2fs: fix to recover inode's i_gc_failures during PORChao Yu2019-11-061-0/+2
* f2fs: flush quota blocks after turnning it offJaegeuk Kim2019-11-061-0/+6
* btrfs: tracepoints: Fix wrong parameter order for qgroup eventsQu Wenruo2019-11-061-2/+2
* btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo2019-11-067-26/+20
* Btrfs: fix memory leak due to concurrent append writes with fiemapFilipe Manana2019-11-061-1/+12
* Btrfs: fix inode cache block reserve leak on failure to allocate data spaceFilipe Manana2019-11-061-0/+1
* Btrfs: check for the full sync flag while holding the inode lock during fsyncFilipe Manana2019-10-291-19/+17