aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-06-10bcachefs: fix the display format for show-superHongbo Li1-3/+3
2024-06-10bcachefs: fix stack frame size in fsck.cKent Overstreet1-0/+3
2024-06-10bcachefs: Delete incorrect BTREE_ID_NR assertionKent Overstreet1-6/+1
2024-06-10bcachefs: Fix incorrect error handling found_btree_node_is_readable()Kent Overstreet1-4/+5
2024-06-10bcachefs: Split out btree_write_submit_wqKent Overstreet3-8/+13
2024-06-10xfs: make sure sb_fdblocks is non-negativeWengang Wang1-3/+4
2024-06-08Merge tag '6.10-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-4/+1
2024-06-08gfs2: Fold qd_fish into gfs2_quota_syncAndreas Gruenbacher1-48/+29
2024-06-08gfs2: quota need_sync cleanupAndreas Gruenbacher1-14/+12
2024-06-08gfs2: Fix and clean up function do_qcAndreas Gruenbacher1-13/+21
2024-06-08gfs2: Revert "Add quota_change type"Andreas Gruenbacher2-15/+10
2024-06-08gfs2: Revert "ignore negated quota changes"Andreas Gruenbacher1-11/+0
2024-06-08gfs2: qd_check_sync cleanupsAndreas Gruenbacher1-18/+22
2024-06-08gfs2: Revert "introduce qd_bh_get_or_undo"Andreas Gruenbacher1-19/+17
2024-06-07Merge tag 'mm-hotfixes-stable-2024-06-07-15-24' of git://git.kernel.org/pub/s...Linus Torvalds3-2/+5
2024-06-07Merge tag 'for-6.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-44/+43
2024-06-07gfs2: Check quota consistency on mountAndreas Gruenbacher1-6/+31
2024-06-07f2fs: Move CONFIG_UNICODE defguards into the code flowGabriel Krisman Bertazi2-10/+8
2024-06-07ext4: Move CONFIG_UNICODE defguards into the code flowGabriel Krisman Bertazi4-32/+29
2024-06-07f2fs: Reuse generic_ci_match for ci comparisonsGabriel Krisman Bertazi1-54/+4
2024-06-07ext4: Reuse generic_ci_match for ci comparisonsGabriel Krisman Bertazi1-65/+22
2024-06-07libfs: Introduce case-insensitive string comparison helperGabriel Krisman Bertazi1-0/+74
2024-06-07f2fs: Simplify the handling of cached casefolded namesGabriel Krisman Bertazi3-32/+46
2024-06-07ext4: Simplify the handling of cached casefolded namesGabriel Krisman Bertazi2-13/+12
2024-06-07fs/ntfs3: Add missing .dirty_folio in address_space_operationsKonstantin Komarov1-0/+1
2024-06-07fs/ntfs3: Remove sync_blockdev_nowait()Konstantin Komarov1-1/+1
2024-06-07fs/ntfs3: Fix getting file typeKonstantin Komarov1-1/+2
2024-06-07fs/ntfs3: Missed NI_FLAG_UPDATE_PARENT settingKonstantin Komarov1-0/+1
2024-06-07fs/ntfs3: Deny getting attr data block in compressed frameKonstantin Komarov1-0/+13
2024-06-07fs/ntfs3: Fix transform resident to nonresident for compressed filesKonstantin Komarov1-5/+8
2024-06-07fs/ntfs3: Remove unused macros MAXIMUM_REPARSE_DATA_BUFFER_SIZEKonstantin Komarov1-3/+0
2024-06-07fs/ntfs3: Use macros NTFS_LABEL_MAX_LENGTH instead of hardcoded valueKonstantin Komarov1-5/+6
2024-06-07fs/ntfs3: Simplify initialization of $AttrDef and $UpCaseKonstantin Komarov3-53/+52
2024-06-07fs/ntfs3: Merge synonym COMPRESSION_UNIT and NTFS_LZNT_CUNITKonstantin Komarov5-7/+4
2024-06-07fs/ntfs3: Remove unused functionKonstantin Komarov2-31/+0
2024-06-07cifs: Don't advance the I/O iterator before terminating subrequestDavid Howells1-3/+0
2024-06-07smb: client: fix deadlock in smb2_find_smb_tcon()Enzo Matsumiya1-1/+1
2024-06-06btrfs: protect folio::private when attaching extent buffer foliosQu Wenruo1-29/+31
2024-06-05nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errorsRyusuke Konishi1-1/+1
2024-06-05mm/ksm: fix ksm_zero_pages accountingChengming Zhou1-1/+1
2024-06-05nilfs2: fix potential kernel bug due to lack of writeback flag waitingRyusuke Konishi1-0/+3
2024-06-05Merge tag 'for-6.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-0/+57
2024-06-05btrfs: fix leak of qgroup extent records after transaction abortFilipe Manana1-9/+1
2024-06-05btrfs: fix crash on racing fsync and size-extending write into preallocOmar Sandoval1-6/+11
2024-06-05iomap: Fix iomap_adjust_read_range for plen calculationRitesh Harjani (IBM)1-1/+2
2024-06-05iomap: keep on increasing i_size in iomap_write_end()Zhang Yi1-29/+24
2024-06-05vfs: retire user_path_at_empty and drop empty arg from getname_flagsMateusz Guzik3-13/+11
2024-06-05vfs: stop using user_path_at_empty in do_readlinkatMateusz Guzik1-19/+24
2024-06-05bcachefs: Fix trans->locked assertKent Overstreet1-0/+1
2024-06-05bcachefs: Rereplicate now moves data off of durability=0 devicesKent Overstreet1-1/+14