index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
super.c
Age
Commit message (
Expand
)
Author
2026-06-16
Merge tag 'for-7.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2026-06-09
btrfs: use lockless read in nr_cached_objects shrinker callback
Ben Maurer
2026-06-09
btrfs: switch local indicator variables to bools
David Sterba
2026-06-09
btrfs: derive f_fsid from on-disk fsid and dev_t
Anand Jain
2026-06-09
btrfs: zoned: don't account data relocation space-info in statfs free space
Johannes Thumshirn
2026-06-08
btrfs: tracepoints: add trace event for btrfs_log_inode()
Filipe Manana
2026-06-08
btrfs: don't force DIO writes to be serialized
Mark Harmstone
2026-06-08
btrfs: use a kmem_cache for block groups
Filipe Manana
2026-06-08
btrfs: convert kmalloc_array to kmalloc_objs in btrfs_calc_avail_data_space()
David Sterba
2026-06-03
fs: retire sget()
Christian Brauner
2026-04-07
btrfs: tag as unlikely if statements that check for fs in error state
Filipe Manana
2026-04-07
btrfs: move shutdown and remove_bdev callbacks out of experimental features
Qu Wenruo
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-03
btrfs: zoned: show statistics about zoned filesystems in mountstats
Johannes Thumshirn
2026-02-03
btrfs: switch to library APIs for checksums
Eric Biggers
2026-01-06
btrfs: force free space tree for bs > ps cases
Qu Wenruo
2026-01-06
btrfs: only enforce free space tree if v1 cache is required for bs < ps cases
Qu Wenruo
2025-11-25
btrfs: remaining BTRFS_PATH_AUTO_FREE conversions
David Sterba
2025-11-24
btrfs: apply the AUTO_K(V)FREE macros throughout the code
Miquel SabatĂ© SolĂ
2025-11-24
btrfs: implement remove_bdev and shutdown super operation callbacks
Qu Wenruo
2025-10-17
btrfs: directly free partially initialized fs_info in btrfs_check_leaked_roots()
Dewei Meng
2025-10-13
btrfs: only set the device specific options after devices are opened
Qu Wenruo
2025-09-23
btrfs: add unlikely annotations to branches leading to EUCLEAN
David Sterba
2025-09-23
btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
Sun YangKai
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
2025-09-22
btrfs: add mount option for ref_tracker
Leo Martins
2025-09-22
btrfs: move ref-verify under CONFIG_BTRFS_DEBUG
Leo Martins
2025-09-22
btrfs: use PTR_ERR_OR_ZERO() to simplify code inbtrfs_control_ioctl()
Xichao Zhao
2025-09-20
Merge tag 'for-6.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-09-18
btrfs: reject invalid compression level
Qu Wenruo
2025-09-11
Merge tag 'for-6.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-09-02
btrfs: accept and ignore compression level for lzo
Calvin Owens
2025-08-18
Merge tag 'for-6.17-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-08-13
btrfs: fix printing of mount info messages for NODATACOW/NODATASUM
Kyoji Ogasawara
2025-08-13
btrfs: restore mount option info messages during mount
Kyoji Ogasawara
2025-08-13
btrfs: fix incorrect log message for nobarrier mount option
Kyoji Ogasawara
2025-07-28
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2025-07-22
btrfs: restrict writes to opened btrfs devices
Qu Wenruo
2025-07-22
btrfs: use the super_block as holder when mounting file systems
Christoph Hellwig
2025-07-22
btrfs: delay btrfs_open_devices() until super block is created
Qu Wenruo
2025-07-22
btrfs: call btrfs_close_devices() from ->kill_sb
Christoph Hellwig
2025-07-22
btrfs: add assertions to make super block creation more clear
Qu Wenruo
2025-07-22
btrfs: get rid of re-entering of btrfs_get_tree()
Qu Wenruo
2025-07-22
btrfs: always open the device read-only in btrfs_scan_one_device()
Christoph Hellwig
2025-07-21
btrfs: open code fc_mount() to avoid releasing s_umount rw_sempahore
Al Viro
2025-07-21
btrfs: rename err to ret in btrfs_fill_super()
David Sterba
2025-07-21
btrfs: harden parsing of compression mount options
Daniel Vacek
2025-07-21
btrfs: factor out compression mount options parsing
Daniel Vacek
2025-06-10
new helper: set_default_d_op()
Al Viro
[next]