index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
btrfs: only enforce free space tree if v1 cache is required for bs < ps cases
Qu Wenruo
1
-7
/
+5
2025-10-17
btrfs: directly free partially initialized fs_info in btrfs_check_leaked_roots()
Dewei Meng
1
-1
/
+7
2025-10-13
btrfs: only set the device specific options after devices are opened
Qu Wenruo
1
-2
/
+1
2025-09-23
btrfs: add unlikely annotations to branches leading to EUCLEAN
David Sterba
1
-3
/
+3
2025-09-23
btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
Sun YangKai
1
-4
/
+1
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
1
-1
/
+1
2025-09-22
btrfs: add mount option for ref_tracker
Leo Martins
1
-0
/
+7
2025-09-22
btrfs: move ref-verify under CONFIG_BTRFS_DEBUG
Leo Martins
1
-9
/
+0
2025-09-22
btrfs: use PTR_ERR_OR_ZERO() to simplify code inbtrfs_control_ioctl()
Xichao Zhao
1
-4
/
+1
2025-09-21
Merge tag 'for-6.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-8
/
+19
2025-09-18
btrfs: reject invalid compression level
Qu Wenruo
1
-8
/
+19
2025-09-11
Merge tag 'for-6.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+6
2025-09-02
btrfs: accept and ignore compression level for lzo
Calvin Owens
1
-3
/
+6
2025-08-18
Merge tag 'for-6.17-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+8
2025-08-13
btrfs: fix printing of mount info messages for NODATACOW/NODATASUM
Kyoji Ogasawara
1
-1
/
+2
2025-08-13
btrfs: restore mount option info messages during mount
Kyoji Ogasawara
1
-3
/
+5
2025-08-13
btrfs: fix incorrect log message for nobarrier mount option
Kyoji Ogasawara
1
-1
/
+1
2025-07-28
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-1
/
+1
2025-07-22
btrfs: restrict writes to opened btrfs devices
Qu Wenruo
1
-7
/
+1
2025-07-22
btrfs: use the super_block as holder when mounting file systems
Christoph Hellwig
1
-2
/
+1
2025-07-22
btrfs: delay btrfs_open_devices() until super block is created
Qu Wenruo
1
-13
/
+45
2025-07-22
btrfs: call btrfs_close_devices() from ->kill_sb
Christoph Hellwig
1
-19
/
+8
2025-07-22
btrfs: add assertions to make super block creation more clear
Qu Wenruo
1
-9
/
+20
2025-07-22
btrfs: get rid of re-entering of btrfs_get_tree()
Qu Wenruo
1
-24
/
+3
2025-07-22
btrfs: always open the device read-only in btrfs_scan_one_device()
Christoph Hellwig
1
-5
/
+4
2025-07-22
btrfs: open code fc_mount() to avoid releasing s_umount rw_sempahore
Al Viro
1
-17
/
+17
2025-07-22
btrfs: rename err to ret in btrfs_fill_super()
David Sterba
1
-12
/
+12
2025-07-22
btrfs: harden parsing of compression mount options
Daniel Vacek
1
-7
/
+18
2025-07-22
btrfs: factor out compression mount options parsing
Daniel Vacek
1
-46
/
+51
2025-06-11
new helper: set_default_d_op()
Al Viro
1
-1
/
+1
2025-05-16
btrfs: remove standalone "nologreplay" mount option
Qu Wenruo
1
-8
/
+0
2025-05-15
btrfs: merge btrfs_read_dev_one_super() into btrfs_read_disk_super()
Qu Wenruo
1
-1
/
+1
2025-05-15
btrfs: trivial conversion to return bool instead of int
David Sterba
1
-3
/
+3
2025-05-15
btrfs: rename remaining exported extent map functions
Filipe Manana
1
-2
/
+2
2025-05-15
btrfs: rename remaining exported functions from extent-io-tree.h
Filipe Manana
1
-2
/
+2
2025-05-12
btrfs: add back warning for mount option commit values exceeding 300
Kyoji Ogasawara
1
-0
/
+4
2025-04-01
btrfs: correctly escape subvol in btrfs_show_options()
Johannes Kimmel
1
-2
/
+1
2025-03-18
btrfs: make btrfs_iget() return a btrfs inode instead
Filipe Manana
1
-2
/
+2
2025-03-18
btrfs: zstd: enable negative compression levels mount option
Daniel Vacek
1
-1
/
+1
2025-01-24
Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2025-01-13
btrfs: print read policy on module load
Anand Jain
1
-0
/
+10
2025-01-13
btrfs: configure read policy via module parameter
Anand Jain
1
-0
/
+5
2025-01-13
btrfs: print status of experimental mode when loading module
Anand Jain
1
-0
/
+3
2025-01-13
btrfs: output the reason for open_ctree() failure
Qu Wenruo
1
-1
/
+1
2024-12-11
fs: enable pre-content events on supported file systems
Josef Bacik
1
-1
/
+1
2024-12-11
Merge tag 'for-6.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-39
/
+27
2024-12-03
btrfs: fix mount failure due to remount races
Qu Wenruo
1
-39
/
+27
2024-11-19
Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-22
/
+11
2024-11-18
Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+2
2024-11-11
btrfs: fix warning on PTR_ERR() against NULL device at btrfs_control_ioctl()
Filipe Manana
1
-1
/
+4
[next]