summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-04-15gfs2: Make sure FITRIM minlen is rounded up to fs block sizeAndrew Price1-1/+2
2022-04-15ubifs: rename_whiteout: correct old_dir size computingBaokun Li1-0/+3
2022-04-15ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()Zhihao Cheng1-4/+30
2022-04-15ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng1-1/+1
2022-04-15ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng1-0/+2
2022-04-15ubifs: Fix deadlock in concurrent rename whiteout and inode writebackZhihao Cheng1-10/+15
2022-04-15ubifs: rename_whiteout: Fix double free for whiteout_ui->dataZhihao Cheng1-2/+0
2022-04-15ntfs: add sanity check on allocation sizeDongliang Mu1-0/+4
2022-04-15ext4: don't BUG if someone dirty pages without asking ext4 firstTheodore Ts'o1-0/+25
2022-04-15NFSv4/pNFS: Fix another issue with a list iterator pointing to the headTrond Myklebust3-18/+22
2022-04-15NFSv4.1: don't retry BIND_CONN_TO_SESSION on session errorOlga Kornievskaia1-0/+1
2022-04-15jfs: fix divide error in dbNextAGPavel Skripkin1-0/+7
2022-04-15NFS: remove unneeded check in decode_devicenotify_args()Alexey Khoroshilov1-4/+0
2022-04-15NFS: Return valid errors from nfs2/3_decode_dirent()Trond Myklebust2-16/+7
2022-04-15ext2: correct max file size computingZhang Yi1-1/+5
2022-04-15f2fs: fix to avoid potential deadlockChao Yu2-2/+10
2022-04-15f2fs: fix missing free nid in f2fs_handle_failed_inodeJaegeuk Kim1-0/+1
2022-04-15jffs2: fix memory leak in jffs2_scan_mediumBaokun Li1-2/+4
2022-04-15jffs2: fix memory leak in jffs2_do_mount_fsBaokun Li1-1/+3
2022-04-15jffs2: fix use-after-free in jffs2_clear_xattr_subsystemBaokun Li1-1/+1
2022-04-15f2fs: fix to do sanity check on .cp_pack_total_block_countChao Yu1-3/+5
2022-04-15f2fs: quota: fix loop condition at f2fs_quota_sync()Juhyung Park1-3/+3
2022-04-15f2fs: fix to unlock page correctly in error path of is_alive()Chao Yu1-1/+3
2022-04-15NFSD: prevent underflow in nfssvc_decode_writeargs()Dan Carpenter2-2/+2
2022-03-28nfsd: Containerise filecache laundretteTrond Myklebust3-42/+207
2022-03-28nfsd: cleanup nfsd_file_lru_dispose()Trond Myklebust1-7/+6
2022-03-23ocfs2: fix crash when initialize filecheck kobj failsJoseph Qi1-11/+11
2022-03-16ext4: add check to prevent attempting to resize an fs with sparse_super2Josh Triplett1-0/+5
2022-03-16fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi3-1/+13
2022-03-08btrfs: add missing run of delayed items after unlink during log replayFilipe Manana1-0/+18
2022-03-08btrfs: qgroup: fix deadlock between rescan worker and remove qgroupSidong Yang1-1/+8
2022-03-08btrfs: fix lost prealloc extents beyond eof after full fsyncFilipe Manana1-12/+31
2022-03-08cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg1-0/+1
2022-03-02fget: clarify and improve __fget_files() implementationLinus Torvalds1-16/+57
2022-03-02tracefs: Set the group ownership in apply_options() not parse_options()Steven Rostedt (Google)1-2/+3
2022-03-02configfs: fix a race in configfs_{,un}register_subsystem()ChenXiaoSong1-0/+14
2022-02-23NFS: Do not report writeback errors in nfs_getattr()Trond Myklebust1-6/+3
2022-02-23NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust1-2/+2
2022-02-23ext4: prevent partial update of the extent blocksZhang Yi1-2/+16
2022-02-23ext4: check for inconsistent extents between index and leaf blockZhang Yi1-23/+36
2022-02-23ext4: check for out-of-order index extents in ext4_valid_extent_entries()Zhang Yi1-7/+14
2022-02-23quota: make dquot_quota_sync return errors from ->sync_fsDarrick J. Wong1-3/+8
2022-02-23vfs: make freeze_super abort when sync_filesystem returns errorDarrick J. Wong1-7/+12
2022-02-23btrfs: send: in case of IO error log itDāvis Mosāns1-0/+4
2022-02-16NFSv4 expose nfs_parse_server_name functionOlga Kornievskaia2-3/+4
2022-02-16NFSv4 remove zero number of fs_locations entries error checkOlga Kornievskaia2-2/+3
2022-02-16NFSv4.1: Fix uninitialised variable in devicenotifyTrond Myklebust3-11/+11
2022-02-16nfs: nfs4clinet: check the return value of kstrdup()Xiaoke Wang1-1/+4
2022-02-16NFSv4 only print the label when its queriedOlga Kornievskaia1-3/+4
2022-02-16NFSD: Fix offset type in I/O trace pointsChuck Lever1-7/+7