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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
btrfs: export btrfs_block_rsv_add_bytes
Josef Bacik
2019-07-02
2
-9
/
+11
|
*
|
|
|
btrfs: move btrfs_block_rsv definitions into it's own header
Josef Bacik
2019-07-02
3
-68
/
+79
|
*
|
|
|
btrfs: Simplify update of space_info in __reserve_metadata_bytes()
Goldwyn Rodrigues
2019-07-02
1
-11
/
+5
|
*
|
|
|
btrfs: unexport can_overcommit
Josef Bacik
2019-07-02
2
-16
/
+11
|
*
|
|
|
btrfs: move reserve_metadata_bytes and supporting code to space-info.c
Josef Bacik
2019-07-02
3
-702
/
+709
|
*
|
|
|
btrfs: move dump_space_info to space-info.c
Josef Bacik
2019-07-02
3
-63
/
+65
|
*
|
|
|
btrfs: export block_rsv_use_bytes
Josef Bacik
2019-07-02
2
-8
/
+6
|
*
|
|
|
btrfs: move btrfs_space_info_add_*_bytes to space-info.c
Josef Bacik
2019-07-02
3
-111
/
+114
|
*
|
|
|
btrfs: move the space info update macro to space-info.h
Josef Bacik
2019-07-02
2
-37
/
+49
|
*
|
|
|
btrfs: move and export can_overcommit
Josef Bacik
2019-07-02
3
-75
/
+79
|
*
|
|
|
btrfs: move the space_info handling code to space-info.c
Josef Bacik
2019-07-02
4
-187
/
+204
|
*
|
|
|
btrfs: export space_info_add_*_bytes
Josef Bacik
2019-07-02
2
-22
/
+25
|
*
|
|
|
btrfs: rename do_chunk_alloc to btrfs_chunk_alloc
Josef Bacik
2019-07-02
2
-36
/
+35
|
*
|
|
|
btrfs: move space_info to space-info.h
Josef Bacik
2019-07-02
8
-72
/
+85
|
*
|
|
|
btrfs: lift bio_set_dev from bio allocation helpers
David Sterba
2019-07-02
3
-8
/
+12
|
*
|
|
|
btrfs: use raid_attr for minimum stripe count in btrfs_calc_avail_data_space
David Sterba
2019-07-02
1
-8
/
+5
|
*
|
|
|
btrfs: use raid_attr to adjust minimal stripe size in btrfs_calc_avail_data_s...
David Sterba
2019-07-02
1
-4
/
+5
|
*
|
|
|
btrfs: drop default value assignments in enums
David Sterba
2019-07-02
2
-10
/
+10
|
*
|
|
|
btrfs: use common helpers for extent IO state insertion messages
David Sterba
2019-07-02
1
-4
/
+7
|
*
|
|
|
btrfs: run delayed iput at unlink time
Josef Bacik
2019-07-02
1
-6
/
+34
|
*
|
|
|
Btrfs: add missing inode version, ctime and mtime updates when punching hole
Filipe Manana
2019-07-02
1
-0
/
+5
|
*
|
|
|
Btrfs: fix fsync not persisting dentry deletions due to inode evictions
Filipe Manana
2019-07-02
1
-2
/
+26
|
*
|
|
|
btrfs: Use btrfs_get_io_geometry appropriately
Nikolay Borisov
2019-07-02
3
-78
/
+30
|
*
|
|
|
btrfs: Introduce btrfs_io_geometry infrastructure
Nikolay Borisov
2019-07-02
2
-0
/
+113
|
*
|
|
|
btrfs: improve messages when updating feature flags
David Sterba
2019-07-02
1
-16
/
+24
|
*
|
|
|
btrfs: shut up bogus -Wmaybe-uninitialized warning
Arnd Bergmann
2019-07-02
1
-1
/
+1
|
*
|
|
|
Btrfs: prevent send failures and crashes due to concurrent relocation
Filipe Manana
2019-07-02
4
-0
/
+31
|
*
|
|
|
btrfs: document BTRFS_MAX_MIRRORS
David Sterba
2019-07-02
1
-1
/
+10
|
*
|
|
|
btrfs: use mask for RAID56 profiles
David Sterba
2019-07-02
1
-6
/
+3
|
*
|
|
|
btrfs: add mask for all RAID1 types
David Sterba
2019-07-02
3
-9
/
+9
|
*
|
|
|
btrfs: qgroup: Don't hold qgroup_ioctl_lock in btrfs_qgroup_inherit()
Qu Wenruo
2019-07-02
1
-2
/
+22
|
*
|
|
|
btrfs: correctly validate compression type
Johannes Thumshirn
2019-07-02
3
-5
/
+18
|
*
|
|
|
Btrfs: fix data loss after inode eviction, renaming it, and fsync it
Filipe Manana
2019-07-02
1
-1
/
+11
|
*
|
|
|
btrfs: raid56: clear incompat block group flags after removing the last one
David Sterba
2019-07-02
1
-0
/
+30
|
*
|
|
|
btrfs: switch extent_buffer write_locks from atomic to int
David Sterba
2019-07-02
4
-6
/
+6
|
*
|
|
|
btrfs: switch extent_buffer spinning_writers from atomic to int
David Sterba
2019-07-02
4
-8
/
+8
|
*
|
|
|
btrfs: switch extent_buffer blocking_writers from atomic to int
David Sterba
2019-07-02
4
-29
/
+23
|
*
|
|
|
btrfs: assert delayed ref lock in btrfs_find_delayed_ref_head
David Sterba
2019-07-02
1
-3
/
+4
|
*
|
|
|
btrfs: tests: add locks around add_extent_mapping
David Sterba
2019-07-01
1
-0
/
+22
|
*
|
|
|
btrfs: Document __etree_search
Nikolay Borisov
2019-07-01
1
-0
/
+18
|
*
|
|
|
btrfs: Don't trim returned range based on input value in find_first_clear_ext...
Nikolay Borisov
2019-07-01
2
-6
/
+133
|
*
|
|
|
btrfs: trim: make reserved device area adjustments more explicit
Nikolay Borisov
2019-07-01
1
-0
/
+5
|
*
|
|
|
btrfs: use file:line format for assertion report
David Sterba
2019-07-01
1
-2
/
+1
|
*
|
|
|
btrfs: remove assumption about csum type form btrfs_print_data_csum_error()
Johannes Thumshirn
2019-07-01
3
-9
/
+8
|
*
|
|
|
btrfs: directly call into crypto framework for checksumming
Johannes Thumshirn
2019-07-01
9
-62
/
+89
|
*
|
|
|
btrfs: add boilerplate code for directly including the crypto framework
Johannes Thumshirn
2019-07-01
2
-7
/
+47
|
*
|
|
|
btrfs: Simplify btrfs_check_super_csum() and get rid of size assumptions
Johannes Thumshirn
2019-07-01
1
-26
/
+16
|
*
|
|
|
btrfs: check for supported superblock checksum type before checksum validation
Johannes Thumshirn
2019-07-01
1
-0
/
+14
|
*
|
|
|
btrfs: add common checksum type validation
Johannes Thumshirn
2019-07-01
1
-10
/
+19
|
*
|
|
|
btrfs: format checksums according to type for printing
Johannes Thumshirn
2019-07-01
1
-4
/
+16
[prev]
[next]