index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
btrfs: force free space tree for bs > ps cases
Qu Wenruo
1
-1
/
+1
8 days
btrfs: only enforce free space tree if v1 cache is required for bs < ps cases
Qu Wenruo
1
-7
/
+5
2025-11-25
btrfs: remaining BTRFS_PATH_AUTO_FREE conversions
David Sterba
1
-7
/
+3
2025-11-24
btrfs: apply the AUTO_K(V)FREE macros throughout the code
Miquel SabatĂ© SolĂ
1
-2
/
+1
2025-11-24
btrfs: implement remove_bdev and shutdown super operation callbacks
Qu Wenruo
1
-0
/
+64
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-20
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-21
btrfs: open code fc_mount() to avoid releasing s_umount rw_sempahore
Al Viro
1
-17
/
+17
2025-07-21
btrfs: rename err to ret in btrfs_fill_super()
David Sterba
1
-12
/
+12
2025-07-21
btrfs: harden parsing of compression mount options
Daniel Vacek
1
-7
/
+18
2025-07-21
btrfs: factor out compression mount options parsing
Daniel Vacek
1
-46
/
+51
2025-06-10
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-23
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-10
Merge tag 'for-6.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-39
/
+27
[next]