summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* ext4: find old entry again if failed to rename whiteoutzhangyi (F)2021-03-241-2/+27
* kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov2021-03-241-6/+4
* nfsd: Don't keep looking up unhashed files in the nfsd file cacheTrond Myklebust2021-03-241-0/+2
* afs: Stop listxattr() from listing "afs.*" attributesDavid Howells2021-03-246-28/+0
* btrfs: fix slab cache flags for free space tree bitmapDavid Sterba2021-03-241-1/+1
* btrfs: fix race when cloning extent buffer during rewind of an old rootFilipe Manana2021-03-241-0/+2
* fuse: fix live lock in fuse_iget()Amir Goldstein2021-03-201-0/+1
* btrfs: scrub: Don't check free space before marking a block group ROQu Wenruo2021-03-204-20/+54
* binfmt_misc: fix possible deadlock in bm_register_writeLior Ribak2021-03-171-15/+14
* configfs: fix a use-after-free in __configfs_open_fileDaiyue Zhang2021-03-171-4/+2
* NFSv4.2: fix return value of _nfs4_get_security_label()Ondrej Mosnacek2021-03-171-1/+1
* NFS: Don't gratuitously clear the inode cache when lookup failedTrond Myklebust2021-03-171-12/+8
* NFS: Don't revalidate the directory permissions on a lookup failureTrond Myklebust2021-03-171-3/+17
* udf: fix silent AED tagLocation corruptionSteven J. Magnani2021-03-171-3/+6
* cifs: return proper error code in statfs(2)Paulo Alcantara2021-03-171-1/+1
* mount: fix mounting of detached mounts onto targets that reside on shared mountsChristian Brauner2021-03-171-1/+1
* btrfs: fix warning when creating a directory with smack enabledFilipe Manana2021-03-091-4/+27
* btrfs: unlock extents in btrfs_zero_range in case of quota reservation errorsNikolay Borisov2021-03-091-1/+4
* btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadataNikolay Borisov2021-03-091-1/+1
* btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter2021-03-091-1/+18
* btrfs: fix raid6 qstripe kmapIra Weiny2021-03-091-11/+10
* btrfs: raid56: simplify tracking of Q stripe presenceDavid Sterba2021-03-091-22/+15
* sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs outputJoe Perches2021-03-071-0/+55
* btrfs: fix error handling in commit_fs_rootsJosef Bacik2021-03-071-5/+6
* f2fs: fix to set/clear I_LINKABLE under i_lockChao Yu2021-03-071-0/+8
* f2fs: handle unallocated section and zone on pinned/atgcJaegeuk Kim2021-03-071-2/+2
* xfs: Fix assert failure in xfs_setattr_size()Yumei Huang2021-03-071-1/+1
* erofs: fix shift-out-of-bounds of blkszbitsGao Xiang2021-03-071-2/+2
* JFS: more checks for invalid superblockRandy Dunlap2021-03-072-0/+11
* gfs2: Recursive gfs2_quota_hold in gfs2_iomap_endAndreas Gruenbacher2021-03-041-3/+3
* gfs2: Don't skip dlm unlock if glock has an lvbBob Peterson2021-03-041-6/+2
* f2fs: fix out-of-repair __setattr_copy()Chao Yu2021-03-041-1/+2
* fs/affs: release old buffer head on error pathPan Bian2021-03-041-1/+3
* pstore: Fix typo in compression option nameJiri Bohac2021-03-041-2/+2
* btrfs: fix extent buffer leak on failure to copy rootFilipe Manana2021-03-041-0/+2
* btrfs: splice remaining dirty_bg's onto the transaction dirty bg listJosef Bacik2021-03-041-7/+12
* btrfs: fix reloc root leak with 0 ref reloc roots on recoveryJosef Bacik2021-03-041-3/+1
* btrfs: abort the transaction if we fail to inc ref in btrfs_copy_rootJosef Bacik2021-03-041-2/+3
* erofs: initialized fields can only be observed after bit is setGao Xiang2021-03-042-2/+18
* ocfs2: fix a use after free on errorDan Carpenter2021-03-041-1/+7
* ext4: fix potential htree index checksum corruptionTheodore Ts'o2021-03-041-4/+3
* nfsd: register pernet ops last, unregister firstJ. Bruce Fields2021-03-041-7/+7
* isofs: release buffer head before returnPan Bian2021-03-042-0/+2
* quota: Fix memory leak when handling corrupted quota fileJan Kara2021-03-041-3/+8
* ubifs: Fix error return code in alloc_wbufs()Wang ShaoBo2021-03-041-1/+3
* ubifs: Fix memleak in ubifs_init_authenticationDinghao Liu2021-03-041-1/+1
* jffs2: fix use after free in jffs2_sum_write_data()Tom Rix2021-03-041-0/+3
* fs/jfs: fix potential integer overflow on shift of a intColin Ian King2021-03-041-1/+1
* btrfs: clarify error returns values in __load_free_space_cacheZhihao Cheng2021-03-041-1/+5
* f2fs: fix a wrong condition in __submit_bioDehe Gu2021-03-041-1/+1