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
2021-10-26
btrfs: zoned: tweak reclaim threshold for zone capacity
Naohiro Aota
1
-2
/
+6
2021-10-26
btrfs: zoned: calculate free space from zone capacity
Naohiro Aota
4
-6
/
+16
2021-10-26
btrfs: zoned: move btrfs_free_excluded_extents out of btrfs_calc_zone_unusable
Naohiro Aota
2
-3
/
+2
2021-10-26
btrfs: zoned: load zone capacity information from devices
Naohiro Aota
2
-1
/
+24
2021-10-26
btrfs: defrag: enable defrag for subpage case
Qu Wenruo
1
-6
/
+0
2021-10-26
btrfs: defrag: remove the old infrastructure
Qu Wenruo
1
-313
/
+0
2021-10-26
btrfs: defrag: use defrag_one_cluster() to implement btrfs_defrag_file()
Qu Wenruo
1
-149
/
+55
2021-10-26
btrfs: defrag: introduce helper to defrag one cluster
Qu Wenruo
1
-0
/
+56
2021-10-26
btrfs: defrag: introduce helper to defrag a range
Qu Wenruo
1
-10
/
+93
2021-10-26
btrfs: defrag: introduce helper to defrag a contiguous prepared range
Qu Wenruo
1
-0
/
+55
2021-10-26
btrfs: defrag: introduce helper to collect target file extents
Qu Wenruo
1
-0
/
+120
2021-10-26
btrfs: defrag: factor out page preparation into a helper
Qu Wenruo
1
-61
/
+87
2021-10-26
btrfs: defrag: replace hard coded PAGE_SIZE with sectorsize
Qu Wenruo
1
-5
/
+6
2021-10-26
btrfs: defrag: also check PagePrivate for subpage cases in cluster_pages_for_defrag()
Qu Wenruo
1
-2
/
+3
2021-10-26
btrfs: defrag: pass file_ra_state instead of file to btrfs_defrag_file()
Qu Wenruo
2
-11
/
+20
2021-10-26
btrfs: rename and switch to bool btrfs_chunk_readonly
Anand Jain
3
-17
/
+19
2021-10-26
btrfs: reflink: initialize return value to 0 in btrfs_extent_same()
Sidong Yang
1
-1
/
+1
2021-10-26
btrfs: subpage: pack all subpage bitmaps into a larger bitmap
Qu Wenruo
3
-85
/
+121
2021-10-25
btrfs: subpage: introduce btrfs_subpage_bitmap_info
Qu Wenruo
4
-3
/
+72
2021-10-25
btrfs: subpage: make btrfs_alloc_subpage() return btrfs_subpage directly
Qu Wenruo
3
-22
/
+24
2021-10-25
btrfs: subpage: only call btrfs_alloc_subpage() when sectorsize is smaller than PAGE_SIZE
Qu Wenruo
2
-9
/
+10
2021-10-25
btrfs: update comment for fs_devices::seed_list in btrfs_rm_device
Su Yue
1
-1
/
+1
2021-10-25
btrfs: drop unnecessary ret in ioctl_quota_rescan_status
Anand Jain
1
-3
/
+2
2021-10-25
btrfs: send: simplify send_create_inode_if_needed
Marcos Paulo de Souza
1
-11
/
+4
2021-10-25
btrfs: rename btrfs_alloc_chunk to btrfs_create_chunk
Nikolay Borisov
4
-10
/
+10
2021-10-24
iomap: Add done_before argument to iomap_dio_rw
Andreas Gruenbacher
1
-2
/
+3
2021-10-22
btrfs: use sync_blockdev
Christoph Hellwig
1
-1
/
+1
2021-10-18
btrfs: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
4
-9
/
+8
2021-10-18
btrfs: Use memset_startat() to clear end of struct
Kees Cook
1
-4
/
+2
2021-10-18
iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
Andreas Gruenbacher
1
-1
/
+1
2021-10-18
gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
Andreas Gruenbacher
1
-3
/
+2
2021-10-18
block: switch polling to be bio based
Christoph Hellwig
1
-5
/
+3
2021-10-18
mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>
Christoph Hellwig
2
-0
/
+2
2021-10-18
mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>
Christoph Hellwig
1
-0
/
+1
2021-10-11
Merge tag 'for-5.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
5
-52
/
+97
2021-10-07
btrfs: fix abort logic in btrfs_replace_file_extents
Josef Bacik
1
-7
/
+9
2021-10-07
btrfs: check for error when looking up inode during dir entry replay
Filipe Manana
1
-7
/
+7
2021-10-07
btrfs: unify lookup return value when dir entry is missing
Filipe Manana
3
-22
/
+42
2021-10-07
btrfs: deal with errors when adding inode reference during log replay
Filipe Manana
1
-2
/
+7
2021-10-07
btrfs: deal with errors when replaying dir entry during log replay
Filipe Manana
1
-1
/
+8
2021-10-07
btrfs: deal with errors when checking if a dir entry exists during log replay
Filipe Manana
1
-18
/
+29
2021-10-07
btrfs: update refs for any root except tree log roots
Josef Bacik
1
-2
/
+1
2021-10-07
btrfs: unlock newly allocated extent buffer after error
Qu Wenruo
1
-0
/
+1
2021-09-23
Merge tag 'for-5.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
4
-5
/
+32
2021-09-17
btrfs: prevent __btrfs_dump_space_info() to underflow its free space
Qu Wenruo
1
-2
/
+3
2021-09-17
btrfs: fix mount failure due to past and transient device flush error
Filipe Manana
1
-0
/
+13
2021-09-17
btrfs: fix transaction handle leak after verity rollback failure
Filipe Manana
1
-2
/
+4
2021-09-17
btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handling
Qu Wenruo
1
-1
/
+12
2021-09-09
Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
6
-47
/
+77
2021-09-07
btrfs: zoned: fix double counting of split ordered extent
Naohiro Aota
1
-0
/
+8
[prev]
[next]