summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix leaked reference on requeued writeAdam McCoy2020-05-201-1/+1
* NFSv4: Fix fscache cookie aux_data to ensure change_attr is includedDave Wysochanski2020-05-201-18/+16
* nfs: fscache: use timespec64 in inode auxdataArnd Bergmann2020-05-203-11/+21
* NFS: Fix fscache super_cookie index_key from changing after umountDave Wysochanski2020-05-201-1/+2
* gfs2: Another gfs2_walk_metadata fixAndreas Gruenbacher2020-05-201-7/+9
* coredump: fix crash when umh is disabledLuis Chamberlain2020-05-141-0/+8
* cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg2020-05-101-0/+2
* btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_inf...Qu Wenruo2020-05-061-2/+11
* btrfs: fix partial loss of prealloc extent past i_size after fsyncFilipe Manana2020-05-061-3/+40
* nfs: Fix potential posix_acl refcnt leak in nfs3_set_aclAndreas Gruenbacher2020-05-061-7/+15
* btrfs: fix block group leak when removing failsXiyu Yang2020-05-061-6/+10
* propagate_one(): mnt_set_mountpoint() needs mount_lockAl Viro2020-05-021-5/+4
* ext4: check for non-zero journal inum in ext4_calculate_overheadRitesh Harjani2020-05-021-1/+2
* ext4: convert BUG_ON's to WARN_ON's in mballoc.cTheodore Ts'o2020-05-021-2/+4
* ext4: increase wait time needed before reuse of deleted inode numbersTheodore Ts'o2020-05-021-1/+1
* ext4: use matching invalidatepage in ext4_writepageyangerkun2020-05-021-1/+1
* xfs: fix partially uninitialized structure in xfs_reflink_remap_extentDarrick J. Wong2020-05-021-0/+1
* xfs: clear PF_MEMALLOC before exiting xfsaild threadEric Biggers2020-05-021-1/+3
* xfs: acquire superblock freeze protection on eofblocks scansBrian Foster2020-05-022-1/+14
* nfsd: memory corruption in nfsd4_lock()Vasily Averin2020-05-021-0/+2
* xfs: Fix deadlock between AGI and AGF with RENAME_WHITEOUTkaixuxia2020-04-291-43/+42
* vmalloc: fix remap_vmalloc_range() bounds checksJann Horn2020-04-291-2/+3
* fs/namespace.c: fix mountpoint reference counter racePiotr Krysiuk2020-04-291-1/+1
* f2fs: fix to avoid memory leakage in f2fs_listxattrRandall Huang2020-04-291-1/+14
* ceph: don't skip updating wanted caps when cap is staleYan, Zheng2020-04-291-2/+6
* ceph: return ceph_mdsc_do_request() errors from __get_parent()Qiujun Huang2020-04-291-0/+5
* ext4: fix extent_status fragmentation for plain filesDmitry Monakhov2020-04-291-20/+27
* f2fs: fix to wait all node page writebackChao Yu2020-04-231-3/+4
* ext2: fix debug reference to ext2_xattr_cacheJan Kara2020-04-231-2/+1
* ext2: fix empty body warnings when -Wextra is usedRandy Dunlap2020-04-231-2/+3
* f2fs: fix NULL pointer dereference in f2fs_write_begin()Chao Yu2020-04-231-2/+3
* NFS: Fix memory leaks in nfs_pageio_stop_mirroring()Trond Myklebust2020-04-231-9/+8
* cifs: Allocate encryption header through kmallocLong Li2020-04-231-11/+17
* ext4: do not commit super on read-only bdevEric Sandeen2020-04-231-1/+2
* NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context failsMisono Tomohiro2020-04-231-0/+2
* NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid()Trond Myklebust2020-04-231-0/+2
* ext4: use non-movable memory for superblock readaheadRoman Gushchin2020-04-233-2/+13
* ext4: do not zeroout extents beyond i_disksizeJan Kara2020-04-211-4/+4
* btrfs: check commit root generation in should_ignore_rootJosef Bacik2020-04-211-2/+2
* ext4: fix incorrect inodes per group in error messageJosh Triplett2020-04-211-1/+1
* ext4: fix incorrect group count in ext4_fill_super error messageJosh Triplett2020-04-211-2/+2
* jbd2: improve comments about freeing data buffers whose page mapping is NULLzhangyi (F)2020-04-211-3/+4
* ovl: fix value of i_ino for lower hardlink corner caseAmir Goldstein2020-04-211-1/+3
* btrfs: use nofs allocations for running delayed itemsJosef Bacik2020-04-171-0/+13
* hfsplus: fix crash and filesystem corruption when deleting filesSimon Gander2020-04-171-0/+4
* ocfs2: no need try to truncate file beyond i_sizeChangwei Ge2020-04-171-0/+4
* fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()Eric Biggers2020-04-171-1/+3
* ext4: fix a data race at inode->i_blocksQian Cai2020-04-171-1/+1
* NFS: Fix a page leak in nfs_destroy_unlinked_subrequests()Trond Myklebust2020-04-171-0/+1
* btrfs: fix missing semaphore unlock in btrfs_sync_fileRobbie Ko2020-04-171-0/+1