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
/
ordered-data.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-12
Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-10
/
+15
2022-12-05
btrfs: pass btrfs_inode to btrfs_add_delayed_iput
David Sterba
1
-1
/
+1
2022-12-05
btrfs: move super_block specific helpers into super.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move file prototypes to file.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: update function comments
David Sterba
1
-6
/
+7
2022-12-05
btrfs: move the printk helpers out of ctree.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: use cached_state for btrfs_check_nocow_lock
Josef Bacik
1
-3
/
+4
2022-12-05
btrfs: add a cached_state to try_lock_extent
Josef Bacik
1
-1
/
+1
2022-11-25
btrfs: replace INT_LIMIT(loff_t) with OFFSET_MAX
Zhen Lei
1
-3
/
+3
2022-09-29
btrfs: add btrfs_try_lock_ordered_range
Josef Bacik
1
-0
/
+25
2022-09-26
btrfs: unify the lock/unlock extent variants
Josef Bacik
1
-2
/
+2
2022-09-26
btrfs: add lockdep annotations for the ordered extents wait event
Ioannis Angelakopoulos
1
-0
/
+18
2022-09-26
btrfs: add lockdep annotations for pending_ordered wait event
Ioannis Angelakopoulos
1
-0
/
+3
2022-07-25
btrfs: remove the finish_func argument to btrfs_mark_ordered_io_finished
Christoph Hellwig
1
-6
/
+11
2022-07-25
btrfs: add tracepoints for ordered extents
Johannes Thumshirn
1
-3
/
+16
2022-07-25
btrfs: fix typos in comments
David Sterba
1
-2
/
+2
2022-03-14
btrfs: add BTRFS_IOC_ENCODED_WRITE
Omar Sandoval
1
-3
/
+9
2022-03-14
btrfs: add ram_bytes and offset to btrfs_ordered_extent
Omar Sandoval
1
-85
/
+35
2021-09-07
btrfs: zoned: fix double counting of split ordered extent
Naohiro Aota
1
-0
/
+8
2021-08-23
btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pending
David Sterba
1
-4
/
+1
2021-07-22
btrfs: store a block_device in struct btrfs_ordered_extent
Christoph Hellwig
1
-2
/
+0
2021-06-21
btrfs: make page Ordered bit to be subpage compatible
Qu Wenruo
1
-2
/
+3
2021-06-21
btrfs: rename PagePrivate2 to PageOrdered inside btrfs
Qu Wenruo
1
-4
/
+4
2021-06-21
btrfs: introduce btrfs_lookup_first_ordered_range()
Qu Wenruo
1
-0
/
+75
2021-06-21
btrfs: refactor how we finish ordered extent io for endio functions
Qu Wenruo
1
-58
/
+119
2021-04-28
btrfs: zoned: fix silent data loss after failure splitting ordered extent
Filipe Manana
1
-1
/
+1
2021-04-19
btrfs: replace offset_in_entry with in_range
Nikolay Borisov
1
-15
/
+4
2021-02-09
btrfs: zoned: use ZONE_APPEND write for zoned mode
Naohiro Aota
1
-0
/
+3
2021-02-09
btrfs: save irq flags when looking up an ordered extent
Johannes Thumshirn
1
-2
/
+3
2021-02-09
btrfs: zoned: split ordered extent when bio is sent
Naohiro Aota
1
-0
/
+78
2021-02-08
btrfs: track ordered bytes instead of just dio ordered bytes
Josef Bacik
1
-7
/
+6
2021-02-08
btrfs: rework the order of btrfs_ordered_extent::flags
Qu Wenruo
1
-5
/
+16
2021-02-08
btrfs: refactor btrfs_dec_test_* functions for ordered extents
Qu Wenruo
1
-46
/
+58
2020-12-09
btrfs: remove btrfs_find_ordered_sum call from btrfs_lookup_bio_sums
Qu Wenruo
1
-44
/
+0
2020-12-08
btrfs: switch cached fs_info::csum_size from u16 to u32
David Sterba
1
-1
/
+1
2020-12-08
btrfs: use cached value of fs_info::csum_size everywhere
David Sterba
1
-1
/
+1
2020-12-08
btrfs: replace s_blocksize_bits with fs_info::sectorsize_bits
David Sterba
1
-3
/
+3
2020-12-08
btrfs: use precalculated sectorsize_bits from fs_info
David Sterba
1
-2
/
+1
2020-10-07
btrfs: remove inode argument from btrfs_start_ordered_extent
Nikolay Borisov
1
-8
/
+7
2020-10-07
btrfs: switch btrfs_remove_ordered_extent to btrfs_inode
Nikolay Borisov
1
-4
/
+3
2020-10-07
btrfs: make btrfs_find_ordered_sum take btrfs_inode
Nikolay Borisov
1
-10
/
+9
2020-10-07
btrfs: convert btrfs_inode_sectorsize to take btrfs_inode
Nikolay Borisov
1
-1
/
+1
2020-10-07
btrfs: make btrfs_dec_test_ordered_pending take btrfs_inode
Nikolay Borisov
1
-4
/
+3
2020-10-07
btrfs: make ordered extent tracepoint take btrfs_inode
Nikolay Borisov
1
-4
/
+4
2020-10-07
btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inode
Nikolay Borisov
1
-3
/
+3
2020-10-07
btrfs: make fast fsyncs wait only for writeback
Filipe Manana
1
-0
/
+59
2020-07-27
btrfs: make btrfs_add_ordered_extent_dio take btrfs_inode
Nikolay Borisov
1
-2
/
+2
2020-07-27
btrfs: make btrfs_dec_test_first_ordered_pending take btrfs_inode
Nikolay Borisov
1
-4
/
+3
2020-07-27
btrfs: make btrfs_qgroup_release_data take btrfs_inode
Nikolay Borisov
1
-2
/
+1
2020-07-27
btrfs: make btrfs_add_ordered_extent_compress take btrfs_inode
Nikolay Borisov
1
-2
/
+2
[next]