summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-07-22btrfs: set EXTENT_NORESERVE before range unlock in btrfs_truncate_block()Filipe Manana
2025-07-22btrfs: don't print relocation messages from auto reclaimJohannes Thumshirn
2025-07-22btrfs: remove redundant auto reclaim log messageJohannes Thumshirn
2025-07-22btrfs: make btrfs_check_nocow_lock() check more than one extentFilipe Manana
2025-07-22btrfs: assert we can NOCOW the range in btrfs_truncate_block()Filipe Manana
2025-07-22btrfs: update function comment for btrfs_check_nocow_lock()Filipe Manana
2025-07-22btrfs: use btrfs_inode local variable at btrfs_page_mkwrite()Filipe Manana
2025-07-22btrfs: use variable for io_tree when clearing range in btrfs_page_mkwrite()Filipe Manana
2025-07-22btrfs: fix -ENOSPC mmap write failure on NOCOW files/extentsFilipe Manana
2025-07-22btrfs: use clear_and_wake_up_bit() where open codedDavid Sterba
2025-07-22btrfs: accessors: rename variable for folio offsetDavid Sterba
2025-07-22btrfs: accessors: factor out split memcpy with two sourcesDavid Sterba
2025-07-22btrfs: accessors: set target address at initializationDavid Sterba
2025-07-22btrfs: accessors: compile-time fast path for u16David Sterba
2025-07-22btrfs: accessors: compile-time fast path for u8David Sterba
2025-07-22btrfs: accessors: inline eb bounds check and factor out the error reportDavid Sterba
2025-07-22btrfs: accessors: use type sizeof constants directlyDavid Sterba
2025-07-22btrfs: accessors: simplify folio bounds checksDavid Sterba
2025-07-22btrfs: remove struct rcu_stringDavid Sterba
2025-07-22btrfs: open code RCU for device nameDavid Sterba
2025-07-22btrfs: index buffer_tree using node sizeDaniel Vacek
2025-07-22btrfs: send: directly return strcmp() result when comparing recorded refsFilipe Manana
2025-07-22btrfs: set search_commit_root to false in iterate_inodes_from_logical()Filipe Manana
2025-07-22btrfs: reduce size of struct tree_mod_elemFilipe Manana
2025-07-22btrfs: avoid logging tree mod log elements for irrelevant extent buffersFilipe Manana
2025-07-22btrfs: use readahead_expand() on compressed extentsBoris Burkov
2025-07-22btrfs: populate otime when logging an inode itemQu Wenruo
2025-07-22btrfs: qgroup: use btrfs_qgroup_enabled() in ioctlsFilipe Manana
2025-07-22btrfs: qgroup: fix qgroup create ioctl returning success after quotas disabledFilipe Manana
2025-07-22btrfs: qgroup: set quota enabled bit if quota disable fails flushing reservat...Filipe Manana
2025-07-22btrfs: restrict writes to opened btrfs devicesQu Wenruo
2025-07-22btrfs: use fs_holder_ops for all opened devicesQu Wenruo
2025-07-22btrfs: use the super_block as holder when mounting file systemsChristoph Hellwig
2025-07-22btrfs: delay btrfs_open_devices() until super block is createdQu Wenruo
2025-07-22btrfs: call bdev_fput() to reclaim the blk_holder immediatelyQu Wenruo
2025-07-22btrfs: call btrfs_close_devices() from ->kill_sbChristoph Hellwig
2025-07-22btrfs: add assertions to make super block creation more clearQu Wenruo
2025-07-22btrfs: get rid of re-entering of btrfs_get_tree()Qu Wenruo
2025-07-22btrfs: always open the device read-only in btrfs_scan_one_device()Christoph Hellwig
2025-07-22btrfs: don't skip accounting in early ENOTTY return in btrfs_uring_encoded_re...Caleb Sander Mateos
2025-07-22btrfs: rename inode number parameter passed to btrfs_check_dir_item_collision()David Sterba
2025-07-22btrfs: pass bool to indicate subvolume/snapshot creation typeDavid Sterba
2025-07-22btrfs: pass dentry to btrfs_mksubvol() and btrfs_mksnapshot()David Sterba
2025-07-22btrfs: use struct qstr for subvolume ioctl helpersDavid Sterba
2025-07-22btrfs: replace strcpy() with strscpy()Brahmajit Das
2025-07-22btrfs: accessors: delete token versions of set/get helpersDavid Sterba
2025-07-22btrfs: tree-log: don't use token set/get accessors in fill_inode_item()David Sterba
2025-07-22btrfs: don't use token set/get accessors in inode.c:fill_inode_item()David Sterba
2025-07-22btrfs: don't use token set/get accessors for btrfs_item membersDavid Sterba
2025-07-22btrfs: qgroup: remove no longer used fs_info->qgroup_ulistFilipe Manana