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