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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-22
btrfs: sink gfp parameter to clear_extent_uptodate
David Sterba
1
-2
/
+2
2018-01-22
btrfs: sink gfp parameter to clear_extent_bit
David Sterba
1
-6
/
+4
2018-01-22
btrfs: prepare to drop gfp mask parameter from clear_extent_bit
David Sterba
1
-4
/
+8
2017-11-29
Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+5
2017-11-15
Btrfs: fix reported number of inode blocks after buffered append writes
Filipe Manana
1
-2
/
+3
2017-11-15
Btrfs: add write_flags for compression bio
Liu Bo
1
-1
/
+2
2017-11-14
Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-1
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-30
Btrfs: remove bio_flags which indicates a meta block of log-tree
Liu Bo
1
-1
/
+0
2017-08-16
btrfs: struct-funcs, constify readers
Jeff Mahoney
1
-10
/
+9
2017-07-14
Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2017-07-14
Btrfs: fix unexpected return value of bio_readpage_error
Liu Bo
1
-2
/
+2
2017-07-05
Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-23
/
+63
2017-06-29
btrfs: qgroup: Introduce extent changeset for qgroup reserve functions
Qu Wenruo
1
-0
/
+34
2017-06-29
btrfs: qgroup: Return actually freed bytes for qgroup release or free data
Qu Wenruo
1
-1
/
+1
2017-06-19
btrfs: sink gfp parameter to btrfs_io_bio_alloc
David Sterba
1
-1
/
+1
2017-06-19
btrfs: pass bytes to btrfs_bio_alloc
David Sterba
1
-1
/
+1
2017-06-19
btrfs: remove redundant parameters from btrfs_bio_alloc
David Sterba
1
-3
/
+1
2017-06-19
btrfs: sink gfp parameter to btrfs_bio_clone
David Sterba
1
-1
/
+1
2017-06-19
Btrfs: hardcode GFP_NOFS for btrfs_bio_clone_partial
Liu Bo
1
-2
/
+1
2017-06-19
Btrfs: new helper btrfs_bio_clone_partial
Liu Bo
1
-0
/
+2
2017-06-19
Btrfs: don't pass the inode through clean_io_failure
Josef Bacik
1
-3
/
+7
2017-06-19
btrfs: remove inode argument from repair_io_failure
Josef Bacik
1
-3
/
+3
2017-06-19
Btrfs: replace tree->mapping with tree->private_data
Josef Bacik
1
-9
/
+12
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-3
/
+3
2017-04-27
Merge branch 'for-chris-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Chris Mason
1
-1
/
+4
2017-04-26
Btrfs: fix reported number of inode blocks
Filipe Manana
1
-0
/
+1
2017-04-26
Btrfs: fix invalid attempt to free reserved space on failure to cow range
Filipe Manana
1
-1
/
+3
2017-04-18
btrfs: convert extent_state.refs from atomic_t to refcount_t
Elena Reshetova
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: document existence of extent_io ops callbacks
David Sterba
1
-7
/
+16
2017-02-28
btrfs: let writepage_end_io_hook return void
David Sterba
1
-1
/
+1
2017-02-28
btrfs: Make get_extent_t take btrfs_inode
Nikolay Borisov
1
-1
/
+1
2017-02-28
btrfs: Make btrfs_clear_bit_hook take btrfs_inode
Nikolay Borisov
1
-2
/
+4
2017-02-28
btrfs: make btrfs_free_io_failure_record take btrfs_inode
Nikolay Borisov
1
-1
/
+2
2017-02-28
btrfs: make clean_io_failure take btrfs_inode
Nikolay Borisov
1
-2
/
+2
2017-02-28
btrfs: make repair_io_failure take btrfs_inode
Nikolay Borisov
1
-4
/
+4
2017-02-28
btrfs: make free_io_failure take btrfs_inode
Nikolay Borisov
1
-1
/
+3
2017-02-17
btrfs: embed extent_changeset::range_changed to the structure
David Sterba
1
-1
/
+1
2017-02-17
btrfs: teach __process_pages_contig about PAGE_LOCK operation
Liu Bo
1
-1
/
+2
2016-12-06
btrfs: take an fs_info directly when the root is not used otherwise
Jeff Mahoney
1
-2
/
+2
2016-12-06
btrfs: pull node/sector/stripe sizes out of root and into fs_info
Jeff Mahoney
1
-2
/
+2
2016-11-30
btrfs: add optimized version of eb to eb copy
David Sterba
1
-0
/
+2
2016-11-30
btrfs: remove constant parameter to memset_extent_buffer and rename it
David Sterba
1
-2
/
+2
2016-11-30
btrfs: introduce helpers for updating eb uuids
David Sterba
1
-0
/
+3
2016-10-12
Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Chris Mason
1
-0
/
+22
2016-10-03
Btrfs: fix free space tree bitmaps on big-endian systems
Omar Sandoval
1
-0
/
+22
2016-09-26
Btrfs: kill the start argument to read_extent_buffer_pages
Josef Bacik
1
-1
/
+1
2016-09-26
btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...
Qu Wenruo
1
-1
/
+1
2016-08-26
Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
[next]