summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-11-24btrfs: remove fs_info argument from btrfs_calc_reclaim_metadata_size()Filipe Manana
2025-11-24btrfs: remove fs_info argument from shrink_delalloc() and flush_space()Filipe Manana
2025-11-24btrfs: remove fs_info argument from btrfs_dump_space_info()Filipe Manana
2025-11-24btrfs: remove fs_info argument from btrfs_can_overcommit()Filipe Manana
2025-11-24btrfs: remove fs_info argument from calc_available_free_space()Filipe Manana
2025-11-24btrfs: remove fs_info argument from maybe_fail_all_tickets()Filipe Manana
2025-11-24btrfs: remove fs_info argument from priority_reclaim_metadata_space()Filipe Manana
2025-11-24btrfs: remove fs_info argument from priority_reclaim_data_space()Filipe Manana
2025-11-24btrfs: remove fs_info argument from btrfs_try_granting_tickets()Filipe Manana
2025-11-24btrfs: avoid repeated computations in btrfs_mark_ordered_io_finished()Filipe Manana
2025-11-24btrfs: avoid multiple i_size rounding in btrfs_truncate()Filipe Manana
2025-11-24btrfs: consistently round up or down i_size in btrfs_truncate()Filipe Manana
2025-11-24btrfs: add unlikely to unexpected error case in extent_writepages()Filipe Manana
2025-11-24btrfs: split assertion into two in extent_writepage_io()Filipe Manana
2025-11-24btrfs: use variable for end offset in extent_writepage_io()Filipe Manana
2025-11-24btrfs: truncate ordered extent when skipping writeback past i_sizeFilipe Manana
2025-11-24btrfs: implement remove_bdev and shutdown super operation callbacksQu Wenruo
2025-11-24btrfs: implement shutdown ioctlQu Wenruo
2025-11-24btrfs: introduce a new shutdown stateQu Wenruo
2025-11-24btrfs: use end_pos variable where needed in btrfs_dirty_folio()Filipe Manana
2025-11-24btrfs: fix racy bitfield write in btrfs_clear_space_info_full()Boris Burkov
2025-11-24btrfs: fix comment in alloc_bitmap() and drop stale TODORajeev Tapadia
2025-11-24btrfs: fix double free of qgroup record after failure to add delayed ref headMiquel Sabaté Solà
2025-11-24btrfs: subpage: rename macro variables to avoid shadowingDavid Sterba
2025-11-24btrfs: refactor allocation size calculation in alloc_btrfs_io_context()Mehdi Ben Hadj Khelifa
2025-11-24btrfs: fix trivial -Wshadow warningsDavid Sterba
2025-11-24btrfs: print-tree: use string format for key namesDavid Sterba
2025-11-24btrfs: remove unnecessary NULL fs_info check from find_lock_delalloc_range()Qu Wenruo
2025-11-24btrfs: use single return value variable in btrfs_relocate_block_group()Filipe Manana
2025-11-24xfs: move some code out of xfs_iget_recycleChristoph Hellwig
2025-11-24btrfs: ignore ENOMEM from alloc_bitmap()Boris Burkov
2025-11-24erofs: limit the level of fs stacking for file-backed mountsGao Xiang
2025-11-24erofs: correct FSDAX detectionGao Xiang
2025-11-23NFS: Add a module option to disable directory delegationsAnna Schumaker
2025-11-23NFS: Shortcut lookup revalidations if we have a directory delegationAnna Schumaker
2025-11-23NFS: Request a directory delegation during RENAMEAnna Schumaker
2025-11-23NFS: Request a directory delegation on ACCESS, CREATE, and UNLINKAnna Schumaker
2025-11-23NFS: Add support for sending GDD_GETATTRAnna Schumaker
2025-11-23NFSv4/pNFS: Clear NFS_INO_LAYOUTCOMMIT in pnfs_mark_layout_stateid_invalidJonathan Curley
2025-11-23NFSv4.1: protect destroying and nullifying bc_serv structureOlga Kornievskaia
2025-11-23NFSv4.1: pass transport for callback shutdownOlga Kornievskaia
2025-11-23NFSv4: ensure the open stateid seqid doesn't go backwardsScott Mayhew
2025-11-22Merge tag 'xfs-fixes-6.18-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-11-22fs/resctrl: Update bit_usage to reflect io_allocBabu Moger
2025-11-22fs/resctrl: Introduce interface to modify io_alloc capacity bitmasksBabu Moger
2025-11-22fs/resctrl: Modify struct rdt_parse_data to pass mode and CLOSIDBabu Moger
2025-11-22fs/resctrl: Introduce interface to display io_alloc CBMsBabu Moger
2025-11-21fs/resctrl: Add user interface to enable/disable io_alloc featureBabu Moger
2025-11-21fs/resctrl: Introduce interface to display "io_alloc" supportBabu Moger
2025-11-21Merge tag 'v6.18-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds