summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* NFS: nfs_find_open_context() may only select open filesTrond Myklebust2021-07-201-0/+4
* ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton2021-07-201-9/+1
* orangefs: fix orangefs df output.Mike Marshall2021-07-201-1/+1
* fs/jfs: Fix missing error code in lmLogInit()Jiapeng Chong2021-07-201-0/+1
* jfs: fix GPF in diFreePavel Skripkin2021-07-191-1/+2
* ubifs: Fix races between xattr_{set|get} and listxattr operationsZhihao Cheng2021-07-193-11/+36
* fscrypt: don't ignore minor_hash when hash is 0Eric Biggers2021-07-191-7/+2
* udf: Fix NULL pointer dereference in udf_symlink functionArturo Giusti2021-07-191-0/+4
* reiserfs: add check for invalid 1st journal blockPavel Skripkin2021-07-191-0/+14
* configfs: fix memleak in configfs_release_bin_fileChung-Chiang Cheng2021-07-141-5/+5
* writeback: fix obtain a reference to a freeing memcg cssMuchun Song2021-07-141-2/+7
* dax: fix ENOMEM handling in grab_mapping_entry()Jan Kara2021-07-141-1/+2
* ocfs2: fix snprintf() checkingDan Carpenter2021-07-142-11/+3
* btrfs: clear log tree recovering status if starting transaction failsDavid Sterba2021-07-141-0/+1
* writeback, cgroup: increment isw_nr_in_flight before grabbing an inodeRoman Gushchin2021-07-141-2/+3
* cifs: fix missing spinlock around update to ses->statusSteve French2021-07-142-2/+6
* fs: dlm: fix memory leak when fencedAlexander Aring2021-07-141-0/+9
* fs: dlm: cancel work sync otherconAlexander Aring2021-07-141-1/+1
* block_dump: remove block_dump feature in mark_inode_dirty()zhangyi (F)2021-07-141-25/+0
* btrfs: disable build on platforms having page size 256KChristophe Leroy2021-07-141-0/+2
* btrfs: abort transaction if we fail to update the delayed inodeJosef Bacik2021-07-141-0/+8
* btrfs: fix error handling in __btrfs_update_delayed_inodeJosef Bacik2021-07-141-6/+4
* fuse: reject internal errnoMiklos Szeredi2021-07-141-1/+1
* fuse: check connected before queueing on fpq->ioMiklos Szeredi2021-07-141-0/+9
* fuse: ignore PG_workingset after stealingMiklos Szeredi2021-07-141-0/+1
* ext4: use ext4_grp_locked_error in mb_find_extentStephen Brennan2021-07-141-4/+5
* ext4: fix avefreec in find_group_orlovPan Dong2021-07-141-6/+5
* ext4: remove check for zero nr_to_scan in ext4_es_scan()Zhang Yi2021-07-141-3/+0
* ext4: correct the cache_nr in tracepoint ext4_es_shrink_exitZhang Yi2021-07-141-0/+1
* ext4: return error code when ext4_fill_flex_info() failsYang Yingliang2021-07-141-0/+1
* ext4: fix kernel infoleak via ext4_extent_headerAnirudh Rayabharam2021-07-141-0/+3
* ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transact...Zhang Yi2021-07-141-1/+8
* btrfs: clear defrag status of a root if starting transaction failsDavid Sterba2021-07-141-2/+4
* btrfs: send: fix invalid path for unlink operations after parent orphanizationFilipe Manana2021-07-141-0/+11
* ntfs: fix validity check for file name attributeDesmond Cheong Zhi Xi2021-07-141-1/+1
* nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupPavel Skripkin2021-06-301-0/+1
* afs: Fix an IS_ERR() vs NULL checkDan Carpenter2021-06-231-2/+2
* gfs2: Fix use-after-free in gfs2_glock_shrink_scanHillf Danton2021-06-181-1/+1
* gfs2: Prevent direct-I/O write fallback errors from getting lostAndreas Gruenbacher2021-06-181-1/+4
* proc: only require mm_struct for writingLinus Torvalds2021-06-161-1/+3
* NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error.Dai Ngo2021-06-161-0/+8
* NFSv4: Fix second deadlock in nfs4_evict_inode()Trond Myklebust2021-06-161-2/+7
* NFS: Fix use-after-free in nfs4_init_client()Anna Schumaker2021-06-161-1/+1
* NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode()Trond Myklebust2021-06-162-1/+12
* NFS: Fix a potential NULL dereference in nfs_get_client()Dan Carpenter2021-06-161-1/+1
* btrfs: promote debugging asserts to full-fledged checks in validate_superNikolay Borisov2021-06-161-8/+18
* btrfs: return value from btrfs_mark_extent_written() in case of errorRitesh Harjani2021-06-161-2/+2
* proc: Track /proc/$pid/attr/ opener mm_structKees Cook2021-06-161-1/+8
* btrfs: fix unmountable seed device after fstrimAnand Jain2021-06-101-3/+7
* btrfs: fixup error handling in fixup_inode_link_countsJosef Bacik2021-06-101-6/+7