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
/
extent_io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: fix incorrect error return ret being passed to mapping_set_error
Colin Ian King
2017-05-16
1
-1
/
+1
*
btrfs: fiemap: Cache and merge fiemap extent before submit it to user
Qu Wenruo
2017-05-16
1
-2
/
+122
*
Btrfs: enable repair during read for raid56 profile
Liu Bo
2017-04-18
1
-13
/
+27
*
Btrfs: create a helper for getting chunk map
Liu Bo
2017-04-18
1
-2
/
+1
*
btrfs: convert extent_state.refs from atomic_t to refcount_t
Elena Reshetova
2017-04-18
1
-7
/
+7
*
btrfs: convert extent_map.refs from atomic_t to refcount_t
Elena Reshetova
2017-04-18
1
-2
/
+2
*
Btrfs: bring back repair during read
Liu Bo
2017-03-29
1
-18
/
+28
*
Btrfs: fix regression in lock_delalloc_pages
Liu Bo
2017-03-17
1
-1
/
+2
*
btrfs: add dummy callback for readpage_io_failed and drop checks
David Sterba
2017-02-28
1
-1
/
+1
*
btrfs: drop checks for mandatory extent_io_ops callbacks
David Sterba
2017-02-28
1
-4
/
+3
*
btrfs: let writepage_end_io_hook return void
David Sterba
2017-02-28
1
-6
/
+3
*
btrfs: Make get_extent_t take btrfs_inode
Nikolay Borisov
2017-02-28
1
-3
/
+3
*
btrfs: Make btrfs_clear_bit_hook take btrfs_inode
Nikolay Borisov
2017-02-28
1
-1
/
+2
*
btrfs: make btrfs_free_io_failure_record take btrfs_inode
Nikolay Borisov
2017-02-28
1
-2
/
+2
*
btrfs: make clean_io_failure take btrfs_inode
Nikolay Borisov
2017-02-28
1
-10
/
+11
*
btrfs: make repair_io_failure take btrfs_inode
Nikolay Borisov
2017-02-28
1
-6
/
+7
*
btrfs: make free_io_failure take btrfs_inode
Nikolay Borisov
2017-02-28
1
-7
/
+7
*
btrfs: Make btrfs_lookup_ordered_range take btrfs_inode
Nikolay Borisov
2017-02-28
1
-2
/
+2
*
btrfs: remove unused parameter from extent_write_cache_pages
David Sterba
2017-02-17
1
-4
/
+2
*
btrfs: remove unused parameter from update_nr_written
David Sterba
2017-02-17
1
-4
/
+4
*
btrfs: remove unused parameter from submit_extent_page
David Sterba
2017-02-17
1
-9
/
+3
*
btrfs: embed extent_changeset::range_changed to the structure
David Sterba
2017-02-17
1
-1
/
+1
*
Btrfs: add another missing end_page_writeback on submit_extent_page failure
Takafumi Kubota
2017-02-17
1
-2
/
+6
*
Btrfs: use helper to simplify lock/unlock pages
Liu Bo
2017-02-17
1
-64
/
+10
*
btrfs: teach __process_pages_contig about PAGE_LOCK operation
Liu Bo
2017-02-17
1
-6
/
+42
*
Btrfs: create helper for processing bits on contiguous pages
Liu Bo
2017-02-14
1
-15
/
+22
*
Btrfs: cleanup unused cached_state in __extent_writepage_io
Liu Bo
2017-02-14
1
-8
/
+1
*
btrfs: fix over-80 lines introduced by previous cleanups
David Sterba
2017-02-14
1
-5
/
+5
*
btrfs: Make btrfs_ino take a struct btrfs_inode
Nikolay Borisov
2017-02-14
1
-5
/
+5
*
btrfs: drop gfp mask tweaking in try_release_extent_state
Michal Hocko
2017-02-14
1
-2
/
+0
*
btrfs: fix up misleading GFP_NOFS usage in btrfs_releasepage
Michal Hocko
2017-02-14
1
-0
/
+5
*
Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2016-12-16
1
-43
/
+69
|
\
|
*
btrfs: remove root parameter from transaction commit/end routines
Jeff Mahoney
2016-12-06
1
-1
/
+1
|
*
btrfs: take an fs_info directly when the root is not used otherwise
Jeff Mahoney
2016-12-06
1
-5
/
+3
|
*
btrfs: root->fs_info cleanup, add fs_info convenience variables
Jeff Mahoney
2016-12-06
1
-10
/
+15
|
*
btrfs: pull node/sector/stripe sizes out of root and into fs_info
Jeff Mahoney
2016-12-06
1
-21
/
+9
|
*
btrfs: add optimized version of eb to eb copy
David Sterba
2016-11-30
1
-0
/
+14
|
*
btrfs: remove constant parameter to memset_extent_buffer and rename it
David Sterba
2016-11-30
1
-5
/
+5
|
*
btrfs: use specialized page copying helpers in btrfs_clone_extent_buffer
David Sterba
2016-11-30
1
-1
/
+1
|
*
btrfs: introduce helpers for updating eb uuids
David Sterba
2016-11-30
1
-0
/
+21
|
*
btrfs: don't abuse REQ_OP_* flags for btrfs_map_block
Christoph Hellwig
2016-11-29
1
-1
/
+1
*
|
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-12-13
1
-9
/
+7
|
\
\
|
|
/
|
/
|
|
*
block,fs: use REQ_* flags directly
Christoph Hellwig
2016-11-01
1
-9
/
+7
*
|
Btrfs: remove some no-op casts
Dan Carpenter
2016-10-24
1
-4
/
+4
|
/
*
Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Chris Mason
2016-10-12
1
-18
/
+46
|
\
|
*
Btrfs: fix free space tree bitmaps on big-endian systems
Omar Sandoval
2016-10-03
1
-18
/
+46
*
|
Btrfs: memset to avoid stale content in btree leaf
Liu Bo
2016-09-26
1
-5
/
+13
*
|
btrfs: convert pr_* to btrfs_* where possible
Jeff Mahoney
2016-09-26
1
-22
/
+31
*
|
btrfs: convert printk(KERN_* to use pr_* calls
Jeff Mahoney
2016-09-26
1
-2
/
+2
*
|
btrfs: unsplit printed strings
Jeff Mahoney
2016-09-26
1
-23
/
+19
[next]