index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-17
btrfs: fix use-after-free due to race between replace start and cancel
Anand Jain
1
-22
/
+41
2018-12-17
btrfs: dev-replace: go back to suspend state if another EXCL_OP is running
Anand Jain
1
-0
/
+4
2018-12-17
btrfs: dev-replace: go back to suspended state if target device is missing
Anand Jain
1
-0
/
+2
2018-12-17
btrfs: mark btrfs_dev_replace_start as static
Anand Jain
2
-4
/
+1
2018-12-17
btrfs: harden agaist duplicate fsid on scanned devices
Anand Jain
1
-0
/
+29
2018-12-17
btrfs: introduce nparity raid_attr
Hans van Kranenburg
2
-7
/
+13
2018-12-17
btrfs: fix ncopies raid_attr for RAID56
Hans van Kranenburg
1
-2
/
+2
2018-12-17
btrfs: alloc_chunk: fix more DUP stripe size handling
Hans van Kranenburg
1
-9
/
+7
2018-12-17
btrfs: alloc_chunk: improve chunk size variable name
Hans van Kranenburg
1
-5
/
+5
2018-12-17
btrfs: alloc_chunk: do not refurbish num_bytes
Hans van Kranenburg
1
-4
/
+3
2018-12-17
btrfs: use tagged writepage to mitigate livelock of snapshot
Ethan Lien
5
-8
/
+25
2018-12-17
btrfs: Remove unused extent_state argument from btrfs_writepage_endio_finish_...
Nikolay Borisov
4
-14
/
+11
2018-12-17
btrfs: Remove extent_page_data argument from writepage_delalloc
Nikolay Borisov
1
-7
/
+4
2018-12-17
btrfs: Move epd::extent_locked check to writepage_delalloc's caller
Nikolay Borisov
1
-7
/
+8
2018-12-17
btrfs: Check for missing device before bio submission in btrfs_map_bio
Nikolay Borisov
1
-7
/
+2
2018-12-17
btrfs: remove redundant replace_state init
Anand Jain
1
-1
/
+0
2018-12-17
Btrfs: remove no longer used io_err from btrfs_log_ctx
Filipe Manana
2
-21
/
+0
2018-12-17
Btrfs: simpler and more efficient cleanup of a log tree's extent io tree
Filipe Manana
1
-14
/
+2
2018-12-17
btrfs: Adjust loop in free_extent_buffer
Nikolay Borisov
3
-9
/
+3
2018-12-17
btrfs: Remove special handling of EXTENT_BUFFER_UNMAPPED while freeing
Nikolay Borisov
2
-12
/
+5
2018-12-17
btrfs: Remove unnecessary tree locking code in qgroup_rescan_leaf
Nikolay Borisov
1
-6
/
+1
2018-12-17
btrfs: Remove extra reference count bumps in btrfs_compare_trees
Nikolay Borisov
1
-2
/
+0
2018-12-17
btrfs: Remove extraneous extent_buffer_get from tree_mod_log_rewind
Nikolay Borisov
1
-1
/
+0
2018-12-17
btrfs: Remove redundant extent_buffer_get in get_old_root
Nikolay Borisov
1
-1
/
+0
2018-12-17
btrfs: Remove needless tree locking in iterate_inode_extrefs
Nikolay Borisov
1
-5
/
+0
2018-12-17
btrfs: Remove needless tree locking in iterate_inode_refs
Nikolay Borisov
1
-4
/
+0
2018-12-17
btrfs: tests: Use BTRFS_MAX_EXTENT_SIZE to replace the intermediate number
Qu Wenruo
1
-2
/
+3
2018-12-17
Btrfs: support swap files
Omar Sandoval
1
-0
/
+340
2018-12-17
Btrfs: rename and export get_chunk_map
Omar Sandoval
2
-11
/
+20
2018-12-17
Btrfs: prevent ioctls from interfering with a swap file
Omar Sandoval
6
-12
/
+130
2018-12-17
btrfs: Remove extent_io_ops::split_extent_hook callback
Nikolay Borisov
4
-20
/
+6
2018-12-17
btrfs: Remove extent_io_ops::merge_extent_hook callback
Nikolay Borisov
4
-22
/
+16
2018-12-17
btrfs: Remove extent_io_ops::clear_bit_hook callback
Nikolay Borisov
4
-18
/
+12
2018-12-17
btrfs: Remove extent_io_ops::set_bit_hook extent_io callback
Nikolay Borisov
5
-19
/
+10
2018-12-17
btrfs: Remove extent_io_ops::check_extent_io_range callback
Nikolay Borisov
3
-20
/
+12
2018-12-17
btrfs: Remove extent_io_ops::writepage_end_io_hook
Nikolay Borisov
5
-36
/
+21
2018-12-17
btrfs: Remove extent_io_ops::writepage_start_hook
Nikolay Borisov
4
-16
/
+12
2018-12-17
btrfs: Remove extent_io_ops::fill_delalloc
Nikolay Borisov
4
-24
/
+19
2018-12-17
btrfs: Add function to distinguish between data and btree inode
Nikolay Borisov
1
-0
/
+5
2018-12-17
btrfs: volumes: Make sure no dev extent is beyond device boundary
Qu Wenruo
1
-0
/
+17
2018-12-17
btrfs: volumes: Make sure there is no overlap of dev extents at mount time
Qu Wenruo
1
-0
/
+14
2018-12-17
btrfs: Refactor find_free_extent loops update into find_free_extent_update_loop
Qu Wenruo
1
-100
/
+131
2018-12-17
btrfs: Refactor unclustered extent allocation into find_free_extent_uncluster...
Qu Wenruo
1
-46
/
+69
2018-12-17
btrfs: Refactor clustered extent allocation into find_free_extent_clustered
Qu Wenruo
1
-123
/
+122
2018-12-17
btrfs: Introduce find_free_extent_ctl structure for later rework
Qu Wenruo
1
-95
/
+170
2018-12-17
btrfs: extent-tree: Detect bytes_pinned underflow earlier
Lu Fengqi
1
-4
/
+5
2018-12-17
btrfs: extent-tree: Detect bytes_may_use underflow earlier
Qu Wenruo
1
-16
/
+30
2018-12-17
Btrfs: remove no longer used stuff for tracking pending ordered extents
Filipe Manana
4
-45
/
+0
2018-12-17
Btrfs: remove no longer used logged range variables when logging extents
Filipe Manana
1
-8
/
+0
2018-12-05
Merge tag 'for-4.20-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+3
[prev]
[next]