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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-17
Btrfs: scrub, move setup of nofs contexts higher in the stack
Filipe Manana
1
-20
/
+14
2018-12-17
btrfs: scrub: move scrub_setup_ctx allocation out of device_list_mutex
David Sterba
1
-12
/
+18
2018-12-17
btrfs: scrub: pass fs_info to scrub_setup_ctx
David Sterba
1
-5
/
+4
2018-12-17
btrfs: fix truncate throttling
Josef Bacik
1
-62
/
+17
2018-12-17
btrfs: don't run delayed refs in the end transaction logic
Josef Bacik
1
-38
/
+0
2018-12-17
btrfs: rework btrfs_check_space_for_delayed_refs
Josef Bacik
4
-34
/
+22
2018-12-17
btrfs: add new flushing states for the delayed refs rsv
Josef Bacik
2
-4
/
+20
2018-12-17
btrfs: update may_commit_transaction to use the delayed refs rsv
Josef Bacik
1
-9
/
+15
2018-12-17
btrfs: introduce delayed_refs_rsv
Josef Bacik
5
-25
/
+281
2018-12-17
btrfs: only track ref_heads in delayed_ref_updates
Josef Bacik
1
-3
/
+0
2018-12-17
btrfs: cleanup extent_op handling
Josef Bacik
1
-13
/
+22
2018-12-17
btrfs: add cleanup_ref_head_accounting helper
Josef Bacik
1
-28
/
+39
2018-12-17
btrfs: add btrfs_delete_ref_head helper
Josef Bacik
3
-20
/
+19
2018-12-17
btrfs: use PAGE_ALIGNED instead of open-coding it
Johannes Thumshirn
3
-6
/
+6
2018-12-17
btrfs: use offset_in_page instead of open-coding it
Johannes Thumshirn
7
-44
/
+38
2018-12-17
btrfs: dev-replace: open code trivial locking helpers
David Sterba
5
-74
/
+52
2018-12-17
btrfs: dev-replace: remove custom read/write blocking scheme
David Sterba
5
-28
/
+6
2018-12-17
btrfs: dev-replace: swich locking to rw semaphore
David Sterba
3
-8
/
+8
2018-12-17
btrfs: reada: reorder dev-replace locks before radix tree preload
David Sterba
1
-5
/
+7
2018-12-17
btrfs: Fix error handling in btrfs_cleanup_ordered_extents
Nikolay Borisov
1
-9
/
+20
2018-12-17
btrfs: remove always true if branch in find_delalloc_range
Lu Fengqi
3
-18
/
+18
2018-12-17
btrfs: skip file_extent generation check for free_space_inode in run_delalloc...
Lu Fengqi
1
-1
/
+2
2018-12-17
Btrfs: fix fsync of files with multiple hard links in new directories
Filipe Manana
3
-0
/
+39
2018-12-17
btrfs: drop extra enum initialization where using defaults
David Sterba
6
-29
/
+29
2018-12-17
btrfs: switch BTRFS_ORDERED_* to enums
David Sterba
1
-20
/
+25
2018-12-17
btrfs: switch EXTENT_FLAG_* to enums
David Sterba
1
-7
/
+14
2018-12-17
btrfs: switch EXTENT_BUFFER_* to enums
David Sterba
1
-12
/
+16
2018-12-17
btrfs: switch BTRFS_ROOT_* to enums
David Sterba
1
-16
/
+17
2018-12-17
btrfs: switch BTRFS_FS_* to enums
David Sterba
1
-32
/
+31
2018-12-17
btrfs: switch BTRFS_BLOCK_RSV_* to enums
David Sterba
1
-7
/
+12
2018-12-17
btrfs: switch BTRFS_FS_STATE_* to enums
David Sterba
1
-6
/
+19
2018-12-17
btrfs: Refactor btrfs_merge_bio_hook
Nikolay Borisov
5
-17
/
+24
2018-12-17
btrfs: cleanup the useless DEFINE_WAIT in cleanup_transaction
Lu Fengqi
1
-1
/
+0
2018-12-17
btrfs: document extent mapping assumptions in checksum
Johannes Thumshirn
1
-0
/
+6
2018-12-17
btrfs: don't initialize 'offset' in map_private_extent_buffer()
Johannes Thumshirn
1
-1
/
+1
2018-12-17
Btrfs: fix deadlock with memory reclaim during scrub
Filipe Manana
1
-1
/
+34
2018-12-17
btrfs: Remove extent_io_ops::readpage_io_failed_hook
Nikolay Borisov
4
-60
/
+35
2018-12-17
btrfs: remove btrfs_bio_end_io_t
Johannes Thumshirn
1
-3
/
+0
2018-12-17
btrfs: replace btrfs_io_bio::end_io with a simple helper
David Sterba
4
-18
/
+11
2018-12-17
btrfs: remove redundant csum buffer in btrfs_io_bio
David Sterba
2
-6
/
+7
2018-12-17
btrfs: replace async_cow::root with fs_info
David Sterba
1
-6
/
+3
2018-12-17
btrfs: merge btrfs_submit_bio_done to its caller
David Sterba
2
-24
/
+17
2018-12-17
btrfs: balance: print to system log when balance ends or is paused
Anand Jain
1
-0
/
+7
2018-12-17
btrfs: balance: print args during start and resume
Anand Jain
1
-3
/
+158
2018-12-17
btrfs: add helper to describe block group flags
Anand Jain
3
-27
/
+58
2018-12-17
Btrfs: fix deadlock when enabling quotas due to concurrent snapshot creation
Filipe Manana
1
-4
/
+10
2018-12-17
Btrfs: fix access to available allocation bits when starting balance
Filipe Manana
1
-16
/
+23
2018-12-17
Btrfs: allow clear_extent_dirty() to receive a cached extent state record
Filipe Manana
3
-6
/
+12
2018-12-17
btrfs: Handle final split-brain possibility during fsid change
Nikolay Borisov
1
-11
/
+53
2018-12-17
btrfs: Handle one more split-brain scenario during fsid change
Nikolay Borisov
1
-4
/
+73
[prev]
[next]