summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-04-20cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli
2022-04-20btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien
2022-04-20jfs: prevent NULL deref in diFreeHaimin Zhang
2022-04-20NFS: swap-out must always use STABLE writes.NeilBrown
2022-04-20NFS: swap IO handling is slightly different for O_DIRECT IONeilBrown
2022-04-20ubifs: Rectify space amount budget for mkdir/tmpfile operationsZhihao Cheng
2022-04-20gfs2: Make sure FITRIM minlen is rounded up to fs block sizeAndrew Price
2022-04-20ubifs: rename_whiteout: correct old_dir size computingBaokun Li
2022-04-20ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng
2022-04-20ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng
2022-04-20ubifs: rename_whiteout: Fix double free for whiteout_ui->dataZhihao Cheng
2022-04-20ntfs: add sanity check on allocation sizeDongliang Mu
2022-04-20ext4: don't BUG if someone dirty pages without asking ext4 firstTheodore Ts'o
2022-04-20NFSv4/pNFS: Fix another issue with a list iterator pointing to the headTrond Myklebust
2022-04-20jfs: fix divide error in dbNextAGPavel Skripkin
2022-04-20NFS: remove unneeded check in decode_devicenotify_args()Alexey Khoroshilov
2022-04-20ext2: correct max file size computingZhang Yi
2022-04-20jffs2: fix memory leak in jffs2_scan_mediumBaokun Li
2022-04-20jffs2: fix memory leak in jffs2_do_mount_fsBaokun Li
2022-04-20jffs2: fix use-after-free in jffs2_clear_xattr_subsystemBaokun Li
2022-04-20NFSD: prevent underflow in nfssvc_decode_writeargs()Dan Carpenter
2022-04-20fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi
2022-03-23fs: sysfs_emit: Remove PAGE_SIZE alignment checkLucas Wei
2022-03-16btrfs: unlock newly allocated extent buffer after errorQu Wenruo
2022-03-16ext4: add check to prevent attempting to resize an fs with sparse_super2Josh Triplett
2022-03-08cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg
2022-03-02fget: clarify and improve __fget_files() implementationLinus Torvalds
2022-03-02tracefs: Set the group ownership in apply_options() not parse_options()Steven Rostedt (Google)
2022-03-02configfs: fix a race in configfs_{,un}register_subsystem()ChenXiaoSong
2022-02-23NFS: Do not report writeback errors in nfs_getattr()Trond Myklebust
2022-02-23NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust
2022-02-23quota: make dquot_quota_sync return errors from ->sync_fsDarrick J. Wong
2022-02-23vfs: make freeze_super abort when sync_filesystem returns errorDarrick J. Wong
2022-02-23btrfs: send: in case of IO error log itDāvis Mosāns
2022-02-16NFSv4 expose nfs_parse_server_name functionOlga Kornievskaia
2022-02-16NFSv4 remove zero number of fs_locations entries error checkOlga Kornievskaia
2022-02-16NFSv4.1: Fix uninitialised variable in devicenotifyTrond Myklebust
2022-02-16nfs: nfs4clinet: check the return value of kstrdup()Xiaoke Wang
2022-02-16NFSv4 only print the label when its queriedOlga Kornievskaia
2022-02-16NFSD: Clamp WRITE offsetsChuck Lever
2022-02-16NFS: Fix initialisation of nfs_client cl_flags fieldTrond Myklebust
2022-02-08ext4: fix error handling in ext4_restore_inline_data()Ritesh Harjani
2022-02-08nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client.Dai Ngo
2022-02-08NFSv4: nfs_atomic_open() can race when looking up a non-regular fileTrond Myklebust
2022-02-08NFSv4: Handle case where the lookup of a directory failsTrond Myklebust
2022-02-08udf: Fix NULL ptr deref when converting from inline formatJan Kara
2022-02-08udf: Restore i_lenAlloc when inode expansion failsJan Kara
2022-01-27NFSv4: Initialise connection to the server in nfs4_alloc_client()Trond Myklebust
2022-01-27fuse: fix live lock in fuse_iget()Amir Goldstein
2022-01-27fuse: fix bad inodeMiklos Szeredi