index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-19
btrfs: change for_rename argument of btrfs_record_unlink_dir() to bool
Filipe Manana
1
-4
/
+4
2023-06-19
btrfs: handle tree backref walk error properly
Qu Wenruo
1
-4
/
+12
2023-06-19
btrfs: output affected files when relocation fails
Qu Wenruo
1
-0
/
+191
2023-06-19
btrfs: determine synchronous writers from bio or writeback control
Christoph Hellwig
1
-1
/
+0
2023-06-19
btrfs: use SECTOR_SHIFT to convert physical offset to LBA
Anand Jain
1
-1
/
+1
2023-06-13
btrfs: can_nocow_file_extent should pass down args->strict from callers
Chris Mason
1
-1
/
+1
2023-06-13
btrfs: fix iomap_begin length for nocow writes
Christoph Hellwig
1
-6
/
+12
2023-05-10
btrfs: zoned: zone finish data relocation BG with last IO
Naohiro Aota
1
-0
/
+3
2023-04-17
btrfs: introduce btrfs_bio::fs_info member
Qu Wenruo
1
-4
/
+9
2023-04-17
btrfs, block: move REQ_CGROUP_PUNT to btrfs
Christoph Hellwig
1
-1
/
+1
2023-04-17
btrfs: also use kthread_associate_blkcg for uncompressible ranges
Christoph Hellwig
1
-4
/
+5
2023-04-17
btrfs: don't free the async_extent in submit_uncompressed_range
Christoph Hellwig
1
-13
/
+11
2023-04-17
btrfs: move kthread_associate_blkcg out of btrfs_submit_compressed_write
Christoph Hellwig
1
-4
/
+8
2023-04-17
btrfs: split partial dio bios before submit
Boris Burkov
1
-0
/
+18
2023-04-17
btrfs: don't split NOCOW extent_maps in btrfs_extract_ordered_extent
Boris Burkov
1
-0
/
+8
2023-04-17
btrfs: pass an ordered_extent to btrfs_extract_ordered_extent
Christoph Hellwig
1
-18
/
+8
2023-04-17
btrfs: simplify extent map splitting and rename split_zoned_em
Christoph Hellwig
1
-51
/
+26
2023-04-17
btrfs: sink parameter len to btrfs_split_ordered_extent
Christoph Hellwig
1
-7
/
+1
2023-04-17
btrfs: simplify splitting logic in btrfs_extract_ordered_extent
Christoph Hellwig
1
-16
/
+13
2023-04-17
btrfs: move ordered_extent internal sanity checks into btrfs_split_ordered_ex...
Christoph Hellwig
1
-18
/
+0
2023-04-17
btrfs: stash ordered extent in dio_data during iomap dio
Boris Burkov
1
-13
/
+23
2023-04-17
btrfs: simplify exit paths of btrfs_evict_inode()
Filipe Manana
1
-11
/
+10
2023-04-17
btrfs: use a constant for the number of metadata units needed for an unlink
Filipe Manana
1
-9
/
+2
2023-04-17
btrfs: calculate correct amount of space for delayed reference when evicting
Filipe Manana
1
-1
/
+1
2023-04-17
btrfs: don't throttle on delayed items when evicting deleted inode
Filipe Manana
1
-1
/
+6
2023-04-17
btrfs: pass a bool to btrfs_block_rsv_migrate() at evict_refill_and_join()
Filipe Manana
1
-1
/
+1
2023-04-17
btrfs: return a btrfs_bio from btrfs_bio_alloc
Christoph Hellwig
1
-9
/
+9
2023-04-17
btrfs: pass a btrfs_bio to btrfs_submit_bio
Christoph Hellwig
1
-3
/
+3
2023-04-17
btrfs: cleanup main loop in btrfs_encoded_read_regular_fill_pages
Christoph Hellwig
1
-28
/
+23
2023-04-17
btrfs: remove unused members from struct btrfs_encoded_read_private
Christoph Hellwig
1
-4
/
+0
2023-04-17
btrfs: embed a btrfs_bio into struct compressed_bio
Christoph Hellwig
1
-19
/
+5
2023-04-17
btrfs: open code btrfs_csum_ptr
Johannes Thumshirn
1
-8
/
+2
2023-04-17
btrfs: add missing iputs on orphan cleanup failure
Josef Bacik
1
-1
/
+4
2023-03-24
Merge tag 'for-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+6
2023-03-15
btrfs: fix compiler warning on SPARC/PA-RISC handling fscrypt_setup_filename
Sweet Tea Dorminy
1
-1
/
+6
2023-02-20
Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-552
/
+89
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-26
/
+26
2023-02-15
btrfs: don't rely on unchanging ->bi_bdev for zone append remaps
Christoph Hellwig
1
-2
/
+2
2023-02-15
btrfs: split zone append bios in btrfs_submit_bio
Christoph Hellwig
1
-4
/
+0
2023-02-15
btrfs: remove now spurious bio submission helpers
Christoph Hellwig
1
-20
/
+0
2023-02-15
btrfs: remove the fs_info argument to btrfs_submit_bio
Christoph Hellwig
1
-7
/
+4
2023-02-15
btrfs: open code submit_encoded_read_bio
Christoph Hellwig
1
-20
/
+3
2023-02-15
btrfs: remove stripe boundary calculation for encoded I/O
Qu Wenruo
1
-23
/
+2
2023-02-15
btrfs: pass the iomap bio to btrfs_submit_bio
Christoph Hellwig
1
-129
/
+32
2023-02-15
btrfs: handle recording of zoned writes in the storage layer
Christoph Hellwig
1
-30
/
+7
2023-02-15
btrfs: handle checksum generation in the storage layer
Christoph Hellwig
1
-65
/
+2
2023-02-15
btrfs: simplify the btrfs_csum_one_bio calling convention
Christoph Hellwig
1
-2
/
+2
2023-02-15
btrfs: open code the submit_bio_start helpers
Christoph Hellwig
1
-20
/
+0
2023-02-15
btrfs: remove the io_failure_record infrastructure
Christoph Hellwig
1
-16
/
+0
2023-02-15
btrfs: remove now unused checksumming helpers
Christoph Hellwig
1
-108
/
+16
[next]