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
/
scrub.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-18
btrfs: scrub: Don't append on-disk pages for raid56 scrub
Qu Wenruo
1
-4
/
+0
2017-04-18
btrfs: drop redundant parameters from btrfs_map_sblock
David Sterba
1
-3
/
+3
2017-04-18
Btrfs: set scrub page's io_error if failing to submit io
Liu Bo
1
-2
/
+6
2017-04-18
btrfs: convert scrub_ctx.refs from atomic_t to refcount_t
Elena Reshetova
1
-5
/
+5
2017-04-18
btrfs: convert scrub_parity.refs from atomic_t to refcount_t
Elena Reshetova
1
-4
/
+4
2017-04-18
btrfs: convert scrub_block.refs from atomic_t to refcount_t
Elena Reshetova
1
-5
/
+5
2017-04-18
btrfs: convert scrub_recover.refs from atomic_t to refcount_t
Elena Reshetova
1
-4
/
+4
2017-02-28
btrfs: Make check_extent_to_block take btrfs_inode
Nikolay Borisov
1
-5
/
+6
2017-02-28
btrfs: make repair_io_failure take btrfs_inode
Nikolay Borisov
1
-1
/
+1
2017-02-28
btrfs: Make btrfs_lookup_ordered_range take btrfs_inode
Nikolay Borisov
1
-1
/
+1
2017-02-17
btrfs: convert btrfs_inc_block_group_ro to accept fs_info
Jeff Mahoney
1
-1
/
+1
2017-02-17
btrfs: remove unused parameters from scrub_setup_wr_ctx
David Sterba
1
-7
/
+3
2016-12-16
Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-95
/
+86
2016-12-06
btrfs: remove root parameter from transaction commit/end routines
Jeff Mahoney
1
-5
/
+4
2016-12-06
btrfs: take an fs_info directly when the root is not used otherwise
Jeff Mahoney
1
-14
/
+7
2016-12-06
btrfs: root->fs_info cleanup, add fs_info convenience variables
Jeff Mahoney
1
-41
/
+39
2016-12-06
btrfs: pull node/sector/stripe sizes out of root and into fs_info
Jeff Mahoney
1
-15
/
+15
2016-12-06
btrfs: root->fs_info cleanup, use fs_info->dev_root everywhere
Jeff Mahoney
1
-43
/
+43
2016-11-29
btrfs: don't abuse REQ_OP_* flags for btrfs_map_block
Christoph Hellwig
1
-8
/
+9
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
1
-1
/
+1
2016-09-26
btrfs: unsplit printed strings
Jeff Mahoney
1
-29
/
+29
2016-08-04
Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+6
2016-07-26
btrfs: plumb fs_info into btrfs_work
Jeff Mahoney
1
-5
/
+5
2016-07-26
Btrfs: subpage-blocksize: Rate limit scrub error message
Chandan Rajendra
1
-1
/
+1
2016-06-07
btrfs: use bio op accessors
Mike Christie
1
-5
/
+5
2016-06-07
block/fs/drivers: remove rw argument from submit_bio
Mike Christie
1
-5
/
+10
2016-05-30
Btrfs: fix race setting block group back to RW mode during device replace
Filipe Manana
1
-5
/
+5
2016-05-30
Btrfs: fix unprotected assignment of the left cursor for device replace
Filipe Manana
1
-0
/
+4
2016-05-30
Btrfs: fix race setting block group readonly during device replace
Filipe Manana
1
-0
/
+40
2016-05-25
Merge branch 'cleanups-4.7' into for-chris-4.7-20160525
David Sterba
1
-4
/
+4
2016-05-25
btrfs: fix string and comment grammatical issues and typos
Nicholas D Steeves
1
-2
/
+2
2016-05-25
btrfs: scrub: Set bbio to NULL before calling btrfs_map_block
Zhao Lei
1
-1
/
+2
2016-05-16
btrfs: fix memory leak during RAID 5/6 device replacement
Scott Talbert
1
-0
/
+2
2016-05-06
btrfs: Fix BUG_ON condition in scrub_setup_recheck_block()
Ashish Samant
1
-1
/
+1
2016-05-06
Btrfs: fix divide error upon chunk's stripe_len
Liu Bo
1
-1
/
+1
2016-05-06
btrfs: reuse existing variable in scrub_stripe, reduce stack usage
David Sterba
1
-10
/
+9
2016-04-29
btrfs: sink gfp parameter to clear_extent_bits
David Sterba
1
-1
/
+1
2016-04-29
btrfs: sink gfp parameter to set_extent_bits
David Sterba
1
-1
/
+1
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-12
/
+12
2016-03-11
btrfs: scrub: silence an uninitialized variable warning
Dan Carpenter
1
-1
/
+1
2016-02-26
Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6
David Sterba
1
-3
/
+3
2016-02-23
Btrfs: fix lockdep deadlock warning due to dev_replace
Liu Bo
1
-3
/
+3
2016-02-11
btrfs: scrub: use GFP_KERNEL on the submission path
David Sterba
1
-11
/
+13
2016-01-22
wrappers for ->i_mutex access
Al Viro
1
-2
/
+2
2016-01-20
btrfs: Fix calculation of rbio->dbitmap's size calculation
Zhao Lei
1
-1
/
+1
2016-01-19
Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...
Chris Mason
1
-1
/
+1
2016-01-15
btrfs: cleanup, stop casting for extent_map->lookup everywhere
Jeff Mahoney
1
-1
/
+1
2016-01-11
Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...
Chris Mason
1
-2
/
+0
2016-01-11
Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Chris Mason
1
-6
/
+6
2016-01-07
btrfs: cleanup, use enum values for btrfs_path reada
David Sterba
1
-1
/
+1
[prev]
[next]