index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-14
btrfs: disable balance for extent tree v2 for now
Josef Bacik
1
-0
/
+6
2022-03-14
btrfs: add definition for EXTENT_TREE_V2
Josef Bacik
2
-1
/
+25
2022-03-14
btrfs: use single variable to track return value at btrfs_log_inode()
Filipe Manana
1
-30
/
+22
2022-03-14
btrfs: avoid inode logging during rename and link when possible
Filipe Manana
2
-65
/
+183
2022-03-14
btrfs: stop doing unnecessary log updates during a rename
Filipe Manana
2
-115
/
+59
2022-03-14
btrfs: avoid logging all directory changes during renames
Filipe Manana
3
-24
/
+78
2022-03-14
btrfs: pass the dentry to btrfs_log_new_name() instead of the inode
Filipe Manana
3
-9
/
+20
2022-03-14
btrfs: add helper to delete a dir entry from a log tree
Filipe Manana
1
-31
/
+39
2022-03-14
btrfs: send: remove redundant ret variable in fs_path_copy
Minghao Chi
1
-6
/
+1
2022-03-14
btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_rescan_worker
Nikolay Borisov
1
-7
/
+6
2022-03-14
btrfs: scrub: remove redundant initialization of increment
Jiapeng Chong
1
-1
/
+1
2022-03-14
btrfs: zoned: remove redundant initialization of to_add
Jiapeng Chong
1
-4
/
+3
2022-03-14
btrfs: cleanup temporary variables when finding rotational device status
Anand Jain
1
-6
/
+2
2022-03-14
btrfs: use dev_t to match device in device_matched
Anand Jain
1
-40
/
+1
2022-03-14
btrfs: add device major-minor info in the struct btrfs_device
Anand Jain
3
-25
/
+23
2022-03-14
btrfs: match stale devices by dev_t
Anand Jain
3
-27
/
+39
2022-03-14
btrfs: harden identification of a stale device
Anand Jain
1
-7
/
+38
2022-03-14
btrfs: simplify fs_devices member access in btrfs_init_dev_replace_tgtdev
Anand Jain
1
-7
/
+8
2022-03-14
btrfs: reuse existing inode from btrfs_ioctl
Sahil Kang
3
-28
/
+19
2022-03-14
btrfs: move missing device handling in a dedicate function
Nikolay Borisov
1
-14
/
+24
2022-03-14
btrfs: stop trying to log subdirectories created in past transactions
Filipe Manana
1
-2
/
+1
2022-03-14
btrfs: stop copying old dir items when logging a directory
Filipe Manana
1
-30
/
+53
2022-03-14
btrfs: put initial index value of a directory in a constant
Filipe Manana
2
-10
/
+12
2022-03-14
btrfs: don't log unnecessary boundary keys when logging directory
Filipe Manana
1
-18
/
+21
2022-03-14
btrfs: reuse existing pointers from btrfs_ioctl
Sahil Kang
1
-17
/
+11
2022-03-14
btrfs: remove write and wait of struct walk_control
Filipe Manana
1
-23
/
+5
2022-03-13
Kbuild: add -Wno-shift-negative-value where -Wextra is used
Arnd Bergmann
1
-0
/
+1
2022-03-07
block: remove the per-bio/request write hint
Christoph Hellwig
1
-1
/
+0
2022-03-07
Merge branch 'for-5.18/block' into for-5.18/write-streams
Jens Axboe
3
-10
/
+7
2022-03-06
Merge tag 'for-5.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
13
-28
/
+230
2022-03-04
btrfs: fallback to blocking mode when doing async dio over multiple extents
Filipe Manana
1
-0
/
+28
2022-03-02
btrfs: add missing run of delayed items after unlink during log replay
Filipe Manana
1
-0
/
+18
2022-03-02
btrfs: qgroup: fix deadlock between rescan worker and remove qgroup
Sidong Yang
1
-1
/
+8
2022-03-02
btrfs: fix relocation crash due to premature return from btrfs_commit_transaction()
Omar Sandoval
1
-1
/
+31
2022-03-02
btrfs: do not start relocation until in progress drops are done
Josef Bacik
7
-1
/
+91
2022-03-02
btrfs: tree-checker: use u64 for item data end to avoid overflow
Su Yue
1
-9
/
+9
2022-03-02
btrfs: do not WARN_ON() if we have PageError set
Josef Bacik
1
-3
/
+13
2022-03-02
btrfs: fix lost prealloc extents beyond eof after full fsync
Filipe Manana
1
-12
/
+31
2022-03-02
btrfs: subpage: fix a wrong check on subpage->writers
Qu Wenruo
1
-1
/
+1
2022-02-25
Merge tag 'for-5.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
7
-84
/
+296
2022-02-24
btrfs: reduce extent threshold for autodefrag
Qu Wenruo
3
-4
/
+17
2022-02-23
btrfs: autodefrag: only scan one inode once
Qu Wenruo
1
-62
/
+22
2022-02-23
btrfs: defrag: don't use merged extent map for their generation check
Qu Wenruo
3
-0
/
+24
2022-02-23
btrfs: defrag: bring back the old file extent search behavior
Qu Wenruo
1
-4
/
+157
2022-02-23
btrfs: defrag: remove an ambiguous condition for rejection
Qu Wenruo
1
-4
/
+0
2022-02-23
btrfs: defrag: don't defrag extents which are already at max capacity
Qu Wenruo
1
-0
/
+20
2022-02-23
btrfs: defrag: don't try to merge regular extents with preallocated extents
Qu Wenruo
1
-6
/
+11
2022-02-15
btrfs: defrag: allow defrag_one_cluster() to skip large extent which is not a target
Qu Wenruo
1
-9
/
+39
2022-02-15
btrfs: prevent copying too big compressed lzo segment
Dāvis Mosāns
1
-0
/
+11
2022-02-15
Merge tag 'for-5.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
3
-2
/
+19
[prev]
[next]