aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-03-11ext4: commit super block if fs record error when journal record without errorGravatar Ye Bin 1-0/+9
2023-03-11ext4, jbd2: add an optimized bmap for the journal inodeGravatar Theodore Ts'o 2-3/+29
2023-03-11ext4: fix WARNING in ext4_update_inline_dataGravatar Ye Bin 1-0/+3
2023-03-11ext4: move where set the MAY_INLINE_DATA flag is setGravatar Ye Bin 2-2/+6
2023-03-07ext4: Fix deadlock during directory renameGravatar Jan Kara 1-9/+17
2023-03-07ext4: Fix comment about the 64BIT featureGravatar Tudor Ambarus 1-1/+1
2023-03-07ext4: fix another off-by-one fsmap error on 1k block filesystemsGravatar Darrick J. Wong 1-0/+2
2023-03-07ext4: fix RENAME_WHITEOUT handling for inline directoriesGravatar Eric Whitney 1-6/+7
2023-03-07ext4: make kobj_type structures constantGravatar Thomas Weißschuh 1-2/+2
2023-03-07ext4: fix cgroup writeback accounting with fs-layer encryptionGravatar Eric Biggers 1-5/+6
2023-02-25ext4: fix incorrect options show of original mount_opt and extend mount_opt2Gravatar Zhang Yi 2-7/+22
2023-02-25ext4: Fix possible corruption when moving a directoryGravatar Jan Kara 1-1/+10
2023-02-25ext4: init error handle resource before init group descriptorsGravatar Ye Bin 1-12/+7
2023-02-19ext4: fix task hung in ext4_xattr_delete_inodeGravatar Baokun Li 1-0/+11
2023-02-19jbd2: fix data missing when reusing bh which is ready to be checkpointedGravatar Zhihao Cheng 1-21/+29
2023-02-19ext4: update s_journal_inum if it changes after journal replayGravatar Baokun Li 1-2/+5
2023-02-19ext4: fail ext4_iget if special inode unallocatedGravatar Baokun Li 1-10/+8
2023-02-19ext4: fix function prototype mismatch for ext4_feat_ktypeGravatar Kees Cook 1-1/+6
2023-02-19ext4: remove unnecessary variable initializationGravatar XU pengfei 1-1/+1
2023-02-18ext4: fix inode tree inconsistency caused by ENOMEMGravatar zhanchengbin 1-1/+1
2023-02-18ext4: refuse to create ea block when umountedGravatar Jun Nie 1-0/+7
2023-02-18ext4: optimize ea_inode block expansionGravatar Jun Nie 1-11/+17
2023-02-18ext4: remove dead code in updating backup sbGravatar Tanmay Bhushan 1-3/+0
2023-02-14ext4: dio take shared inode lock when overwriting preallocated blocksGravatar Zhang Yi 1-12/+22
2023-02-09ext4: don't show commit interval if it is zeroGravatar Wang Jianjian 1-1/+1
2023-02-09ext4: use ext4_fc_tl_mem in fast-commit replay pathGravatar Eric Biggers 1-18/+26
2023-02-09ext4: improve xattr consistency checking and error reportingGravatar Theodore Ts'o 1-46/+80
2023-01-21ext4: deal with legacy signed xattr name hash valuesGravatar Linus Torvalds 1-2/+39
2023-01-20Merge tag '6.2-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 3-156/+105
2023-01-20Merge tag 'for-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-36/+52
2023-01-19Merge tag 'zonefs-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 1-0/+22
2023-01-18cifs: remove unused functionGravatar Paulo Alcantara 2-63/+0
2023-01-18cifs: do not include page data when checking signatureGravatar Enzo Matsumiya 1-6/+9
2023-01-18Merge tag 'affs-for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2023-01-18Merge tag 'erofs-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-16/+19
2023-01-18cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()Gravatar Paulo Alcantara 1-3/+3
2023-01-18cifs: handle cache lookup errors different than -ENOENTGravatar Paulo Alcantara 1-2/+9
2023-01-18cifs: remove duplicate code in __refresh_tcon()Gravatar Paulo Alcantara 1-38/+33
2023-01-18cifs: don't take exclusive lock for updating target hintsGravatar Paulo Alcantara 1-27/+20
2023-01-18cifs: avoid re-lookups in dfs_cache_find()Gravatar Paulo Alcantara 1-24/+34
2023-01-18cifs: fix potential deadlock in cache_refresh_path()Gravatar Paulo Alcantara 1-19/+23
2023-01-17Merge tag 'nfsd-6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 5-26/+20
2023-01-16Merge tag 'mm-hotfixes-stable-2023-01-16-15-23' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 2-9/+34
2023-01-16btrfs: fix race between quota rescan and disable leading to NULL pointer derefGravatar Filipe Manana 1-8/+17
2023-01-16btrfs: fix invalid leaf access due to inline extent during lseekGravatar Filipe Manana 1-3/+10
2023-01-16btrfs: stop using write_one_page in btrfs_scratch_superblockGravatar Christoph Hellwig 1-9/+8
2023-01-16btrfs: factor out scratching of one regular super blockGravatar Christoph Hellwig 1-25/+26
2023-01-16Merge tag 'for-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 7-21/+71
2023-01-16erofs: clean up parsing of fscache related optionsGravatar Jingbo Xu 1-7/+6
2023-01-16zonefs: Detect append writes at invalid locationsGravatar Damien Le Moal 1-0/+22