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.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
/
sysfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-10
btrfs: sysfs: update fs features directory asynchronously
Qu Wenruo
1
-21
/
+8
2022-12-05
btrfs: simplify percent calculation helpers, rename div_factor
David Sterba
1
-1
/
+1
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flag
Josef Bacik
1
-2
/
+2
2022-12-05
btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move the printk helpers out of ctree.h
Josef Bacik
1
-1
/
+1
2022-12-05
btrfs: sysfs: convert remaining scnprintf to sysfs_emit
David Sterba
1
-3
/
+3
2022-11-23
btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()
Zhen Lei
1
-2
/
+5
2022-09-26
btrfs: skip subtree scan if it's too high to avoid low stall in btrfs_commit_...
Qu Wenruo
1
-0
/
+39
2022-09-26
btrfs: sysfs: introduce global qgroup attribute group
Qu Wenruo
1
-4
/
+61
2022-09-26
btrfs: remove the unnecessary result variables
zhang songyi
1
-8
/
+2
2022-09-26
btrfs: separate BLOCK_GROUP_TREE compat RO flag from EXTENT_TREE_V2
Qu Wenruo
1
-0
/
+2
2022-09-26
btrfs: sysfs: show discard stats and tunables in non-debug build
David Sterba
1
-19
/
+16
2022-09-26
btrfs: sysfs: use sysfs_streq for string matching
David Sterba
1
-20
/
+1
2022-07-25
btrfs: sysfs: remove BIG_METADATA feature files
Nikolay Borisov
1
-2
/
+0
2022-07-25
btrfs: sysfs: remove MIXED_BACKREF feature file
Nikolay Borisov
1
-2
/
+0
2022-07-25
btrfs: sysfs: export commit stats
Ioannis Angelakopoulos
1
-1
/
+43
2022-07-25
btrfs: sysfs: advertise zoned support among features
David Sterba
1
-3
/
+6
2022-07-25
btrfs: sysfs: add force_chunk_alloc trigger to force allocation
Stefan Roesch
1
-0
/
+53
2022-07-25
btrfs: sysfs: export chunk size in space infos
Stefan Roesch
1
-0
/
+74
2022-07-25
btrfs: fix typos in comments
David Sterba
1
-1
/
+1
2022-05-16
btrfs: change the bg_reclaim_threshold valid region from 0 to 100
Josef Bacik
1
-1
/
+1
2022-05-16
btrfs: make the bg_reclaim_threshold per-space info
Josef Bacik
1
-0
/
+37
2022-05-16
btrfs: expand subpage support to any PAGE_SIZE > 4K
Qu Wenruo
1
-4
/
+2
2022-05-05
btrfs: sysfs: export the balance paused state of exclusive operation
David Sterba
1
-0
/
+3
2022-03-14
btrfs: replace BUILD_BUG_ON by static_assert
David Sterba
1
-5
/
+5
2022-03-14
btrfs: add definition for EXTENT_TREE_V2
Josef Bacik
1
-1
/
+4
2022-01-07
btrfs: sysfs: add devinfo/fsid to retrieve actual fsid from the device
Anand Jain
1
-0
/
+11
2021-10-26
btrfs: sysfs: convert scnprintf and snprintf to sysfs_emit
Anand Jain
1
-49
/
+44
2021-08-23
btrfs: sysfs: document structures and their associated files
Anand Jain
1
-16
/
+75
2021-08-23
btrfs: zoned: allow disabling of zone auto reclaim
Johannes Thumshirn
1
-3
/
+4
2021-08-23
btrfs: initial fsverity support
Boris Burkov
1
-0
/
+6
2021-08-23
btrfs: allow read-write for 4K sectorsize on 64K page size systems
Qu Wenruo
1
-0
/
+4
2021-06-22
btrfs: rip out btrfs_space_info::total_bytes_pinned
Josef Bacik
1
-13
/
+0
2021-06-22
btrfs: sysfs: export dev stats in devinfo directory
David Sterba
1
-0
/
+29
2021-06-21
btrfs: sysfs: fix format string for some discard stats
David Sterba
1
-2
/
+2
2021-06-21
btrfs: scrub: per-device bandwidth control
David Sterba
1
-0
/
+28
2021-04-20
btrfs: zoned: automatically reclaim zones
Johannes Thumshirn
1
-0
/
+35
2021-04-19
btrfs: add sysfs interface for supported sectorsize
Qu Wenruo
1
-0
/
+15
2021-02-09
btrfs: zoned: track unusable bytes for zones
Naohiro Aota
1
-0
/
+2
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-12
/
+3
2020-12-08
btrfs: introduce ZONED feature flag
Naohiro Aota
1
-0
/
+7
2020-12-08
btrfs: sysfs: remove unneeded semicolon
Tom Rix
1
-1
/
+1
2020-12-08
btrfs: discard: reschedule work after sysfs param update
Pavel Begunkov
1
-2
/
+3
2020-12-08
btrfs: sysfs: add per-fs attribute for read policy
Anand Jain
1
-0
/
+49
2020-12-08
btrfs: add helper for string match ignoring leading/trailing whitespace
Anand Jain
1
-0
/
+19
2020-12-08
btrfs: introduce mount option rescue=all
Josef Bacik
1
-0
/
+1
2020-12-08
btrfs: introduce mount option rescue=ignoredatacsums
Josef Bacik
1
-0
/
+1
2020-12-08
btrfs: introduce mount option rescue=ignorebadroots
Josef Bacik
1
-0
/
+1
2020-12-08
btrfs: sysfs: export supported rescue= mount options
Josef Bacik
1
-0
/
+22
[next]