index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: avoid link error with CONFIG_NO_AUTO_INLINE
Arnd Bergmann
2018-11-06
1
-3
/
+3
*
btrfs: Remove 'objectid' member from struct btrfs_root
Misono Tomohiro
2018-10-15
1
-2
/
+4
*
btrfs: Use wrapper macro for rcu string to remove duplicate code
Misono Tomohiro
2018-08-06
1
-6
/
+3
*
Btrfs: fix btrfs_write_inode vs delayed iput deadlock
Josef Bacik
2018-08-06
1
-1
/
+0
*
btrfs: refactor block group replication factor calculation to a helper
David Sterba
2018-08-06
1
-8
/
+3
*
btrfs: rename btrfs_parse_early_options
Anand Jain
2018-08-06
1
-7
/
+6
*
btrfs: return device pointer from btrfs_scan_one_device
Gu Jinxiang
2018-08-06
1
-13
/
+21
*
btrfs: make fs_devices a local variable in btrfs_parse_early_options
Gu Jinxiang
2018-08-06
1
-3
/
+4
*
btrfs: fix mount and ioctl device scan ioctl race
David Sterba
2018-08-06
1
-6
/
+6
*
btrfs: reorder initialization before the mount locks uuid_mutex
David Sterba
2018-08-06
1
-16
/
+14
*
btrfs: lift uuid_mutex to callers of btrfs_parse_early_options
David Sterba
2018-08-06
1
-2
/
+4
*
btrfs: lift uuid_mutex to callers of btrfs_open_devices
David Sterba
2018-08-06
1
-0
/
+2
*
btrfs: lift uuid_mutex to callers of btrfs_scan_one_device
David Sterba
2018-08-06
1
-1
/
+11
*
btrfs: remove unused parameter from btrfs_parse_subvol_options
Gu Jinxiang
2018-08-06
1
-4
/
+4
*
btrfs: prune unused includes
David Sterba
2018-08-06
1
-3
/
+0
*
btrfs: Fix a C compliance issue
Bart Van Assche
2018-08-06
1
-3
/
+3
*
btrfs: Annotate fall-through when parsing mount option
Bart Van Assche
2018-08-06
1
-0
/
+1
*
Btrfs: allow empty subvol= again
Omar Sandoval
2018-05-28
1
-0
/
+3
*
btrfs: return original error code when failing from option parsing
Chengguang Xu
2018-05-28
1
-3
/
+1
*
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
2018-04-12
1
-14
/
+1
*
btrfs: use RCU in btrfs_show_devname for device list traversal
David Sterba
2018-03-31
1
-5
/
+10
*
btrfs: sort and group mount option definitions
David Sterba
2018-03-31
1
-53
/
+86
*
btrfs: Add nossd_spread mount option
Howard McLauchlan
2018-03-31
1
-4
/
+7
*
btrfs: unify types for metadata_ratio and data_chunk_allocations
Anand Jain
2018-03-26
1
-1
/
+1
*
btrfs: add more __cold annotations
David Sterba
2018-03-26
1
-1
/
+1
*
btrfs: verify subvolid mount parameter
Anand Jain
2018-03-26
1
-12
/
+9
*
btrfs: Remove custom crc32c init code
Nikolay Borisov
2018-03-26
1
-10
/
+4
*
btrfs: add a comment to mark the deprecated mount option
Anand Jain
2018-03-26
1
-2
/
+2
*
btrfs: manage commit mount option as %u
Anand Jain
2018-03-26
1
-16
/
+10
*
btrfs: manage check_int_print_mask mount option as %u
Anand Jain
2018-03-26
1
-11
/
+5
*
btrfs: manage metadata_ratio mount option as %u
Anand Jain
2018-03-26
1
-12
/
+6
*
btrfs: manage thread_pool mount option as %u
Anand Jain
2018-03-26
1
-7
/
+6
*
btrfs: use kvzalloc to allocate btrfs_fs_info
Jeff Mahoney
2018-03-01
1
-1
/
+1
*
btrfS: collapse btrfs_handle_error() into __btrfs_handle_fs_error()
Anand Jain
2018-01-22
1
-24
/
+17
*
btrfs: remove check for BTRFS_FS_STATE_ERROR which we just set
Anand Jain
2018-01-22
1
-14
/
+12
*
btrfs: factor btrfs_check_rw_degradable() to check given device
Anand Jain
2018-01-22
1
-1
/
+1
*
btrfs: drop unused parameters from mount_subvol
David Sterba
2018-01-22
1
-4
/
+2
*
btrfs: cleanup unnecessary string dup in btrfs_parse_options()
Misono, Tomohiro
2018-01-22
1
-12
/
+1
*
btrfs: remove unused arg from parse_subvol_options()
Misono, Tomohiro
2018-01-22
1
-2
/
+2
*
btrfs: remove unused setup_root_args()
Misono, Tomohiro
2018-01-22
1
-36
/
+0
*
btrfs: split parse_early_options() in two
Misono, Tomohiro
2018-01-22
1
-25
/
+57
*
btrfs: cleanup btrfs_mount() using btrfs_mount_root()
Misono, Tomohiro
2018-01-22
1
-130
/
+63
*
btrfs: add btrfs_mount_root() and new file_system_type
Misono, Tomohiro
2018-01-22
1
-0
/
+123
*
btrfs: remove duplicate includes
Pravin Shedge
2018-01-22
1
-1
/
+0
*
btrfs: show options: use helper to convert compression type string
David Sterba
2018-01-22
1
-7
/
+2
*
btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGT
Anand Jain
2018-01-22
1
-1
/
+2
*
btrfs: cleanup device states define BTRFS_DEV_STATE_MISSING
Anand Jain
2018-01-22
1
-1
/
+1
*
btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATA
Anand Jain
2018-01-22
1
-2
/
+3
*
Btrfs: add __init macro to btrfs init functions
Liu Bo
2018-01-22
1
-2
/
+2
*
Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-11-29
1
-2
/
+11
|
\
[next]