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
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-24
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-14
/
+14
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
[next]