index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: drop create parameter to btrfs_get_extent()
Omar Sandoval
2020-01-20
1
-9
/
+8
*
btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_item
Omar Sandoval
2020-01-20
1
-3
/
+3
*
Btrfs: fix cloning range with a hole when using the NO_HOLES feature
Filipe Manana
2019-12-13
1
-2
/
+2
*
btrfs: remove extent_map::bdev
David Sterba
2019-11-18
1
-3
/
+0
*
btrfs: Return offset from find_desired_extent
Nikolay Borisov
2019-11-18
1
-15
/
+19
*
btrfs: Simplify btrfs_file_llseek
Nikolay Borisov
2019-11-18
1
-7
/
+3
*
btrfs: Speed up btrfs_file_llseek
Nikolay Borisov
2019-11-18
1
-16
/
+10
*
Btrfs: fix negative subv_writers counter and data space leak after buffered w...
Filipe Manana
2019-11-18
1
-1
/
+1
*
btrfs: drop unused parameter is_new from btrfs_iget
David Sterba
2019-11-18
1
-1
/
+1
*
btrfs: simplify inode locking for RWF_NOWAIT
Goldwyn Rodrigues
2019-11-18
1
-2
/
+3
*
Btrfs: check for the full sync flag while holding the inode lock during fsync
Filipe Manana
2019-10-17
1
-19
/
+17
*
btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...
Qu Wenruo
2019-10-15
1
-4
/
+3
*
Btrfs: fix memory leak due to concurrent append writes with fiemap
Filipe Manana
2019-10-01
1
-1
/
+12
*
btrfs: stop clearing EXTENT_DIRTY in inode I/O tree
Omar Sandoval
2019-09-09
1
-2
/
+2
*
btrfs: treat RWF_{,D}SYNC writes as sync for CRCs
Omar Sandoval
2019-09-09
1
-1
/
+1
*
btrfs: use correct count in btrfs_file_write_iter()
Omar Sandoval
2019-09-09
1
-1
/
+2
*
btrfs: rename the btrfs_calc_*_metadata_size helpers
Josef Bacik
2019-09-09
1
-2
/
+2
*
btrfs: Remove leftover of in-band dedupe
Nikolay Borisov
2019-09-09
1
-1
/
+1
*
Btrfs: fix ENOSPC errors, leading to transaction aborts, when cloning extents
Filipe Manana
2019-09-09
1
-15
/
+131
*
Btrfs: factor out extent dropping code from hole punch handler
Filipe Manana
2019-09-09
1
-142
/
+166
*
btrfs: migrate the delalloc space stuff to it's own home
Josef Bacik
2019-07-04
1
-0
/
+1
*
btrfs: drop default value assignments in enums
David Sterba
2019-07-02
1
-3
/
+3
*
Btrfs: add missing inode version, ctime and mtime updates when punching hole
Filipe Manana
2019-07-02
1
-0
/
+5
*
btrfs: Return EAGAIN if we can't start no snpashot write in check_can_nocow
Nikolay Borisov
2019-07-01
1
-1
/
+1
*
btrfs: Use newly introduced btrfs_lock_and_flush_ordered_range
Nikolay Borisov
2019-07-01
1
-12
/
+2
*
Btrfs: fix race between ranged fsync and writeback of adjacent ranges
Filipe Manana
2019-05-16
1
-0
/
+12
*
btrfs: don't double unlock on error in btrfs_punch_hole
Josef Bacik
2019-05-03
1
-3
/
+1
*
btrfs: extent-tree: Use btrfs_ref to refactor btrfs_free_extent()
Qu Wenruo
2019-04-29
1
-10
/
+12
*
btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()
Qu Wenruo
2019-04-29
1
-5
/
+12
*
Btrfs: fix data bytes_may_use underflow with fallocate due to failed quota re...
Robbie Ko
2019-04-29
1
-1
/
+2
*
btrfs: get fs_info from eb in btrfs_leaf_free_space
David Sterba
2019-04-29
1
-1
/
+1
*
btrfs: use BUG() instead of BUG_ON(1)
Arnd Bergmann
2019-04-29
1
-1
/
+1
*
Btrfs: remove no longer used 'sync' member from transaction handle
Filipe Manana
2019-04-29
1
-1
/
+0
*
btrfs: Remove unused arguments from btrfs_get_extent_fiemap
Nikolay Borisov
2019-02-25
1
-2
/
+1
*
btrfs: Fix typos in comments and strings
Andrea Gelmini
2018-12-17
1
-3
/
+3
*
btrfs: use offset_in_page instead of open-coding it
Johannes Thumshirn
2018-12-17
1
-2
/
+2
*
Btrfs: remove no longer used io_err from btrfs_log_ctx
Filipe Manana
2018-12-17
1
-19
/
+0
*
Merge tag 'for-4.20-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-11-28
1
-0
/
+24
|
\
|
*
Btrfs: fix rare chances for data loss when doing a fast fsync
Filipe Manana
2018-11-13
1
-0
/
+24
*
|
Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2018-11-02
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
vfs: combine the clone and dedupe into a single remap_file_range
Darrick J. Wong
2018-10-30
1
-2
/
+1
*
|
btrfs: move the dio_sem higher up the callchain
Josef Bacik
2018-10-19
1
-0
/
+12
*
|
Btrfs: don't clean dirty pages during buffered writes
Chris Mason
2018-10-15
1
-6
/
+23
*
|
btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_ad...
Lu Fengqi
2018-10-15
1
-2
/
+2
|
/
*
btrfs: prune unused includes
David Sterba
2018-08-06
1
-3
/
+0
*
btrfs: simplify pointer chasing of local fs_info variables
David Sterba
2018-08-06
1
-7
/
+7
*
btrfs: Use iocb to derive pos instead of passing a separate parameter
Goldwyn Rodrigues
2018-08-06
1
-7
/
+8
*
btrfs: Get rid of the confusing btrfs_file_extent_inline_len
Qu Wenruo
2018-08-06
1
-2
/
+1
*
btrfs: remove remaing full_sync logic from btrfs_sync_file
David Sterba
2018-08-06
1
-36
/
+1
*
btrfs: always wait on ordered extents at fsync time
Josef Bacik
2018-08-06
1
-52
/
+4
[next]