index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-25
btrfs: remove redundant calls to flush_dcache_page
David Sterba
4
-16
/
+4
2022-07-25
btrfs: only write the sectors in the vertical stripe which has data stripes
Qu Wenruo
1
-4
/
+49
2022-07-25
btrfs: use integrated bitmaps for scrub_parity::dbitmap and ebitmap
Qu Wenruo
1
-24
/
+13
2022-07-25
btrfs: use integrated bitmaps for btrfs_raid_bio::dbitmap and finish_pbitmap
Qu Wenruo
1
-20
/
+22
2022-07-25
btrfs: use btrfs_try_lock_balance in btrfs_ioctl_balance
Nikolay Borisov
1
-46
/
+5
2022-07-25
btrfs: introduce btrfs_try_lock_balance
Nikolay Borisov
1
-0
/
+66
2022-07-25
btrfs: use btrfs_bio_for_each_sector in btrfs_check_read_dio_bio
Christoph Hellwig
1
-32
/
+20
2022-07-25
btrfs: add a helper to iterate through a btrfs_bio with sector sized chunks
Qu Wenruo
1
-0
/
+16
2022-07-25
btrfs: factor out a btrfs_csum_ptr helper
Christoph Hellwig
2
-10
/
+11
2022-07-25
btrfs: refactor end_bio_extent_readpage code flow
Christoph Hellwig
1
-46
/
+40
2022-07-25
btrfs: factor out a helper to end a single sector buffer I/O
Christoph Hellwig
1
-11
/
+15
2022-07-25
btrfs: remove duplicated parameters from submit_data_read_repair()
Qu Wenruo
1
-17
/
+11
2022-07-25
btrfs: introduce a data checksum checking helper
Qu Wenruo
3
-19
/
+34
2022-07-25
btrfs: quit early if the fs has no RAID56 support for raid56 related checks
Qu Wenruo
1
-0
/
+6
2022-07-25
btrfs: use PAGE_ALIGNED instead of IS_ALIGNED
Fanjun Kong
2
-5
/
+5
2022-07-25
btrfs: zoned: fix comment description for sb_write_pointer logic
Pankaj Raghav
1
-3
/
+3
2022-07-25
btrfs: fix typos in comments
David Sterba
10
-11
/
+11
2022-07-16
Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
9
-251
/
+335
2022-07-15
Revert "btrfs: turn delayed_nodes_tree into an XArray"
David Sterba
4
-44
/
+50
2022-07-15
Revert "btrfs: turn name_cache radix tree into XArray in send_ctx"
David Sterba
1
-18
/
+22
2022-07-15
Revert "btrfs: turn fs_info member buffer_radix into XArray"
David Sterba
4
-54
/
+96
2022-07-15
Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"
David Sterba
6
-135
/
+167
2022-07-14
fs/btrfs: Use the enum req_op and blk_opf_t types
Bart Van Assche
6
-19
/
+19
2022-07-11
Merge tag 'for-5.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
2
-21
/
+27
2022-07-08
btrfs: zoned: drop optimization of zone finish
Naohiro Aota
1
-15
/
+6
2022-07-08
btrfs: zoned: fix a leaked bioc in read_zone_info
Christoph Hellwig
1
-5
/
+8
2022-07-08
btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline extents
Filipe Manana
1
-1
/
+13
2022-07-03
mm: shrinkers: provide shrinkers with names
Roman Gushchin
1
-0
/
+2
2022-06-26
Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
10
-27
/
+145
2022-06-21
Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
2
-9
/
+51
2022-06-21
btrfs: fix deadlock with fsync+fiemap+transaction commit
Josef Bacik
1
-15
/
+52
2022-06-21
btrfs: don't set lock_owner when locking extent buffer for reading
Zygo Blaxell
1
-3
/
+0
2022-06-21
btrfs: zoned: fix critical section of relocation inode writeback
Naohiro Aota
1
-1
/
+2
2022-06-21
btrfs: zoned: prevent allocation from previous data relocation BG
Naohiro Aota
5
-2
/
+53
2022-06-21
btrfs: do not BUG_ON() on failure to migrate space when replacing extents
Filipe Manana
1
-2
/
+4
2022-06-21
btrfs: add missing inode updates on each iteration when replacing extents
Filipe Manana
4
-0
/
+23
2022-06-21
btrfs: fix race between reflinking and ordered extent completion
Filipe Manana
1
-4
/
+11
2022-06-10
iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNC
Al Viro
1
-1
/
+1
2022-06-10
btrfs: use IOMAP_DIO_NOSYNC
Al Viro
2
-18
/
+2
2022-06-07
btrfs: add error messages to all unrecognized mount options
David Sterba
1
-7
/
+32
2022-06-06
btrfs: prevent remounting to v1 space cache for subpage mount
Qu Wenruo
1
-0
/
+8
2022-06-06
btrfs: fix hang during unmount when block group reclaim task is running
Filipe Manana
1
-2
/
+11
2022-05-24
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
9
-44
/
+47
2022-05-24
Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
56
-4149
/
+4401
2022-05-23
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-1
/
+6
2022-05-23
Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-34
/
+19
2022-05-17
btrfs: zoned: introduce a minimal zone size 4M and reject mount
Johannes Thumshirn
1
-3
/
+12
2022-05-17
btrfs: allow defrag to convert inline extents to regular extents
Qu Wenruo
1
-2
/
+22
2022-05-17
btrfs: add "0x" prefix for unsupported optional features
Qu Wenruo
1
-2
/
+2
2022-05-17
btrfs: do not account twice for inode ref when reserving metadata units
Filipe Manana
1
-2
/
+5
[prev]
[next]