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
2020-10-07
btrfs: scrub: rename ratelimit state varaible to avoid shadowing
David Sterba
1
-4
/
+4
2020-08-27
btrfs: allocate scrub workqueues outside of locks
Josef Bacik
1
-52
/
+70
2020-07-27
btrfs: return EROFS for BTRFS_FS_STATE_ERROR cases
Josef Bacik
1
-1
/
+1
2020-07-27
btrfs: scrub: clean up temporary page variables in scrub_checksum_tree_block
David Sterba
1
-6
/
+6
2020-07-27
btrfs: scrub: simplify tree block checksum calculation
David Sterba
1
-24
/
+9
2020-07-27
btrfs: scrub: clean up temporary page variables in scrub_checksum_data
David Sterba
1
-7
/
+5
2020-07-27
btrfs: scrub: simplify data block checksum calculation
David Sterba
1
-21
/
+3
2020-07-27
btrfs: scrub: clean up temporary page variables in scrub_checksum_super
David Sterba
1
-8
/
+8
2020-07-27
btrfs: scrub: remove temporary csum array in scrub_checksum_super
David Sterba
1
-3
/
+1
2020-07-27
btrfs: scrub: simplify superblock checksum calculation
David Sterba
1
-27
/
+4
2020-07-27
btrfs: scrub: unify naming of page address variables
David Sterba
1
-16
/
+16
2020-07-27
btrfs: scrub: remove kmap/kunmap of pages
David Sterba
1
-15
/
+8
2020-05-25
btrfs: simplify root lookup by id
David Sterba
1
-5
/
+1
2020-05-25
btrfs: scrub, only lookup for csums if we are dealing with a data extent
Filipe Manana
1
-7
/
+8
2020-05-25
btrfs: rename member 'trimming' of block group to a more generic name
Filipe Manana
1
-3
/
+3
2020-05-25
btrfs: fix a race between scrub and block group removal/allocation
Filipe Manana
1
-2
/
+36
2020-03-23
btrfs: scrub: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-03-23
btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root
Josef Bacik
1
-3
/
+3
2020-03-23
btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root
Josef Bacik
1
-4
/
+0
2020-03-23
btrfs: hold a ref on the root in scrub_print_warning_inode
Josef Bacik
1
-0
/
+7
2020-03-23
btrfs: open code btrfs_read_fs_root_no_name
Josef Bacik
1
-1
/
+1
2020-01-28
Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-1
/
+6
2020-01-24
btrfs: scrub: Require mandatory block group RO for dev-replace
Qu Wenruo
1
-5
/
+28
2020-01-20
btrfs: handle empty block_group removal for async discard
Dennis Zhou
1
-1
/
+6
2019-11-18
Btrfs: fix block group remaining RO forever after error during device replace
Filipe Manana
1
-39
/
+0
2019-11-18
btrfs: scrub: Don't check free space before marking a block group RO
Qu Wenruo
1
-1
/
+20
2019-11-18
btrfs: rename btrfs_block_group_cache
David Sterba
1
-6
/
+5
2019-11-18
btrfs: clean up locking name in scrub_enumerate_chunks()
Dan Carpenter
1
-3
/
+3
2019-11-18
btrfs: add dedicated members for start and length of a block group
David Sterba
1
-4
/
+4
2019-11-18
btrfs: move block_group_item::used to block group
David Sterba
1
-1
/
+1
2019-11-18
btrfs: get rid of unique workqueue helper functions
Omar Sandoval
1
-8
/
+6
2019-11-18
btrfs: don't prematurely free work in scrub_missing_raid56_worker()
Omar Sandoval
1
-2
/
+1
2019-09-09
btrfs: move basic block_group definitions to their own header
Josef Bacik
1
-0
/
+1
2019-07-02
btrfs: add mask for all RAID1 types
David Sterba
1
-1
/
+1
2019-07-01
btrfs: directly call into crypto framework for checksumming
Johannes Thumshirn
1
-9
/
+21
2019-07-01
btrfs: don't assume ordered sums to be 4 bytes
Johannes Thumshirn
1
-1
/
+1
2019-07-01
btrfs: read number of data stripes from map only once
David Sterba
1
-4
/
+4
2019-07-01
btrfs: remove mapping tree structures indirection
David Sterba
1
-4
/
+4
2019-04-29
btrfs: get fs_info from device in btrfs_scrub_cancel_dev
David Sterba
1
-2
/
+2
2019-04-29
btrfs: scrub: return EAGAIN when fs is closing
David Sterba
1
-1
/
+1
2019-02-25
btrfs: init csum_list before possible free
Dan Robertson
1
-1
/
+1
2019-02-25
btrfs: scrub: add assertions for worker pointers
David Sterba
1
-0
/
+7
2019-02-25
btrfs: scrub: convert scrub_workers_refcnt to refcount_t
Anand Jain
1
-3
/
+6
2019-02-25
btrfs: scrub: add scrub_lock lockdep check in scrub_workers_get
Anand Jain
1
-0
/
+2
2019-02-25
btrfs: scrub: fix circular locking dependency warning
Anand Jain
1
-11
/
+11
2019-02-25
btrfs: scrub: print messages when started or finished
Anand Jain
1
-0
/
+5
2019-02-25
btrfs: merge btrfs_find_device and find_device
Anand Jain
1
-2
/
+2
2019-02-25
btrfs: refactor btrfs_find_device() take fs_devices as argument
Anand Jain
1
-2
/
+2
2018-12-17
btrfs: Fix typos in comments and strings
Andrea Gelmini
1
-1
/
+1
2018-12-17
Btrfs: scrub, move setup of nofs contexts higher in the stack
Filipe Manana
1
-20
/
+14
[next]