summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-07-11btrfs: avoid create and commit empty transaction when committing superFilipe Manana
2024-07-11btrfs: qgroup: avoid start/commit empty transaction when flushing reservationsFilipe Manana
2024-07-11btrfs: simplify range parameters of btrfs_wait_ordered_roots()David Sterba
2024-07-11btrfs: automatically remove the subvolume qgroupQu Wenruo
2024-07-11btrfs: slightly loosen the requirement for qgroup removalQu Wenruo
2024-07-11btrfs: constify parameters of write_eb_member() and its usersDavid Sterba
2024-07-11btrfs: keep const when returning value from get_unaligned_le8()David Sterba
2024-07-11btrfs: remove unused define EXTENT_SIZE_PER_ITEMDavid Sterba
2024-07-11btrfs: use for-local variables that shadow function variablesDavid Sterba
2024-07-11btrfs: rename macro local variables that clash with other variablesDavid Sterba
2024-07-11btrfs: remove duplicate name variable declarationsDavid Sterba
2024-07-11btrfs: use a btrfs_inode local variable at btrfs_sync_file()Filipe Manana
2024-07-11btrfs: pass a btrfs_inode to btrfs_wait_ordered_range()Filipe Manana
2024-07-11btrfs: pass a btrfs_inode to btrfs_fdatawrite_range()Filipe Manana
2024-07-11btrfs: use a btrfs_inode in the log context (struct btrfs_log_ctx)Filipe Manana
2024-07-11btrfs: make btrfs_finish_ordered_extent() return voidFilipe Manana
2024-07-11btrfs: move btrfs_block_group_root() to block-group.cAnand Jain
2024-07-11btrfs: drop bytenr_orig and fix comment in btrfs_scan_one_device()Anand Jain
2024-07-11btrfs: use a regular rb_root instead of cached rb_root for extent_map_treeFilipe Manana
2024-07-11btrfs: rename rb_root member of extent_map_tree from map to rootFilipe Manana
2024-07-11btrfs: remove objectid from struct btrfs_inode on 64 bits platformsFilipe Manana
2024-07-11btrfs: remove location key from struct btrfs_inodeFilipe Manana
2024-07-11btrfs: don't allocate file extent tree for non regular filesFilipe Manana
2024-07-11btrfs: unify index_cnt and csum_bytes from struct btrfs_inodeFilipe Manana
2024-07-11btrfs: remove inode_lock from struct btrfs_root and use xarray locksFilipe Manana
2024-07-11btrfs: reduce nesting and deduplicate error handling at btrfs_iget_path()Filipe Manana
2024-07-11btrfs: preallocate inodes xarray entry to avoid transaction abortFilipe Manana
2024-07-11btrfs: use an xarray to track open inodes in a rootFilipe Manana
2024-07-11btrfs: raid56: do extra dumping for CONFIG_BTRFS_ASSERTQu Wenruo
2024-07-11btrfs: fix function name in comment for btrfs_remove_ordered_extent()Filipe Manana
2024-07-11btrfs: fix misspelled end IO compression callbacksFilipe Manana
2024-07-11btrfs: remove no longer used btrfs_migrate_to_delayed_refs_rsv()Filipe Manana
2024-07-11btrfs: zoned: make btrfs_get_dev_zone() staticFilipe Manana
2024-07-11btrfs: pass struct btrfs_io_geometry into handle_ops_on_dev_replace()Johannes Thumshirn
2024-07-11btrfs: qgroup: do quick checks if quotas are enabled before starting ioctlsDavid Sterba
2024-07-06Merge tag '6.10-rc6-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-07-04Merge tag 'for-6.10-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-07-04Merge tag 'mm-hotfixes-stable-2024-07-03-22-23' of git://git.kernel.org/pub/s...Linus Torvalds
2024-07-04btrfs: fix folio refcount in __alloc_dummy_extent_buffer()Boris Burkov
2024-07-04btrfs: fix folio refcount in btrfs_do_encoded_write()Boris Burkov
2024-07-03nilfs2: fix incorrect inode allocation from reserved inodesRyusuke Konishi
2024-07-03nilfs2: add missing check for inode numbers on directory entriesRyusuke Konishi
2024-07-03nilfs2: fix inode number range checksRyusuke Konishi
2024-07-02cifs: Fix read-performance regression by dropping readahead expansionDavid Howells
2024-07-02Merge tag 'vfs-6.10-rc7.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-02afs: Convert comma to semicolonChen Ni
2024-07-02fs: better handle deep ancestor chains in is_subdir()Christian Brauner
2024-07-02Merge tag 'erofs-for-6.10-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-07-02filelock: Remove locks reliably when fcntl/close race is detectedJann Horn
2024-07-02btrfs: fix uninitialized return value in the ref-verify toolFilipe Manana