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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-14
btrfs: add and use helper for unlinking inode during log replay
Filipe Manana
1
-48
/
+29
2022-03-14
btrfs: extend locking to all space_info members accesses
Niels Dossche
1
-1
/
+2
2022-03-14
btrfs: zoned: mark relocation as writing
Naohiro Aota
2
-1
/
+10
2022-03-14
btrfs: remove the cross file system checks from remap
Josef Bacik
1
-3
/
+1
2022-03-14
btrfs: pass btrfs_fs_info to btrfs_recover_relocation
Josef Bacik
3
-5
/
+4
2022-03-14
btrfs: pass btrfs_fs_info for deleting snapshots and cleaner
Josef Bacik
3
-7
/
+6
2022-03-14
btrfs: add filesystems state details to error messages
Sweet Tea Dorminy
2
-8
/
+62
2022-03-14
btrfs: deal with unexpected extent type during reflinking
Filipe Manana
1
-2
/
+4
2022-03-14
btrfs: fix unexpected error path when reflinking an inline extent
Filipe Manana
1
-2
/
+5
2022-03-14
btrfs: reset last_reflink_trans after fsyncing inode
Filipe Manana
5
-14
/
+48
2022-03-14
btrfs: voluntarily relinquish cpu when doing a full fsync
Filipe Manana
1
-0
/
+7
2022-03-14
btrfs: hold on to less memory when logging checksums during full fsync
Filipe Manana
1
-17
/
+12
2022-03-14
btrfs: stop copying old file extents when doing a full fsync
Filipe Manana
2
-73
/
+148
2022-03-14
btrfs: do not clean up repair bio if submit fails
Josef Bacik
1
-8
/
+7
2022-03-14
btrfs: do not try to repair bio that has no mirror set
Josef Bacik
1
-0
/
+9
2022-03-14
btrfs: do not double complete bio on errors during compressed reads
Josef Bacik
2
-7
/
+21
2022-03-14
btrfs: track compressed bio errors as blk_status_t
Josef Bacik
2
-12
/
+14
2022-03-14
btrfs: remove the bio argument from finish_compressed_bio_read
Josef Bacik
1
-5
/
+3
2022-03-14
btrfs: check correct bio in finish_compressed_bio_read
Josef Bacik
1
-1
/
+1
2022-03-14
btrfs: handle csum lookup errors properly on reads
Josef Bacik
1
-14
/
+22
2022-03-14
btrfs: make search_csum_tree return 0 if we get -EFBIG
Josef Bacik
1
-1
/
+1
2022-03-14
btrfs: add BTRFS_IOC_ENCODED_WRITE
Omar Sandoval
8
-20
/
+433
2022-03-14
btrfs: add BTRFS_IOC_ENCODED_READ ioctl
Omar Sandoval
3
-0
/
+608
2022-03-14
btrfs: optionally extend i_size in cow_file_range_inline()
Omar Sandoval
1
-13
/
+20
2022-03-14
btrfs: clean up cow_file_range_inline()
Omar Sandoval
1
-50
/
+37
2022-03-14
btrfs: support different disk extent size for delalloc
Omar Sandoval
5
-13
/
+17
2022-03-14
btrfs: add ram_bytes and offset to btrfs_ordered_extent
Omar Sandoval
3
-117
/
+83
2022-03-14
btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
Omar Sandoval
4
-26
/
+23
2022-03-14
btrfs: qgroup: remove outdated TODO comments
Sidong Yang
1
-12
/
+0
2022-03-14
btrfs: qgroup: remove duplicated check in adding qgroup relations
Sidong Yang
1
-9
/
+32
2022-03-14
btrfs: add lzo workspace buffer length constants
Dāvis Mosāns
1
-4
/
+7
2022-03-14
btrfs: populate extent_map::generation when reading from disk
Qu Wenruo
1
-0
/
+1
2022-03-14
btrfs: assert we have a write lock when removing and replacing extent maps
Filipe Manana
2
-0
/
+6
2022-03-14
btrfs: remove no longer used counter when reading data page
Filipe Manana
1
-4
/
+1
2022-03-14
btrfs: fix lost error return value when reading a data page
Filipe Manana
2
-2
/
+8
2022-03-14
btrfs: stop checking for NULL return from btrfs_get_extent()
Filipe Manana
1
-3
/
+3
2022-03-14
btrfs: prepare extents to be logged before locking a log tree path
Filipe Manana
1
-37
/
+27
2022-03-14
btrfs: remove useless path release in the fast fsync path
Filipe Manana
1
-1
/
+0
2022-03-14
btrfs: remove constraint on number of visited leaves when replacing extents
Filipe Manana
1
-4
/
+1
2022-03-14
btrfs: avoid unnecessary computation when deleting items from a leaf
Filipe Manana
1
-9
/
+7
2022-03-14
btrfs: avoid unnecessary COW of leaves when deleting items from a leaf
Filipe Manana
1
-6
/
+32
2022-03-14
btrfs: remove unnecessary leaf free space checks when pushing items
Filipe Manana
1
-12
/
+0
2022-03-14
btrfs: stop checking for NULL return from btrfs_get_extent_fiemap()
Johannes Thumshirn
1
-1
/
+1
2022-03-14
btrfs: zoned: remove redundant assignment in btrfs_check_zoned_mode
Pankaj Raghav
1
-2
/
+1
2022-03-14
btrfs: replace BUILD_BUG_ON by static_assert
David Sterba
5
-31
/
+25
2022-03-14
btrfs: zoned: allow DUP on meta-data block groups
Johannes Thumshirn
1
-0
/
+36
2022-03-14
btrfs: zoned: prepare for allowing DUP on zoned
Johannes Thumshirn
1
-9
/
+16
2022-03-14
btrfs: zoned: make zone finishing multi stripe capable
Johannes Thumshirn
1
-22
/
+24
2022-03-14
btrfs: zoned: make zone activation multi stripe capable
Johannes Thumshirn
1
-26
/
+31
2022-03-14
btrfs: add support for multiple global roots
Josef Bacik
7
-13
/
+106
[prev]
[next]