index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
2022-05-16
btrfs: avoid double clean up when submit_one_bio() failed
Qu Wenruo
2022-05-16
btrfs: use BTRFS_DIR_START_INDEX at btrfs_create_new_inode()
Filipe Manana
2022-05-16
btrfs: do not test for free space inode during NOCOW check against file extent
Filipe Manana
2022-05-16
btrfs: move common NOCOW checks against a file extent into a helper
Filipe Manana
2022-05-16
btrfs: factor out allocating an array of pages
Sweet Tea Dorminy
2022-05-16
btrfs: remove unnecessary type casts
Yu Zhe
2022-05-16
btrfs: make nodesize >= PAGE_SIZE case to reuse the non-subpage routine
Qu Wenruo
2022-05-16
btrfs: replace memset with memzero_page in data checksum verification
Qu Wenruo
2022-05-16
btrfs: avoid blocking on space revervation when doing nowait dio writes
Filipe Manana
2022-05-16
btrfs: avoid blocking when allocating context for nowait dio read/write
Filipe Manana
2022-05-16
btrfs: release path earlier at can_nocow_extent()
Filipe Manana
2022-05-16
btrfs: free path at can_nocow_extent() before checking for checksum items
Filipe Manana
2022-05-16
btrfs: stop allocating a path when checking if cross reference exists
Filipe Manana
2022-05-16
btrfs: avoid double nocow check when doing nowait dio writes
Filipe Manana
2022-05-16
btrfs: avoid blocking nowait dio when locking file range
Filipe Manana
2022-05-16
btrfs: avoid blocking on page locks with nowait dio on compressed range
Filipe Manana
2022-05-16
btrfs: add and use helper to assert an inode range is clean
Filipe Manana
2022-05-16
btrfs: restore inode creation before xattr setting
Sweet Tea Dorminy
2022-05-16
btrfs: move common inode creation code into btrfs_create_new_inode()
Omar Sandoval
2022-05-16
btrfs: reserve correct number of items for inode creation
Omar Sandoval
2022-05-16
btrfs: factor out common part of btrfs_{mknod,create,mkdir}()
Omar Sandoval
2022-05-16
btrfs: allocate inode outside of btrfs_new_inode()
Omar Sandoval
2022-05-16
btrfs: use btrfs_for_each_slot in btrfs_real_readdir
Gabriel Niebler
2022-05-16
btrfs: set inode flags earlier in btrfs_new_inode()
Omar Sandoval
2022-05-16
btrfs: move btrfs_get_free_objectid() call into btrfs_new_inode()
Omar Sandoval
2022-05-16
btrfs: don't pass parent objectid to btrfs_new_inode() explicitly
Omar Sandoval
2022-05-16
btrfs: remove unnecessary set_nlink() in btrfs_create_subvol_root()
Omar Sandoval
2022-05-16
btrfs: remove unnecessary inode_set_bytes(0) call
Omar Sandoval
2022-05-16
btrfs: remove unnecessary btrfs_i_size_write(0) calls
Omar Sandoval
2022-05-16
btrfs: get rid of btrfs_add_nondir()
Omar Sandoval
2022-05-16
btrfs: reserve correct number of items for rename
Omar Sandoval
2022-05-16
btrfs: reserve correct number of items for unlink and rmdir
Omar Sandoval
2022-05-09
btrfs: Convert to release_folio
Matthew Wilcox (Oracle)
2022-05-09
btrfs: Convert btrfs to read_folio
Matthew Wilcox (Oracle)
2022-05-02
Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-04-27
btrfs: export a helper for compression hard check
Chung-Chiang Cheng
2022-04-26
Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-04-19
btrfs: fix direct I/O writes for split bios on zoned devices
Christoph Hellwig
2022-04-19
btrfs: fix direct I/O read repair for split bios
Christoph Hellwig
2022-04-14
Merge tag 'for-5.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-04-06
btrfs: release correct delalloc amount in direct IO write path
Naohiro Aota
2022-04-06
btrfs: zoned: remove redundant condition in btrfs_run_delalloc_range
Haowen Bai
2022-04-05
Merge tag 'for-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-04-01
btrfs: Remove a use of PAGE_SIZE in btrfs_invalidate_folio()
Matthew Wilcox (Oracle)
2022-03-24
btrfs: prevent subvol with swapfile from being deleted
Kaiwen Hu
2022-03-24
btrfs: do not warn for free space inode in cow_file_range
Josef Bacik
2022-03-22
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-03-22
fs: allocate inode by using alloc_inode_sb()
Muchun Song
2022-03-15
fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio
Matthew Wilcox (Oracle)
[prev]
[next]