summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Revert "cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath."Greg Kroah-Hartman2021-04-141-1/+0
* fs: direct-io: fix missing sdio->boundaryJack Qiu2021-04-141-2/+3
* ocfs2: fix deadlock between setattr and dio_end_io_writeWengang Wang2021-04-142-12/+7
* cifs: Silently ignore unknown oplock break handleVincent Whitchurch2021-04-101-2/+2
* cifs: revalidate mapping when we open files for SMB1 POSIXRonnie Sahlberg2021-04-101-0/+1
* reiserfs: update reiserfs_xattrs_initialized() conditionTetsuo Handa2021-04-071-1/+1
* ext4: do not iput inode under running transaction in ext4_rename()zhangyi (F)2021-04-071-9/+9
* ext4: fix bh ref count on error pathsZhaolong Zhang2021-04-071-3/+3
* ext4: add reclaim checks to xattr codeJan Kara2021-03-301-0/+4
* squashfs: fix xattr id and id lookup sanity checksPhillip Lougher2021-03-302-4/+8
* squashfs: fix inode lookup sanity checksSean Nyekjaer2021-03-302-2/+7
* nfs: we don't support removing system.nfs4_aclJ. Bruce Fields2021-03-301-0/+3
* NFS: Correct size calculation for create reply lengthFrank Sorenson2021-03-301-1/+2
* nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig defaultTimo Rothenpieler2021-03-301-1/+1
* cifs: Fix preauth hash corruptionVincent Whitchurch2021-03-241-1/+6
* ext4: fix potential error in ext4_do_update_inodeShijie Luo2021-03-241-4/+4
* ext4: do not try to set xattr into ea_inode if value is emptyzhangyi (F)2021-03-241-1/+1
* 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
* 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
* ext4: check journal inode extents more carefullyJan Kara2021-03-206-43/+37
* 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
* 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
* btrfs: unlock extents in btrfs_zero_range in case of quota reservation errorsNikolay Borisov2021-03-111-1/+4
* btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadataNikolay Borisov2021-03-111-1/+1
* btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter2021-03-111-1/+18
* btrfs: fix raid6 qstripe kmapIra Weiny2021-03-111-11/+10
* btrfs: raid56: simplify tracking of Q stripe presenceDavid Sterba2021-03-111-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
* JFS: more checks for invalid superblockRandy Dunlap2021-03-072-0/+11
* 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: 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
* 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
* 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
* jffs2: fix use after free in jffs2_sum_write_data()Tom Rix2021-03-041-0/+3