index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ioctl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-01-28
1
-4
/
+2
|
\
|
*
fsnotify: invalidate dcache before IN_DELETE event
Amir Goldstein
2022-01-24
1
-4
/
+2
*
|
btrfs: update writeback index when starting defrag
Filipe Manana
2022-01-24
1
-0
/
+9
*
|
btrfs: add back missing dirty page rate limiting to defrag
Filipe Manana
2022-01-24
1
-0
/
+5
*
|
btrfs: fix deadlock when reserving space during defrag
Filipe Manana
2022-01-24
1
-1
/
+30
*
|
btrfs: defrag: properly update range->start for autodefrag
Qu Wenruo
2022-01-19
1
-2
/
+16
*
|
btrfs: defrag: fix wrong number of defragged sectors
Qu Wenruo
2022-01-19
1
-3
/
+7
*
|
btrfs: allow defrag to be interruptible
Filipe Manana
2022-01-19
1
-0
/
+5
*
|
btrfs: fix too long loop when defragging a 1 byte file
Filipe Manana
2022-01-19
1
-6
/
+6
|
/
*
btrfs: skip transaction commit after failure to create subvolume
Filipe Manana
2022-01-07
1
-4
/
+4
*
btrfs: allow device add if balance is paused
Nikolay Borisov
2022-01-07
1
-3
/
+18
*
btrfs: make device add compatible with paused balance in btrfs_exclop_start_t...
Nikolay Borisov
2022-01-07
1
-1
/
+4
*
btrfs: introduce exclusive operation BALANCE_PAUSED state
Nikolay Borisov
2022-01-07
1
-0
/
+24
*
btrfs: rework async transaction committing
Josef Bacik
2022-01-03
1
-6
/
+1
*
btrfs: drop the _nr from the item helpers
Josef Bacik
2022-01-03
1
-3
/
+3
*
Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-12-17
1
-4
/
+6
|
\
|
*
btrfs: fix warning when freeing leaf after subvolume creation failure
Filipe Manana
2021-12-15
1
-3
/
+4
|
*
btrfs: fix invalid delayed ref after subvolume creation failure
Filipe Manana
2021-12-15
1
-4
/
+5
*
|
Merge tag 'for-5.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-12-11
1
-4
/
+2
|
\
|
|
*
btrfs: fix error pointer dereference in btrfs_ioctl_rm_dev_v2()
Dan Carpenter
2021-12-08
1
-4
/
+2
*
|
Merge tag 'for-5.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-11-18
1
-0
/
+4
|
\
|
|
*
btrfs: deprecate BTRFS_IOC_BALANCE ioctl
Nikolay Borisov
2021-11-16
1
-0
/
+4
*
|
Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2021-11-02
1
-3
/
+2
|
\
\
|
*
|
gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
Andreas Gruenbacher
2021-10-18
1
-3
/
+2
*
|
|
Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2021-11-01
1
-519
/
+485
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
btrfs: send: prepare for v2 protocol
David Sterba
2021-10-29
1
-1
/
+2
|
*
|
btrfs: fix deadlock when defragging transparent huge pages
Omar Sandoval
2021-10-26
1
-0
/
+14
|
*
|
btrfs: use btrfs_get_dev_args_from_path in dev removal ioctls
Josef Bacik
2021-10-26
1
-27
/
+40
|
*
|
btrfs: handle device lookup with btrfs_dev_lookup_args
Josef Bacik
2021-10-26
1
-6
/
+7
|
*
|
btrfs: defrag: enable defrag for subpage case
Qu Wenruo
2021-10-26
1
-6
/
+0
|
*
|
btrfs: defrag: remove the old infrastructure
Qu Wenruo
2021-10-26
1
-313
/
+0
|
*
|
btrfs: defrag: use defrag_one_cluster() to implement btrfs_defrag_file()
Qu Wenruo
2021-10-26
1
-149
/
+55
|
*
|
btrfs: defrag: introduce helper to defrag one cluster
Qu Wenruo
2021-10-26
1
-0
/
+56
|
*
|
btrfs: defrag: introduce helper to defrag a range
Qu Wenruo
2021-10-26
1
-10
/
+93
|
*
|
btrfs: defrag: introduce helper to defrag a contiguous prepared range
Qu Wenruo
2021-10-26
1
-0
/
+55
|
*
|
btrfs: defrag: introduce helper to collect target file extents
Qu Wenruo
2021-10-26
1
-0
/
+120
|
*
|
btrfs: defrag: factor out page preparation into a helper
Qu Wenruo
2021-10-26
1
-61
/
+87
|
*
|
btrfs: defrag: replace hard coded PAGE_SIZE with sectorsize
Qu Wenruo
2021-10-26
1
-5
/
+6
|
*
|
btrfs: defrag: also check PagePrivate for subpage cases in cluster_pages_for_...
Qu Wenruo
2021-10-26
1
-2
/
+3
|
*
|
btrfs: defrag: pass file_ra_state instead of file to btrfs_defrag_file()
Qu Wenruo
2021-10-26
1
-9
/
+18
|
*
|
btrfs: drop unnecessary ret in ioctl_quota_rescan_status
Anand Jain
2021-10-25
1
-3
/
+2
|
|
/
*
/
btrfs: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
1
-2
/
+2
|
/
*
btrfs: delay blkdev_put until after the device remove
Josef Bacik
2021-09-07
1
-4
/
+11
*
btrfs: allow idmapped INO_LOOKUP_USER ioctl
Christian Brauner
2021-08-23
1
-3
/
+4
*
btrfs: allow idmapped SUBVOL_SETFLAGS ioctl
Christian Brauner
2021-08-23
1
-1
/
+1
*
btrfs: allow idmapped SET_RECEIVED_SUBVOL ioctls
Christian Brauner
2021-08-23
1
-3
/
+4
*
btrfs: relax restrictions for SNAP_DESTROY_V2 with subvolids
Christian Brauner
2021-08-23
1
-11
/
+16
*
btrfs: allow idmapped SNAP_DESTROY ioctls
Christian Brauner
2021-08-23
1
-7
/
+20
*
btrfs: allow idmapped SNAP_CREATE/SUBVOL_CREATE ioctls
Christian Brauner
2021-08-23
1
-20
/
+27
*
btrfs: check whether fsgid/fsuid are mapped during subvolume creation
Christian Brauner
2021-08-23
1
-0
/
+2
[next]