index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
super.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: add error messages to all unrecognized mount options
David Sterba
2022-06-07
1
-7
/
+32
*
btrfs: prevent remounting to v1 space cache for subpage mount
Qu Wenruo
2022-06-06
1
-0
/
+8
*
btrfs: use normal workqueues for scrub
Christoph Hellwig
2022-05-16
1
-2
/
+0
*
btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueue
Christoph Hellwig
2022-05-16
1
-0
/
+1
*
btrfs: add messages to printk index
Jonathan Lassoff
2022-05-16
1
-3
/
+3
*
btrfs: add filesystems state details to error messages
Sweet Tea Dorminy
2022-03-14
1
-8
/
+60
*
btrfs: disable space cache related mount options for extent tree v2
Josef Bacik
2022-03-14
1
-0
/
+20
*
btrfs: match stale devices by dev_t
Anand Jain
2022-03-14
1
-1
/
+7
*
mm: remove cleancache
Christoph Hellwig
2022-01-22
1
-2
/
+0
*
btrfs: remove reada infrastructure
Qu Wenruo
2022-01-07
1
-1
/
+0
*
btrfs: add a BTRFS_FS_ERROR helper
Josef Bacik
2021-10-26
1
-1
/
+1
*
btrfs: use latest_dev in btrfs_show_devname
Anand Jain
2021-10-26
1
-19
/
+5
*
btrfs: convert latest_bdev type to btrfs_device and rename
Anand Jain
2021-10-26
1
-1
/
+1
*
btrfs: allow idmapped mount
Christian Brauner
2021-08-23
1
-1
/
+1
*
btrfs: introduce btrfs_search_backwards function
Marcos Paulo de Souza
2021-08-23
1
-20
/
+6
*
btrfs: print if fsverity support is built in when loading module
David Sterba
2021-08-23
1
-0
/
+5
*
btrfs: initial fsverity support
Boris Burkov
2021-08-23
1
-0
/
+3
*
btrfs: allow read-write for 4K sectorsize on 64K page size systems
Qu Wenruo
2021-08-23
1
-7
/
+0
*
btrfs: constify and cleanup variables in comparators
David Sterba
2021-08-23
1
-7
/
+6
*
btrfs: shorten integrity checker extent data mount option
David Sterba
2021-06-22
1
-3
/
+2
*
btrfs: always abort the transaction if we abort a trans handle
Josef Bacik
2021-06-21
1
-11
/
+0
*
btrfs: more graceful errors/warnings on 32bit systems when reaching limits
Qu Wenruo
2021-04-20
1
-0
/
+26
*
btrfs: fix spurious free_space_tree remount warning
Boris Burkov
2021-03-02
1
-2
/
+2
*
btrfs: allow read-only mount of 4K sector size fs on 64K page system
Qu Wenruo
2021-02-08
1
-0
/
+7
*
btrfs: introduce the skeleton of btrfs_subpage structure
Qu Wenruo
2021-02-08
1
-1
/
+0
*
btrfs: run delayed iputs when remounting RO to avoid leaking them
Filipe Manana
2020-12-18
1
-0
/
+10
*
btrfs: fix race between RO remount and the cleaner task
Filipe Manana
2020-12-18
1
-3
/
+19
*
btrfs: fix transaction leak and crash after RO remount caused by qgroup rescan
Filipe Manana
2020-12-18
1
-0
/
+8
*
btrfs: warn when remount will not change the free space tree
Boris Burkov
2020-12-09
1
-0
/
+16
*
btrfs: use superblock state to print space_cache mount option
Boris Burkov
2020-12-09
1
-2
/
+2
*
btrfs: keep sb cache_generation consistent with space_cache
Boris Burkov
2020-12-09
1
-3
/
+7
*
btrfs: clear oneshot options on mount and remount
Boris Burkov
2020-12-09
1
-0
/
+1
*
btrfs: lift read-write mount setup from mount and remount
Boris Burkov
2020-12-09
1
-31
/
+6
*
btrfs: remove inode number cache feature
Nikolay Borisov
2020-12-09
1
-10
/
+3
*
btrfs: disallow space_cache in ZONED mode
Naohiro Aota
2020-12-09
1
-2
/
+11
*
btrfs: check and enable ZONED mode
Naohiro Aota
2020-12-09
1
-0
/
+1
*
btrfs: get zone information of zoned block devices
Naohiro Aota
2020-12-09
1
-0
/
+5
*
btrfs: remove stub device info from messages when we have no fs_info
David Sterba
2020-12-08
1
-3
/
+7
*
btrfs: locking: rip out path->leave_spinning
Josef Bacik
2020-12-08
1
-2
/
+0
*
btrfs: replace s_blocksize_bits with fs_info::sectorsize_bits
David Sterba
2020-12-08
1
-1
/
+1
*
btrfs: generate lockdep keyset names at compile time
David Sterba
2020-12-08
1
-2
/
+0
*
btrfs: introduce mount option rescue=all
Josef Bacik
2020-12-08
1
-0
/
+11
*
btrfs: introduce mount option rescue=ignoredatacsums
Josef Bacik
2020-12-08
1
-1
/
+11
*
btrfs: introduce mount option rescue=ignorebadroots
Josef Bacik
2020-12-08
1
-1
/
+11
*
btrfs: show rescue=usebackuproot in /proc/mounts
Josef Bacik
2020-12-08
1
-0
/
+2
*
btrfs: add a helper to print out rescue= options
Josef Bacik
2020-12-08
1
-1
/
+8
*
btrfs: unify the ro checking for mount options
Josef Bacik
2020-12-08
1
-7
/
+16
*
btrfs: kill the RCU protection for fs_info->space_info
Josef Bacik
2020-10-07
1
-4
/
+1
*
btrfs: do async reclaim for data reservations
Josef Bacik
2020-10-07
1
-0
/
+1
*
btrfs: reset compression level for lzo on remount
Marcos Paulo de Souza
2020-08-19
1
-0
/
+1
[next]