index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-12
Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-8
/
+1
2020-07-09
btrfs: fix double put of block group with nocow
Josef Bacik
1
-8
/
+1
2020-06-23
Merge tag 'for-5.8-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-9
/
+30
2020-06-16
btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eof
Filipe Manana
1
-3
/
+0
2020-06-16
btrfs: fix bytes_may_use underflow when running balance and scrub in parallel
Filipe Manana
1
-5
/
+12
2020-06-16
btrfs: fix data block group relocation failure due to concurrent scrub
Filipe Manana
1
-1
/
+18
2020-06-14
Merge tag 'for-5.8-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-138
/
+241
2020-06-14
Revert "btrfs: switch to iomap_dio_rw() for dio"
David Sterba
1
-145
/
+167
2020-06-09
Revert "btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK"
David Sterba
1
-0
/
+3
2020-06-09
Revert "btrfs: split btrfs_direct_IO to read and write part"
David Sterba
1
-2
/
+80
2020-06-06
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-3
/
+1
2020-06-04
fs: handle FIEMAP_FLAG_SYNC in fiemap_prep
Christoph Hellwig
1
-3
/
+1
2020-06-04
fs: move fiemap range validation into the file systems instances
Christoph Hellwig
1
-1
/
+1
2020-06-03
Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-867
/
+452
2020-06-02
btrfs: use attach/detach_page_private
Guoqing Jiang
1
-18
/
+5
2020-06-02
btrfs: convert from readpages to readahead
Matthew Wilcox (Oracle)
1
-9
/
+7
2020-05-28
btrfs: fix space_info bytes_may_use underflow during space cache writeout
Filipe Manana
1
-5
/
+15
2020-05-28
btrfs: fix space_info bytes_may_use underflow after nocow buffered write
Filipe Manana
1
-5
/
+56
2020-05-28
btrfs: fix wrong file range cleanup after an error filling dealloc range
Filipe Manana
1
-1
/
+1
2020-05-28
btrfs: split btrfs_direct_IO to read and write part
Christoph Hellwig
1
-80
/
+2
2020-05-28
btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK
Goldwyn Rodrigues
1
-3
/
+0
2020-05-28
btrfs: switch to iomap_dio_rw() for dio
Goldwyn Rodrigues
1
-167
/
+145
2020-05-25
btrfs: simplify iget helpers
David Sterba
1
-19
/
+21
2020-05-25
btrfs: simplify root lookup by id
David Sterba
1
-1
/
+1
2020-05-25
btrfs: inode: cleanup the log-tree exceptions in btrfs_truncate_inode_items()
Qu Wenruo
1
-10
/
+8
2020-05-25
btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE
Qu Wenruo
1
-8
/
+9
2020-05-25
btrfs: drop eb parameter from set/get token helpers
David Sterba
1
-37
/
+34
2020-05-25
btrfs: speedup dead root detection during orphan cleanup
Robbie Ko
1
-11
/
+9
2020-05-25
btrfs: use crypto_shash_digest() instead of open coding
Eric Biggers
1
-3
/
+1
2020-05-25
btrfs: unify buffered and direct I/O read repair
Omar Sandoval
1
-92
/
+11
2020-05-25
btrfs: get rid of endio_repair_workers
Omar Sandoval
1
-1
/
+1
2020-05-25
btrfs: simplify direct I/O read repair
Omar Sandoval
1
-226
/
+42
2020-05-25
btrfs: get rid of one layer of bios in direct I/O
Omar Sandoval
1
-120
/
+65
2020-05-25
btrfs: put direct I/O checksums in btrfs_dio_private instead of bio
Omar Sandoval
1
-39
/
+31
2020-05-25
btrfs: convert btrfs_dio_private->pending_bios to refcount_t
Omar Sandoval
1
-5
/
+5
2020-05-25
btrfs: remove unused btrfs_dio_private::private
Omar Sandoval
1
-1
/
+0
2020-05-25
btrfs: rename __readpage_endio_check to check_data_csum
Omar Sandoval
1
-11
/
+11
2020-05-25
btrfs: fix double __endio_write_update_ordered in direct I/O
Omar Sandoval
1
-108
/
+70
2020-05-25
btrfs: fix error handling when submitting direct I/O bio
Omar Sandoval
1
-3
/
+3
2020-05-25
btrfs: improve global reserve stealing logic
Josef Bacik
1
-1
/
+1
2020-03-23
btrfs: kill the subvol_srcu
Josef Bacik
1
-3
/
+0
2020-03-23
btrfs: make inodes hold a ref on their roots
Josef Bacik
1
-3
/
+5
2020-03-23
btrfs: add helper to get the end offset of a file extent item
Filipe Manana
1
-9
/
+1
2020-03-23
btrfs: implement migratepage callback for data pages
Roman Gushchin
1
-0
/
+37
2020-03-23
btrfs: Remove __ prefix from btrfs_block_rsv_release
Nikolay Borisov
1
-1
/
+1
2020-03-23
btrfs: convert snapshot/nocow exlcusion to drew lock
Nikolay Borisov
1
-4
/
+4
2020-03-23
btrfs: sink argument tree to extent_read_full_page
David Sterba
1
-3
/
+1
2020-03-23
btrfs: drop argument tree from btrfs_lock_and_flush_ordered_range
David Sterba
1
-1
/
+1
2020-03-23
btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root
Josef Bacik
1
-3
/
+3
2020-03-23
btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root
Josef Bacik
1
-4
/
+0
[next]