summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-06-08gfs2: Revert "Add quota_change type"Andreas Gruenbacher
2024-06-08gfs2: Revert "ignore negated quota changes"Andreas Gruenbacher
2024-06-08gfs2: qd_check_sync cleanupsAndreas Gruenbacher
2024-06-08gfs2: Revert "introduce qd_bh_get_or_undo"Andreas Gruenbacher
2024-06-07Merge tag 'mm-hotfixes-stable-2024-06-07-15-24' of git://git.kernel.org/pub/s...Linus Torvalds
2024-06-07Merge tag 'for-6.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-06-07gfs2: Check quota consistency on mountAndreas Gruenbacher
2024-06-07f2fs: Move CONFIG_UNICODE defguards into the code flowGabriel Krisman Bertazi
2024-06-07ext4: Move CONFIG_UNICODE defguards into the code flowGabriel Krisman Bertazi
2024-06-07f2fs: Reuse generic_ci_match for ci comparisonsGabriel Krisman Bertazi
2024-06-07ext4: Reuse generic_ci_match for ci comparisonsGabriel Krisman Bertazi
2024-06-07libfs: Introduce case-insensitive string comparison helperGabriel Krisman Bertazi
2024-06-07f2fs: Simplify the handling of cached casefolded namesGabriel Krisman Bertazi
2024-06-07ext4: Simplify the handling of cached casefolded namesGabriel Krisman Bertazi
2024-06-07fs/ntfs3: Add missing .dirty_folio in address_space_operationsKonstantin Komarov
2024-06-07fs/ntfs3: Remove sync_blockdev_nowait()Konstantin Komarov
2024-06-07fs/ntfs3: Fix getting file typeKonstantin Komarov
2024-06-07fs/ntfs3: Missed NI_FLAG_UPDATE_PARENT settingKonstantin Komarov
2024-06-07fs/ntfs3: Deny getting attr data block in compressed frameKonstantin Komarov
2024-06-07fs/ntfs3: Fix transform resident to nonresident for compressed filesKonstantin Komarov
2024-06-07fs/ntfs3: Remove unused macros MAXIMUM_REPARSE_DATA_BUFFER_SIZEKonstantin Komarov
2024-06-07fs/ntfs3: Use macros NTFS_LABEL_MAX_LENGTH instead of hardcoded valueKonstantin Komarov
2024-06-07fs/ntfs3: Simplify initialization of $AttrDef and $UpCaseKonstantin Komarov
2024-06-07fs/ntfs3: Merge synonym COMPRESSION_UNIT and NTFS_LZNT_CUNITKonstantin Komarov
2024-06-07fs/ntfs3: Remove unused functionKonstantin Komarov
2024-06-07cifs: Don't advance the I/O iterator before terminating subrequestDavid Howells
2024-06-07smb: client: fix deadlock in smb2_find_smb_tcon()Enzo Matsumiya
2024-06-06btrfs: protect folio::private when attaching extent buffer foliosQu Wenruo
2024-06-05nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errorsRyusuke Konishi
2024-06-05mm/ksm: fix ksm_zero_pages accountingChengming Zhou
2024-06-05nilfs2: fix potential kernel bug due to lack of writeback flag waitingRyusuke Konishi
2024-06-05Merge tag 'for-6.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-06-05btrfs: fix leak of qgroup extent records after transaction abortFilipe Manana
2024-06-05btrfs: fix crash on racing fsync and size-extending write into preallocOmar Sandoval
2024-06-05iomap: Fix iomap_adjust_read_range for plen calculationRitesh Harjani (IBM)
2024-06-05iomap: keep on increasing i_size in iomap_write_end()Zhang Yi
2024-06-05vfs: retire user_path_at_empty and drop empty arg from getname_flagsMateusz Guzik
2024-06-05vfs: stop using user_path_at_empty in do_readlinkatMateusz Guzik
2024-06-05bcachefs: Fix trans->locked assertKent Overstreet
2024-06-05bcachefs: Rereplicate now moves data off of durability=0 devicesKent Overstreet
2024-06-05bcachefs: Fix GFP_KERNEL allocation in break_cycle()Kent Overstreet
2024-06-05udf: Fix lock ordering in udf_evict_inode()Jan Kara
2024-06-05udf: Drop pointless IS_IMMUTABLE and IS_APPEND checkJan Kara
2024-06-05isofs: add missing MODULE_DESCRIPTION()Jeff Johnson
2024-06-05jbd2: add missing MODULE_DESCRIPTION()Jeff Johnson
2024-06-05fsnotify: clear PARENT_WATCHED flags lazilyAmir Goldstein
2024-06-04jfs: xattr: fix buffer overflow for invalid xattrGreg Kroah-Hartman
2024-06-04gfs2: Minor gfs2_quota_init error path cleanupAndreas Gruenbacher
2024-06-03fs: nls: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-03hostfs: convert hostfs to use the new mount APIHongbo Li