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
2022-01-27
btrfs: respect the max size in the header when activating swap file
Filipe Manana
1
-0
/
+11
2021-09-18
btrfs: wake up async_delalloc_pages waiters after submit
Josef Bacik
1
-5
/
+5
2021-09-03
btrfs: fix race between marking inode needs to be logged and log syncing
Filipe Manana
1
-3
/
+1
2021-09-03
Revert "btrfs: compression: don't try to compress if we don't have enough pages"
Qu Wenruo
1
-1
/
+1
2021-08-26
btrfs: prevent rename2 from exchanging a subvol with a directory from differe...
NeilBrown
1
-2
/
+8
2021-07-14
btrfs: don't clear page extent mapped if we're not invalidating the full page
Qu Wenruo
1
-1
/
+13
2021-07-14
btrfs: compression: don't try to compress if we don't have enough pages
David Sterba
1
-1
/
+1
2021-06-10
btrfs: abort in rename_exchange if we fail to insert the second ref
Josef Bacik
1
-1
/
+6
2021-06-10
btrfs: mark ordered extent and inode with error if we fail to finish
Josef Bacik
1
-0
/
+12
2021-05-26
btrfs: avoid RCU stalls while running delayed iputs
Josef Bacik
1
-0
/
+1
2021-03-25
btrfs: fix slab cache flags for free space tree bitmap
David Sterba
1
-1
/
+1
2021-03-11
btrfs: don't flush from btrfs_delayed_inode_reserve_metadata
Nikolay Borisov
1
-1
/
+1
2021-03-09
btrfs: fix race between swap file activation and snapshot creation
Filipe Manana
1
-2
/
+19
2021-03-09
btrfs: fix race between writes to swap files and scrub
Filipe Manana
1
-1
/
+18
2021-03-04
btrfs: fix double accounting of ordered extent for subpage case in btrfs_inva...
Qu Wenruo
1
-1
/
+2
2021-02-23
btrfs: fix crash after non-aligned direct IO write with O_DSYNC
Filipe Manana
1
-1
/
+5
2021-01-17
btrfs: shrink delalloc pages instead of full inodes
Josef Bacik
1
-17
/
+43
2021-01-17
btrfs: fix deadlock when cloning inline extent and low on free metadata space
Filipe Manana
1
-4
/
+11
2020-11-13
btrfs: fix missing delalloc new bit for new delalloc ranges
Filipe Manana
1
-0
/
+58
2020-10-16
btrfs: fix relocation failure due to race with fallocate
Filipe Manana
1
-1
/
+7
2020-10-07
btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flag
Nikolay Borisov
1
-3
/
+3
2020-10-07
btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK
Goldwyn Rodrigues
1
-3
/
+0
2020-10-07
btrfs: remove struct extent_io_ops
Nikolay Borisov
1
-16
/
+0
2020-10-07
btrfs: stop calling submit_bio_hook for data inodes
Nikolay Borisov
1
-5
/
+3
2020-10-07
btrfs: remove extent_io_ops::readpage_end_io_hook
Nikolay Borisov
1
-1
/
+0
2020-10-07
btrfs: replace readpage_end_io_hook with direct calls
Nikolay Borisov
1
-4
/
+3
2020-10-07
btrfs: remove inode argument from btrfs_start_ordered_extent
Nikolay Borisov
1
-4
/
+4
2020-10-07
btrfs: remove inode argument from add_pending_csums
Nikolay Borisov
1
-5
/
+4
2020-10-07
btrfs: sink inode argument in insert_ordered_extent_file_extent
Nikolay Borisov
1
-5
/
+4
2020-10-07
btrfs: switch btrfs_remove_ordered_extent to btrfs_inode
Nikolay Borisov
1
-2
/
+2
2020-10-07
btrfs: clean BTRFS_I usage in btrfs_destroy_inode
Nikolay Borisov
1
-21
/
+20
2020-10-07
btrfs: open code extent_read_full_page to its sole caller
Nikolay Borisov
1
-2
/
+7
2020-10-07
btrfs: sink read_flags argument into extent_read_full_page
Nikolay Borisov
1
-1
/
+1
2020-10-07
btrfs: sink mirror_num argument in extent_read_full_page
Nikolay Borisov
1
-1
/
+1
2020-10-07
btrfs: promote extent_read_full_page to btrfs_readpage
Nikolay Borisov
1
-1
/
+8
2020-10-07
btrfs: remove mirror_num argument from extent_read_full_page
Nikolay Borisov
1
-1
/
+1
2020-10-07
btrfs: remove btrfs_get_extent indirection from __do_readpage
Nikolay Borisov
1
-1
/
+1
2020-10-07
btrfs: rename btrfs_punch_hole_range() to a more generic name
Filipe Manana
1
-1
/
+1
2020-10-07
btrfs: rename struct btrfs_clone_extent_info to a more generic name
Filipe Manana
1
-1
/
+1
2020-10-07
btrfs: remove item_size member of struct btrfs_clone_extent_info
Filipe Manana
1
-1
/
+0
2020-10-07
btrfs: fix metadata reservation for fallocate that leads to transaction aborts
Filipe Manana
1
-22
/
+46
2020-10-07
btrfs: enumerate the type of exclusive operation in progress
Goldwyn Rodrigues
1
-7
/
+7
2020-10-07
btrfs: make extent_fiemap take btrfs_inode
Nikolay Borisov
1
-1
/
+1
2020-10-07
btrfs: make btrfs_writepage_endio_finish_ordered btrfs_inode-centric
Nikolay Borisov
1
-5
/
+5
2020-10-07
btrfs: make btrfs_invalidatepage work on btrfs_inode
Nikolay Borisov
1
-10
/
+8
2020-10-07
btrfs: make btrfs_dec_test_ordered_pending take btrfs_inode
Nikolay Borisov
1
-4
/
+4
2020-10-07
btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inode
Nikolay Borisov
1
-1
/
+2
2020-10-07
btrfs: make inode_tree_del take btrfs_inode
Nikolay Borisov
1
-6
/
+6
2020-10-07
btrfs: introduce btrfs_path::recurse
Josef Bacik
1
-0
/
+2
2020-10-07
btrfs: qgroup: fix qgroup meta rsv leak for subvolume operations
Qu Wenruo
1
-1
/
+1
[next]