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
/
ioctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Btrfs: fix failure to persist compression property xattr deletion on fsync
Filipe Manana
2019-06-17
1
-2
/
+0
*
btrfs: drop local copy of inode i_mode
Anand Jain
2019-04-29
1
-5
/
+2
*
btrfs: drop old_fsflags in btrfs_ioctl_setflags
Anand Jain
2019-04-29
1
-3
/
+3
*
btrfs: modify local copy of btrfs_inode flags
Anand Jain
2019-04-29
1
-31
/
+26
*
btrfs: drop useless inode i_flags copy and restore
Anand Jain
2019-04-29
1
-3
/
+0
*
btrfs: start transaction in btrfs_ioctl_setflags()
Anand Jain
2019-04-29
1
-20
/
+25
*
btrfs: refactor btrfs_set_props to validate externally
Anand Jain
2019-04-29
1
-0
/
+3
*
Btrfs: fix race between send and deduplication that lead to failures and crashes
Filipe Manana
2019-04-29
1
-1
/
+18
*
btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()
Qu Wenruo
2019-04-29
1
-6
/
+9
*
btrfs: Perform locking/unlocking in btrfs_remap_file_range()
Goldwyn Rodrigues
2019-04-29
1
-23
/
+11
*
btrfs: refactor btrfs_set_prop and add btrfs_set_prop_trans
Anand Jain
2019-04-29
1
-6
/
+6
*
btrfs: merge _btrfs_set_prop helpers
Anand Jain
2019-04-29
1
-4
/
+6
*
Btrfs: do not allow trimming when a fs is mounted with the nologreplay option
Filipe Manana
2019-03-28
1
-0
/
+10
*
Btrfs: fix deadlock between clone/dedupe and rename
Filipe Manana
2019-02-27
1
-18
/
+3
*
Btrfs: remove no longer needed range length checks for deduplication
Filipe Manana
2019-02-25
1
-17
/
+2
*
btrfs: merge btrfs_find_device and find_device
Anand Jain
2019-02-25
1
-2
/
+2
*
btrfs: refactor btrfs_find_device() take fs_devices as argument
Anand Jain
2019-02-25
1
-2
/
+3
*
Btrfs: move duplicated nodatasum check into common reflink/dedupe helper
Filipe Manana
2019-02-25
1
-10
/
+7
*
Btrfs: do not overwrite error return value in the balance ioctl
Filipe Manana
2019-02-25
1
-1
/
+1
*
Btrfs: do not overwrite error return value in the device replace ioctl
Filipe Manana
2019-02-25
1
-1
/
+1
*
Btrfs: remove redundant check for swapfiles when reflinking
Filipe Manana
2019-02-25
1
-6
/
+0
*
btrfs: remove set but not used variable 'num_pages'
YueHaibing
2019-02-25
1
-3
/
+0
*
Btrfs: do not overwrite error return value in the get device stats ioctl
Filipe Manana
2019-02-25
1
-1
/
+1
*
Btrfs: do not overwrite error return value in scrub progress ioctl
Filipe Manana
2019-02-25
1
-1
/
+1
*
Btrfs: do not overwrite scrub error with fault error in scrub ioctl
Filipe Manana
2019-02-25
1
-1
/
+1
*
Btrfs: fix race between reflink/dedupe and relocation
Filipe Manana
2019-01-09
1
-6
/
+28
*
Btrfs: fix race between cloning range ending at eof and writeback
Filipe Manana
2019-01-09
1
-0
/
+15
*
Btrfs: use generic_remap_file_range_prep() for cloning and deduplication
Filipe Manana
2018-12-17
1
-491
/
+133
*
btrfs: Remove fsid/metadata_fsid fields from btrfs_info
Nikolay Borisov
2018-12-17
1
-1
/
+1
*
btrfs: use tagged writepage to mitigate livelock of snapshot
Ethan Lien
2018-12-17
1
-1
/
+1
*
Btrfs: prevent ioctls from interfering with a swap file
Omar Sandoval
2018-12-17
1
-3
/
+28
*
Merge tag 'for-4.20-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-11-11
1
-2
/
+12
|
\
|
*
Btrfs: fix data corruption due to cloning of eof block
Filipe Manana
2018-11-06
1
-2
/
+10
|
*
Btrfs: fix infinite loop on inode eviction after deduplication of eof block
Filipe Manana
2018-11-06
1
-0
/
+2
*
|
Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2018-11-02
1
-23
/
+27
|
\
\
|
|
/
|
/
|
|
*
vfs: make remap_file_range functions take and return bytes completed
Darrick J. Wong
2018-10-30
1
-5
/
+8
|
*
vfs: combine the clone and dedupe into a single remap_file_range
Darrick J. Wong
2018-10-30
1
-22
/
+23
*
|
btrfs: Ensure btrfs_trim_fs can trim the whole filesystem
Qu Wenruo
2018-10-15
1
-4
/
+7
*
|
btrfs: defrag: use btrfs_mod_outstanding_extents in cluster_pages_for_defrag
Su Yue
2018-10-15
1
-1
/
+1
*
|
btrfs: Remove 'objectid' member from struct btrfs_root
Misono Tomohiro
2018-10-15
1
-1
/
+1
*
|
btrfs: Remove root parameter from btrfs_insert_dir_item
Lu Fengqi
2018-10-15
1
-2
/
+1
|
/
*
Merge tag 'for-4.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-09-06
1
-0
/
+35
|
\
|
*
Btrfs: fix data corruption when deduplicating between different files
Filipe Manana
2018-08-23
1
-0
/
+19
|
*
Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...
Robbie Ko
2018-08-17
1
-0
/
+16
*
|
Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-08-21
1
-7
/
+4
|
\
\
|
|
/
|
/
|
|
*
vfs: dedupe: rationalize args
Miklos Szeredi
2018-07-06
1
-3
/
+4
|
*
vfs: dedupe: return int
Miklos Szeredi
2018-07-06
1
-7
/
+3
*
|
btrfs: Use wrapper macro for rcu string to remove duplicate code
Misono Tomohiro
2018-08-06
1
-4
/
+2
*
|
btrfs: Remove fs_info from btrfs_add_root_ref
Lu Fengqi
2018-08-06
1
-2
/
+1
*
|
btrfs: allow defrag on a file opened read-only that has rw permissions
Adam Borowski
2018-08-06
1
-2
/
+8
[next]