index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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-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
2023-02-15
btrfs: handle checksum validation and repair at the storage layer
Christoph Hellwig
1
-77
/
+4
2023-02-15
btrfs: add a btrfs_data_csum_ok helper
Christoph Hellwig
1
-0
/
+38
2023-02-15
btrfs: pre-load data checksum for reads in btrfs_submit_bio
Christoph Hellwig
1
-24
/
+0
2023-02-15
btrfs: save the bio iter for checksum validation in common code
Christoph Hellwig
1
-7
/
+0
2023-02-15
btrfs: simplify parameters of btrfs_lookup_bio_sums
Christoph Hellwig
1
-3
/
+3
2023-02-15
btrfs: remove the direct I/O read checksum lookup optimization
Christoph Hellwig
1
-27
/
+5
2023-02-15
btrfs: add a btrfs_inode pointer to struct btrfs_bio
Christoph Hellwig
1
-1
/
+3
2023-02-13
btrfs: remove the wait argument to btrfs_start_ordered_extent
Christoph Hellwig
1
-4
/
+4
2023-02-13
btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macro
Yushan Zhou
1
-3
/
+2
2023-02-13
btrfs: go to matching label when cleaning em in btrfs_submit_direct
Peng Hao
1
-1
/
+1
2023-02-13
btrfs: fix uninitialized variable warning in btrfs_cleanup_ordered_extents
Josef Bacik
1
-1
/
+1
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
1
-18
/
+12
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
1
-2
/
+1
2023-01-19
fs: port ->tmpfile() to pass mnt_idmap
Christian Brauner
1
-1
/
+2
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
1
-1
/
+2
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
1
-1
/
+2
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-1
/
+2
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
1
-1
/
+2
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
1
-1
/
+2
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
1
-4
/
+5
2023-01-06
Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
[prev]
[next]