index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-10
Merge tag 'for-6.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2024-12-03
btrfs: fix missing snapshot drew unlock when root is dead during swap activation
Filipe Manana
1
-0
/
+1
2024-12-03
Merge tag 'for-6.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+14
2024-11-28
btrfs: fix deadlock between transaction commits and extent locks
Filipe Manana
1
-3
/
+13
2024-11-28
btrfs: fix use-after-free in btrfs_encoded_read_endio()
Johannes Thumshirn
1
-1
/
+1
2024-11-18
Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-241
/
+254
2024-11-18
Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+4
2024-11-18
Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-1
/
+1
2024-11-11
btrfs: avoid superfluous calls to free_extent_map() in btrfs_encoded_read()
Mark Harmstone
1
-2
/
+2
2024-11-11
btrfs: simplify range tracking in cow_file_range()
Haisu Wang
1
-18
/
+14
2024-11-11
btrfs: remove conditional path allocation in btrfs_read_locked_inode()
Leo Martins
1
-17
/
+29
2024-11-11
btrfs: push cleanup into btrfs_read_locked_inode()
Leo Martins
1
-48
/
+53
2024-11-11
btrfs: add io_uring command for encoded reads (ENCODED_READ ioctl)
Mark Harmstone
1
-10
/
+31
2024-11-11
btrfs: move priv off stack in btrfs_encoded_read_regular_fill_pages()
Mark Harmstone
1
-11
/
+18
2024-11-11
btrfs: don't sleep in btrfs_encoded_read() if IOCB_NOWAIT is set
Mark Harmstone
1
-11
/
+44
2024-11-11
btrfs: change btrfs_encoded_read() so that reading of extent is done by caller
Mark Harmstone
1
-30
/
+27
2024-11-11
btrfs: remove pointless iocb::ki_pos addition in btrfs_encoded_read()
Mark Harmstone
1
-4
/
+1
2024-11-11
btrfs: use filemap_get_folio() helper
Anand Jain
1
-4
/
+3
2024-11-11
btrfs: fix wrong sizeof in btrfs_do_encoded_write()
Mark Harmstone
1
-1
/
+1
2024-11-11
btrfs: drop unused parameter file_offset from btrfs_encoded_read_regular_fill...
David Sterba
1
-3
/
+3
2024-11-11
btrfs: drop unused parameter offset from __cow_file_range_inline()
David Sterba
1
-3
/
+3
2024-11-11
btrfs: drop unused parameter inode from read_inline_extent()
David Sterba
1
-3
/
+2
2024-11-11
btrfs: remove btrfs_set_range_writeback()
Qu Wenruo
1
-22
/
+0
2024-11-11
btrfs: handle empty list of NOCOW ordered extents with checksum list
Johannes Thumshirn
1
-1
/
+6
2024-11-11
btrfs: correct typos in multiple comments across various files
Shen Lichuan
1
-1
/
+1
2024-11-11
btrfs: remove code duplication in ordered extent finishing
Johannes Thumshirn
1
-29
/
+19
2024-11-11
btrfs: allow compression even if the range is not page aligned
Qu Wenruo
1
-34
/
+7
2024-11-11
btrfs: make extent_range_clear_dirty_for_io() to handle sector size < page si...
Qu Wenruo
1
-1
/
+2
2024-11-08
Merge tag 'for-6.12-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2024-11-07
btrfs: fix the length of reserved qgroup to free
Haisu Wang
1
-1
/
+1
2024-10-28
fs/writeback: convert wbc_account_cgroup_owner to take a folio
Pankaj Raghav
1
-1
/
+1
2024-10-24
Merge tag 'for-6.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+2
2024-10-22
btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()
Yue Haibing
1
-5
/
+2
2024-10-04
Merge tag 'for-6.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+5
2024-10-04
btrfs: Switch from using the private_2 flag to owner_2
Matthew Wilcox (Oracle)
1
-4
/
+4
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-10-01
btrfs: also add stripe entries for NOCOW writes
Johannes Thumshirn
1
-0
/
+5
2024-09-10
btrfs: convert btrfs_decompress() to take a folio
Li Zetao
1
-1
/
+1
2024-09-10
btrfs: convert try_release_extent_mapping() to take a folio
Li Zetao
1
-1
/
+1
2024-09-10
btrfs: convert clear_page_extent_mapped() to take a folio
Li Zetao
1
-2
/
+2
2024-09-10
btrfs: drop transaction parameter from btrfs_add_inode_defrag()
David Sterba
1
-1
/
+1
2024-09-10
btrfs: rename __extent_writepage() and drop double underscores
David Sterba
1
-1
/
+1
2024-09-10
btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()
David Sterba
1
-2
/
+2
2024-09-10
btrfs: add comment about locking in cow_file_range_inline()
Boris Burkov
1
-0
/
+14
2024-09-10
btrfs: convert extent_range_clear_dirty_for_io() to use a folio
Josef Bacik
1
-6
/
+6
2024-09-10
btrfs: convert insert_inline_extent() to use a folio
Josef Bacik
1
-4
/
+7
2024-09-10
btrfs: convert btrfs_set_range_writeback() to use a folio
Josef Bacik
1
-6
/
+6
2024-09-10
btrfs: convert wait_subpage_spinlock() to only use a folio
Josef Bacik
1
-6
/
+5
2024-09-10
btrfs: convert btrfs_get_extent() to take a folio
Josef Bacik
1
-3
/
+3
2024-09-10
btrfs: convert read_inline_extent() to use a folio
Josef Bacik
1
-7
/
+7
[next]