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.13.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
2021-11-01
Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-298
/
+313
2021-11-01
Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+4
2021-10-29
Merge tag 'for-5.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+2
2021-10-29
btrfs: remove root argument from btrfs_unlink_inode()
Filipe Manana
1
-14
/
+11
2021-10-27
Revert "btrfs: compression: drop kmap/kunmap from generic helpers"
David Sterba
1
-1
/
+2
2021-10-26
btrfs: remove btrfs_bio::logical member
Qu Wenruo
1
-9
/
+8
2021-10-26
btrfs: rename btrfs_dio_private::logical_offset to file_offset
Qu Wenruo
1
-6
/
+6
2021-10-26
btrfs: pull up qgroup checks from delayed-ref core to init time
Nikolay Borisov
1
-1
/
+0
2021-10-26
btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_ref
Nikolay Borisov
1
-1
/
+2
2021-10-26
btrfs: add a BTRFS_FS_ERROR helper
Josef Bacik
1
-3
/
+3
2021-10-26
btrfs: change error handling for btrfs_delete_*_in_log
Josef Bacik
1
-13
/
+3
2021-10-26
btrfs: subpage: only allow compression if the range is fully page aligned
Qu Wenruo
1
-4
/
+44
2021-10-26
btrfs: subpage: avoid potential deadlock with compression and delalloc
Qu Wenruo
1
-0
/
+7
2021-10-26
btrfs: factor uncompressed async extent submission code into a new helper
Qu Wenruo
1
-24
/
+52
2021-10-26
btrfs: subpage: make compress_file_range() compatible
Qu Wenruo
1
-1
/
+1
2021-10-26
btrfs: cleanup for extent_write_locked_range()
Qu Wenruo
1
-3
/
+2
2021-10-26
btrfs: refactor submit_compressed_extents()
Qu Wenruo
1
-141
/
+131
2021-10-26
btrfs: remove unused function btrfs_bio_fits_in_stripe()
Qu Wenruo
1
-42
/
+0
2021-10-26
btrfs: subpage: add bitmap for PageChecked flag
Qu Wenruo
1
-16
/
+12
2021-10-26
btrfs: don't pass compressed pages to btrfs_writepage_endio_finish_ordered()
Qu Wenruo
1
-4
/
+1
2021-10-26
btrfs: use async_chunk::async_cow to replace the confusing pending pointer
Qu Wenruo
1
-9
/
+7
2021-10-26
btrfs: loop only once over data sizes array when inserting an item batch
Filipe Manana
1
-2
/
+6
2021-10-26
btrfs: rename struct btrfs_io_bio to btrfs_bio
Qu Wenruo
1
-23
/
+24
2021-10-26
btrfs: keep track of the last logged keys when logging a directory
Filipe Manana
1
-2
/
+4
2021-10-26
btrfs: check for relocation inodes on zoned btrfs in should_nocow
Johannes Thumshirn
1
-1
/
+9
2021-10-26
btrfs: introduce btrfs_is_data_reloc_root
Johannes Thumshirn
1
-11
/
+8
2021-10-26
btrfs: convert latest_bdev type to btrfs_device and rename
Anand Jain
1
-1
/
+1
2021-10-26
btrfs: zoned: finish fully written block group
Naohiro Aota
1
-1
/
+5
2021-10-18
block: switch polling to be bio based
Christoph Hellwig
1
-5
/
+3
2021-10-18
mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>
Christoph Hellwig
1
-0
/
+1
2021-08-31
Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-2
/
+3
2021-08-31
Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-82
/
+213
2021-08-25
Revert "btrfs: compression: don't try to compress if we don't have enough pages"
Qu Wenruo
1
-1
/
+1
2021-08-23
btrfs: allow idmapped SNAP_CREATE/SUBVOL_CREATE ioctls
Christian Brauner
1
-2
/
+3
2021-08-23
btrfs: allow idmapped permission inode op
Christian Brauner
1
-1
/
+1
2021-08-23
btrfs: allow idmapped setattr inode op
Christian Brauner
1
-4
/
+3
2021-08-23
btrfs: allow idmapped tmpfile inode op
Christian Brauner
1
-1
/
+1
2021-08-23
btrfs: allow idmapped symlink inode op
Christian Brauner
1
-1
/
+1
2021-08-23
btrfs: allow idmapped mkdir inode op
Christian Brauner
1
-1
/
+1
2021-08-23
btrfs: allow idmapped create inode op
Christian Brauner
1
-1
/
+1
2021-08-23
btrfs: allow idmapped mknod inode op
Christian Brauner
1
-1
/
+1
2021-08-23
btrfs: allow idmapped getattr inode op
Christian Brauner
1
-1
/
+1
2021-08-23
btrfs: allow idmapped rename inode op
Christian Brauner
1
-7
/
+10
2021-08-23
btrfs: handle idmaps in btrfs_new_inode()
Christian Brauner
1
-15
/
+19
2021-08-23
btrfs: zoned: add asserts on splitting extent_map
Naohiro Aota
1
-6
/
+6
2021-08-23
btrfs: remove unnecessary NULL check for the new inode during rename exchange
Filipe Manana
1
-2
/
+1
2021-08-23
btrfs: verity metadata orphan items
Boris Burkov
1
-2
/
+13
2021-08-23
btrfs: initial fsverity support
Boris Burkov
1
-0
/
+6
2021-08-23
btrfs: add ro compat flags to inodes
Boris Burkov
1
-2
/
+7
2021-08-23
btrfs: remove the dead comment in writepage_delalloc()
Qu Wenruo
1
-0
/
+1
[next]