index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-17
btrfs: do not account twice for inode ref when reserving metadata units
Filipe Manana
1
-2
/
+5
2022-05-16
btrfs: allocate the btrfs_dio_private as part of the iomap dio bio
Christoph Hellwig
1
-58
/
+35
2022-05-16
btrfs: move struct btrfs_dio_private to inode.c
Christoph Hellwig
1
-0
/
+24
2022-05-16
btrfs: remove the disk_bytenr in struct btrfs_dio_private
Christoph Hellwig
1
-1
/
+0
2022-05-16
btrfs: allocate dio_data on stack
Christoph Hellwig
1
-23
/
+11
2022-05-16
iomap: add per-iomap_iter private data
Christoph Hellwig
1
-1
/
+1
2022-05-16
btrfs: add a btrfs_dio_rw wrapper
Christoph Hellwig
1
-2
/
+8
2022-05-16
btrfs: rename bio_flags in parameters and switch type
David Sterba
1
-3
/
+4
2022-05-16
btrfs: simplify handling of bio_ctrl::bio_flags
David Sterba
1
-1
/
+1
2022-05-16
btrfs: remove unused parameter bio_flags from btrfs_wq_submit_bio
David Sterba
1
-2
/
+2
2022-05-16
btrfs: fix deadlock between concurrent dio writes when low on free data space
Filipe Manana
1
-17
/
+65
2022-05-16
btrfs: derive compression type from extent map during reads
Goldwyn Rodrigues
1
-2
/
+1
2022-05-16
btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray
Gabriel Niebler
1
-6
/
+7
2022-05-16
btrfs: turn delayed_nodes_tree into an XArray
Gabriel Niebler
1
-1
/
+1
2022-05-16
btrfs: do not return errors from submit_bio_hook_t instances
Christoph Hellwig
1
-15
/
+8
2022-05-16
btrfs: do not return errors from btrfs_submit_compressed_read
Christoph Hellwig
1
-5
/
+3
2022-05-16
btrfs: move btrfs_readpage to extent_io.c
Christoph Hellwig
1
-20
/
+0
2022-05-16
btrfs: avoid double search for block group during NOCOW writes
Filipe Manana
1
-10
/
+16
2022-05-16
btrfs: avoid double clean up when submit_one_bio() failed
Qu Wenruo
1
-7
/
+6
2022-05-16
btrfs: use BTRFS_DIR_START_INDEX at btrfs_create_new_inode()
Filipe Manana
1
-6
/
+2
2022-05-16
btrfs: do not test for free space inode during NOCOW check against file extent
Filipe Manana
1
-1
/
+1
2022-05-16
btrfs: move common NOCOW checks against a file extent into a helper
Filipe Manana
1
-212
/
+215
2022-05-16
btrfs: factor out allocating an array of pages
Sweet Tea Dorminy
1
-6
/
+4
2022-05-16
btrfs: remove unnecessary type casts
Yu Zhe
1
-1
/
+1
2022-05-16
btrfs: make nodesize >= PAGE_SIZE case to reuse the non-subpage routine
Qu Wenruo
1
-1
/
+1
2022-05-16
btrfs: replace memset with memzero_page in data checksum verification
Qu Wenruo
1
-4
/
+2
2022-05-16
btrfs: avoid blocking on space revervation when doing nowait dio writes
Filipe Manana
1
-4
/
+9
2022-05-16
btrfs: avoid blocking when allocating context for nowait dio read/write
Filipe Manana
1
-3
/
+9
2022-05-16
btrfs: release path earlier at can_nocow_extent()
Filipe Manana
1
-2
/
+2
2022-05-16
btrfs: free path at can_nocow_extent() before checking for checksum items
Filipe Manana
1
-0
/
+8
2022-05-16
btrfs: stop allocating a path when checking if cross reference exists
Filipe Manana
1
-2
/
+3
2022-05-16
btrfs: avoid double nocow check when doing nowait dio writes
Filipe Manana
1
-2
/
+6
2022-05-16
btrfs: avoid blocking nowait dio when locking file range
Filipe Manana
1
-11
/
+23
2022-05-16
btrfs: avoid blocking on page locks with nowait dio on compressed range
Filipe Manana
1
-8
/
+26
2022-05-16
btrfs: add and use helper to assert an inode range is clean
Filipe Manana
1
-0
/
+35
2022-05-16
btrfs: restore inode creation before xattr setting
Sweet Tea Dorminy
1
-37
/
+37
2022-05-16
btrfs: move common inode creation code into btrfs_create_new_inode()
Omar Sandoval
1
-239
/
+162
2022-05-16
btrfs: reserve correct number of items for inode creation
Omar Sandoval
1
-67
/
+182
2022-05-16
btrfs: factor out common part of btrfs_{mknod,create,mkdir}()
Omar Sandoval
1
-110
/
+24
2022-05-16
btrfs: allocate inode outside of btrfs_new_inode()
Omar Sandoval
1
-135
/
+152
2022-05-16
btrfs: use btrfs_for_each_slot in btrfs_real_readdir
Gabriel Niebler
1
-25
/
+9
2022-05-16
btrfs: set inode flags earlier in btrfs_new_inode()
Omar Sandoval
1
-10
/
+10
2022-05-16
btrfs: move btrfs_get_free_objectid() call into btrfs_new_inode()
Omar Sandoval
1
-47
/
+11
2022-05-16
btrfs: don't pass parent objectid to btrfs_new_inode() explicitly
Omar Sandoval
1
-10
/
+11
2022-05-16
btrfs: remove unnecessary set_nlink() in btrfs_create_subvol_root()
Omar Sandoval
1
-1
/
+0
2022-05-16
btrfs: remove unnecessary inode_set_bytes(0) call
Omar Sandoval
1
-1
/
+0
2022-05-16
btrfs: remove unnecessary btrfs_i_size_write(0) calls
Omar Sandoval
1
-2
/
+0
2022-05-16
btrfs: get rid of btrfs_add_nondir()
Omar Sandoval
1
-22
/
+11
2022-05-16
btrfs: reserve correct number of items for rename
Omar Sandoval
1
-20
/
+68
2022-05-16
btrfs: reserve correct number of items for unlink and rmdir
Omar Sandoval
1
-1
/
+2
[next]