index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: locking: remove all the blocking helpers
Josef Bacik
2020-12-08
15
-219
/
+30
*
btrfs: scrub: remove local copy of csum_size from context
David Sterba
2020-12-08
1
-10
/
+9
*
btrfs: check integrity: remove local copy of csum_size
David Sterba
2020-12-08
1
-5
/
+1
*
btrfs: remove unnecessary local variables for checksum size
David Sterba
2020-12-08
4
-10
/
+5
*
btrfs: switch cached fs_info::csum_size from u16 to u32
David Sterba
2020-12-08
9
-20
/
+18
*
btrfs: use cached value of fs_info::csum_size everywhere
David Sterba
2020-12-08
11
-24
/
+23
*
btrfs: precalculate checksums per leaf once
David Sterba
2020-12-08
3
-20
/
+13
*
btrfs: store precalculated csum_size in fs_info
David Sterba
2020-12-08
2
-0
/
+2
*
btrfs: replace s_blocksize_bits with fs_info::sectorsize_bits
David Sterba
2020-12-08
7
-30
/
+25
*
btrfs: replace div_u64 by shift in free_space_bitmap_size
David Sterba
2020-12-08
1
-10
/
+8
*
btrfs: use precalculated sectorsize_bits from fs_info
David Sterba
2020-12-08
8
-13
/
+17
*
btrfs: rename page_size to io_size in submit_extent_page
Qu Wenruo
2020-12-08
1
-6
/
+6
*
btrfs: only require sector size alignment for page read
Qu Wenruo
2020-12-08
1
-18
/
+20
*
btrfs: rename pages_locked in process_pages_contig()
Qu Wenruo
2020-12-08
1
-4
/
+4
*
btrfs: sink parameter start and len to check_data_csum
Qu Wenruo
2020-12-08
1
-8
/
+18
*
btrfs: replace fs_info and private_data with inode in btrfs_wq_submit_bio
Qu Wenruo
2020-12-08
4
-28
/
+24
*
btrfs: sink the failed_start parameter to set_extent_bit
Qu Wenruo
2020-12-08
3
-16
/
+15
*
btrfs: update the comment for find_first_extent_bit
Qu Wenruo
2020-12-08
1
-4
/
+5
*
btrfs: fix the comment on lock_extent_buffer_for_io
Qu Wenruo
2020-12-08
1
-4
/
+7
*
btrfs: remove unnecessary casts in printk
David Sterba
2020-12-08
3
-6
/
+3
*
btrfs: add set/get accessors for root_item::drop_level
David Sterba
2020-12-08
6
-12
/
+13
*
btrfs: use root_item helpers for limit and flags in btrfs_create_tree
David Sterba
2020-12-08
1
-2
/
+2
*
btrfs: check-integrity: use proper helper to access btrfs_header
David Sterba
2020-12-08
1
-1
/
+1
*
btrfs: send: use helpers to access root_item::ctransid
David Sterba
2020-12-08
1
-3
/
+3
*
btrfs: generate lockdep keyset names at compile time
David Sterba
2020-12-08
3
-32
/
+29
*
btrfs: use the right number of levels for lockdep keysets
David Sterba
2020-12-08
1
-2
/
+2
*
btrfs: remove dio iomap DSYNC workaround
Goldwyn Rodrigues
2020-12-08
4
-88
/
+2
*
btrfs: call iomap_dio_complete() without inode_lock
Goldwyn Rodrigues
2020-12-08
1
-13
/
+11
*
btrfs: remove btrfs_inode::dio_sem
Goldwyn Rodrigues
2020-12-08
3
-24
/
+0
*
btrfs: use shared lock for direct writes within EOF
Goldwyn Rodrigues
2020-12-08
1
-11
/
+16
*
btrfs: push inode locking and unlocking into buffered/direct write
Goldwyn Rodrigues
2020-12-08
1
-33
/
+57
*
btrfs: introduce btrfs_inode_lock()/unlock()
Goldwyn Rodrigues
2020-12-08
3
-16
/
+69
*
btrfs: introduce btrfs_write_check()
Goldwyn Rodrigues
2020-12-08
1
-74
/
+77
*
btrfs: check FS error state bit early during write
Goldwyn Rodrigues
2020-12-08
1
-12
/
+8
*
btrfs: move pos increment and pagecache extension to btrfs_buffered_write
Goldwyn Rodrigues
2020-12-08
1
-8
/
+5
*
btrfs: split btrfs_direct_IO to read and write
Goldwyn Rodrigues
2020-12-08
3
-99
/
+94
*
btrfs: sysfs: add per-fs attribute for read policy
Anand Jain
2020-12-08
1
-0
/
+49
*
btrfs: create read policy framework
Anand Jain
2020-12-08
2
-1
/
+26
*
btrfs: add helper for string match ignoring leading/trailing whitespace
Anand Jain
2020-12-08
1
-0
/
+19
*
btrfs: do not start and wait for delalloc on snapshot roots on transaction co...
Filipe Manana
2020-12-08
1
-43
/
+6
*
btrfs: switch extent buffer tree lock to rw_semaphore
Josef Bacik
2020-12-08
5
-351
/
+70
*
btrfs: open code insert_orphan_item
Nikolay Borisov
2020-12-08
1
-13
/
+3
*
btrfs: introduce mount option rescue=all
Josef Bacik
2020-12-08
2
-0
/
+12
*
btrfs: introduce mount option rescue=ignoredatacsums
Josef Bacik
2020-12-08
4
-10
/
+25
*
btrfs: introduce mount option rescue=ignorebadroots
Josef Bacik
2020-12-08
10
-28
/
+130
*
btrfs: show rescue=usebackuproot in /proc/mounts
Josef Bacik
2020-12-08
2
-6
/
+2
*
btrfs: add a helper to print out rescue= options
Josef Bacik
2020-12-08
1
-1
/
+8
*
btrfs: sysfs: export supported rescue= mount options
Josef Bacik
2020-12-08
1
-0
/
+22
*
btrfs: push the NODATASUM check into btrfs_lookup_bio_sums
Josef Bacik
2020-12-08
3
-12
/
+17
*
btrfs: unify the ro checking for mount options
Josef Bacik
2020-12-08
1
-7
/
+16
[next]