summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* jffs2: fix memory leak in jffs2_scan_mediumBaokun Li2022-04-151-2/+4
* jffs2: fix memory leak in jffs2_do_mount_fsBaokun Li2022-04-151-1/+3
* jffs2: fix use-after-free in jffs2_clear_xattr_subsystemBaokun Li2022-04-151-1/+1
* f2fs: fix to unlock page correctly in error path of is_alive()Chao Yu2022-04-151-1/+3
* NFSD: prevent underflow in nfssvc_decode_writeargs()Dan Carpenter2022-04-152-2/+2
* fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi2022-04-153-1/+14
* ocfs2: fix crash when initialize filecheck kobj failsJoseph Qi2022-03-231-11/+11
* fs: sysfs_emit: Remove PAGE_SIZE alignment checkLucas Wei2022-03-231-2/+1
* btrfs: unlock newly allocated extent buffer after errorQu Wenruo2022-03-161-0/+1
* ext4: add check to prevent attempting to resize an fs with sparse_super2Josh Triplett2022-03-161-0/+5
* btrfs: add missing run of delayed items after unlink during log replayFilipe Manana2022-03-081-0/+18
* cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg2022-03-081-0/+1
* tracefs: Set the group ownership in apply_options() not parse_options()Steven Rostedt (Google)2022-03-021-2/+3
* fget: clarify and improve __fget_files() implementationLinus Torvalds2022-03-021-16/+57
* configfs: fix a race in configfs_{,un}register_subsystem()ChenXiaoSong2022-03-021-0/+14
* NFS: Do not report writeback errors in nfs_getattr()Trond Myklebust2022-02-231-6/+3
* NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust2022-02-231-2/+2
* ext4: check for out-of-order index extents in ext4_valid_extent_entries()Zhang Yi2022-02-231-7/+14
* quota: make dquot_quota_sync return errors from ->sync_fsDarrick J. Wong2022-02-231-3/+8
* vfs: make freeze_super abort when sync_filesystem returns errorDarrick J. Wong2022-02-231-7/+12
* btrfs: send: in case of IO error log itDāvis Mosāns2022-02-231-0/+4
* NFSv4 expose nfs_parse_server_name functionOlga Kornievskaia2022-02-162-3/+4
* NFSv4 remove zero number of fs_locations entries error checkOlga Kornievskaia2022-02-162-2/+3
* NFSv4.1: Fix uninitialised variable in devicenotifyTrond Myklebust2022-02-163-11/+11
* nfs: nfs4clinet: check the return value of kstrdup()Xiaoke Wang2022-02-161-1/+4
* NFSv4 only print the label when its queriedOlga Kornievskaia2022-02-161-3/+4
* NFSD: Fix offset type in I/O trace pointsChuck Lever2022-02-161-7/+7
* NFSD: Clamp WRITE offsetsChuck Lever2022-02-162-2/+8
* NFS: Fix initialisation of nfs_client cl_flags fieldTrond Myklebust2022-02-161-1/+1
* ext4: fix error handling in ext4_restore_inline_data()Ritesh Harjani2022-02-081-1/+9
* nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client.Dai Ngo2022-02-081-1/+3
* NFS: Ensure the server has an up to date ctime before renamingTrond Myklebust2022-02-081-0/+2
* NFS: Ensure the server has an up to date ctime before hardlinkingTrond Myklebust2022-02-081-0/+2
* NFSv4: nfs_atomic_open() can race when looking up a non-regular fileTrond Myklebust2022-02-081-0/+5
* NFSv4: Handle case where the lookup of a directory failsTrond Myklebust2022-02-081-0/+13
* udf: Fix NULL ptr deref when converting from inline formatJan Kara2022-02-081-5/+3
* udf: Restore i_lenAlloc when inode expansion failsJan Kara2022-02-081-0/+1
* select: Fix indefinitely sleeping task in poll_schedule_timeout()Jan Kara2022-01-291-30/+33
* fuse: fix live lock in fuse_iget()Amir Goldstein2022-01-271-0/+1
* fuse: fix bad inodeMiklos Szeredi2022-01-276-15/+81
* ext4: don't use the orphan list when migrating an inodeTheodore Ts'o2022-01-271-15/+4
* ext4: Fix BUG_ON in ext4_bread when write quota dataYe Bin2022-01-271-1/+1
* ext4: set csum seed in tmp inode while migrating to extentsLuís Henriques2022-01-271-1/+11
* ext4: make sure quota gets properly shutdown on errorJan Kara2022-01-271-4/+6
* ext4: make sure to reset inode lockdep class when quota enabling failsJan Kara2022-01-271-1/+12
* ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffersPetr Cvachoucek2022-01-271-1/+0
* btrfs: remove BUG_ON(!eie) in find_parent_nodesJosef Bacik2022-01-271-3/+11
* btrfs: remove BUG_ON() in find_parent_nodes()Josef Bacik2022-01-271-1/+6
* jffs2: GC deadlock reading a page that is used in jffs2_write_begin()Kyeong Yoo2022-01-271-15/+25
* fs: dlm: filter user dlm messages for kernel locksAlexander Aring2022-01-271-0/+9