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
/
ioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-26
btrfs: defrag: enable defrag for subpage case
Qu Wenruo
1
-6
/
+0
2021-10-26
btrfs: defrag: remove the old infrastructure
Qu Wenruo
1
-313
/
+0
2021-10-26
btrfs: defrag: use defrag_one_cluster() to implement btrfs_defrag_file()
Qu Wenruo
1
-149
/
+55
2021-10-26
btrfs: defrag: introduce helper to defrag one cluster
Qu Wenruo
1
-0
/
+56
2021-10-26
btrfs: defrag: introduce helper to defrag a range
Qu Wenruo
1
-10
/
+93
2021-10-26
btrfs: defrag: introduce helper to defrag a contiguous prepared range
Qu Wenruo
1
-0
/
+55
2021-10-26
btrfs: defrag: introduce helper to collect target file extents
Qu Wenruo
1
-0
/
+120
2021-10-26
btrfs: defrag: factor out page preparation into a helper
Qu Wenruo
1
-61
/
+87
2021-10-26
btrfs: defrag: replace hard coded PAGE_SIZE with sectorsize
Qu Wenruo
1
-5
/
+6
2021-10-26
btrfs: defrag: also check PagePrivate for subpage cases in cluster_pages_for_...
Qu Wenruo
1
-2
/
+3
2021-10-26
btrfs: defrag: pass file_ra_state instead of file to btrfs_defrag_file()
Qu Wenruo
1
-9
/
+18
2021-10-25
btrfs: drop unnecessary ret in ioctl_quota_rescan_status
Anand Jain
1
-3
/
+2
2021-09-07
btrfs: delay blkdev_put until after the device remove
Josef Bacik
1
-4
/
+11
2021-08-23
btrfs: allow idmapped INO_LOOKUP_USER ioctl
Christian Brauner
1
-3
/
+4
2021-08-23
btrfs: allow idmapped SUBVOL_SETFLAGS ioctl
Christian Brauner
1
-1
/
+1
2021-08-23
btrfs: allow idmapped SET_RECEIVED_SUBVOL ioctls
Christian Brauner
1
-3
/
+4
2021-08-23
btrfs: relax restrictions for SNAP_DESTROY_V2 with subvolids
Christian Brauner
1
-11
/
+16
2021-08-23
btrfs: allow idmapped SNAP_DESTROY ioctls
Christian Brauner
1
-7
/
+20
2021-08-23
btrfs: allow idmapped SNAP_CREATE/SUBVOL_CREATE ioctls
Christian Brauner
1
-20
/
+27
2021-08-23
btrfs: check whether fsgid/fsuid are mapped during subvolume creation
Christian Brauner
1
-0
/
+2
2021-08-23
btrfs: allocate btrfs_ioctl_defrag_range_args on stack
Goldwyn Rodrigues
1
-16
/
+7
2021-08-23
btrfs: allocate btrfs_ioctl_quota_rescan_args on stack
Goldwyn Rodrigues
1
-9
/
+4
2021-08-23
btrfs: introduce btrfs_search_backwards function
Marcos Paulo de Souza
1
-22
/
+8
2021-08-23
btrfs: initial fsverity support
Boris Burkov
1
-2
/
+12
2021-08-23
btrfs: add ro compat flags to inodes
Boris Burkov
1
-3
/
+4
2021-08-23
btrfs: allow read-write for 4K sectorsize on 64K page size systems
Qu Wenruo
1
-0
/
+6
2021-06-22
btrfs: fix typos in comments
David Sterba
1
-1
/
+1
2021-06-21
btrfs: sink wait_for_unblock parameter to async commit
David Sterba
1
-1
/
+1
2021-06-21
btrfs: add device delete cancel
David Sterba
1
-19
/
+24
2021-06-21
btrfs: add cancellation to resize
David Sterba
1
-21
/
+26
2021-06-21
btrfs: add wrapper for conditional start of exclusive operation
David Sterba
1
-0
/
+42
2021-06-21
btrfs: introduce try-lock semantics for exclusive op start
David Sterba
1
-0
/
+26
2021-06-21
btrfs: protect exclusive_operation by super_lock
David Sterba
1
-1
/
+15
2021-06-21
btrfs: return EAGAIN if defrag is canceled
Tian Tao
1
-3
/
+3
2021-05-11
Merge tag 'for-5.13-rc1-part2-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+2
2021-05-11
btrfs: handle transaction start error in btrfs_fileattr_set
Ritesh Harjani
1
-0
/
+2
2021-05-11
Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2021-04-28
btrfs: fix deadlock when cloning inline extents and using qgroups
Filipe Manana
1
-1
/
+1
2021-04-27
Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-192
/
+34
2021-04-20
btrfs: fix metadata extent leak after failure to create subvolume
Filipe Manana
1
-3
/
+15
2021-04-19
btrfs: handle btrfs_record_root_in_trans failure in create_subvol
Josef Bacik
1
-1
/
+6
2021-04-19
btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpers
Josef Bacik
1
-13
/
+13
2021-04-12
btrfs: convert to fileattr
Miklos Szeredi
1
-192
/
+34
2021-03-05
Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+18
2021-03-02
btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctl
Dan Carpenter
1
-1
/
+18
2021-02-24
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-12
/
+15
2021-02-09
btrfs: zoned: disallow fitrim on zoned filesystems
Naohiro Aota
1
-0
/
+8
2021-02-09
btrfs: introduce btrfs_subpage for data inodes
Qu Wenruo
1
-1
/
+7
2021-02-09
btrfs: make btrfs_start_delalloc_root's nr argument a long
Nikolay Borisov
1
-1
/
+1
2021-02-09
btrfs: remove new_dirid argument from btrfs_create_subvol_root
Nikolay Borisov
1
-3
/
+2
[next]