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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-10
btrfs: make find_workspace always succeed
David Sterba
1
-8
/
+12
2016-05-10
btrfs: preallocate compression workspaces
David Sterba
1
-0
/
+16
2016-05-10
btrfs: rename and document compression workspace members
David Sterba
1
-16
/
+19
2016-05-10
btrfs: GFP_NOFS does not GFP_HIGHMEM
David Sterba
3
-4
/
+4
2016-05-10
btrfs: switch to common message helpers in open_ctree, adjust messages
David Sterba
1
-52
/
+50
2016-05-09
btrfs: switch to ->iterate_shared()
Al Viro
1
-1
/
+1
2016-05-09
btrfs: fix int32 overflow in shrink_delalloc().
Adam Borowski
1
-1
/
+1
2016-05-06
btrfs: don't force mounts to wait for cleaner_kthread to delete one or more s...
Zygo Blaxell
1
-3
/
+15
2016-05-06
btrfs: ioctl: reorder exclusive op check in RM_DEV
David Sterba
1
-12
/
+11
2016-05-06
btrfs: add write protection to SET_FEATURES ioctl
David Sterba
1
-3
/
+13
2016-05-06
btrfs: fix lock dep warning move scratch super outside of chunk_mutex
Anand Jain
1
-4
/
+5
2016-05-06
btrfs: Fix BUG_ON condition in scrub_setup_recheck_block()
Ashish Samant
1
-1
/
+1
2016-05-06
Btrfs: remove BUG_ON()'s in btrfs_map_block
Josef Bacik
1
-2
/
+16
2016-05-06
Btrfs: fix divide error upon chunk's stripe_len
Liu Bo
3
-3
/
+3
2016-05-06
btrfs: sysfs: protect reading label by lock
David Sterba
1
-1
/
+7
2016-05-06
btrfs: add check to sysfs handler of label
David Sterba
1
-0
/
+3
2016-05-06
btrfs: add read-only check to sysfs handler of features
David Sterba
1
-0
/
+3
2016-05-06
btrfs: reuse existing variable in scrub_stripe, reduce stack usage
David Sterba
1
-10
/
+9
2016-05-06
btrfs: use dynamic allocation for root item in create_subvol
David Sterba
1
-28
/
+37
2016-05-06
btrfs: clone: use vmalloc only as fallback for nodesize bufer
David Sterba
1
-5
/
+8
2016-05-06
btrfs: send: use vmalloc only as fallback for clone_sources_tmp
David Sterba
1
-5
/
+8
2016-05-06
btrfs: send: use vmalloc only as fallback for clone_roots
David Sterba
1
-4
/
+7
2016-05-06
btrfs: send: use temporary variable to store allocation size
David Sterba
1
-6
/
+8
2016-05-06
btrfs: send: use vmalloc only as fallback for read_buf
David Sterba
1
-4
/
+7
2016-05-06
btrfs: send: use vmalloc only as fallback for send_buf
David Sterba
1
-4
/
+7
2016-05-06
btrfs: fix lock dep warning, move scratch dev out of device_list_mutex and uu...
Anand Jain
1
-5
/
+12
2016-05-06
btrfs: send: silence an integer overflow warning
Dan Carpenter
1
-0
/
+6
2016-05-06
btrfs: avoid overflowing f_bfree
Luis de Bethencourt
1
-1
/
+5
2016-05-06
btrfs: fix mixed block count of available space
Luis de Bethencourt
1
-3
/
+13
2016-05-06
btrfs: allow balancing to dup with multi-device
Austin S. Hemmelgarn
1
-4
/
+2
2016-05-06
btrfs: ioctl: reorder exclusive op check in RM_DEV
David Sterba
1
-12
/
+11
2016-05-06
btrfs: kill unused writepage_io_hook callback
David Sterba
2
-24
/
+16
2016-05-04
btrfs: cleanup assigning next active device with a check
Anand Jain
3
-22
/
+48
2016-05-04
btrfs: s_bdev is not null after missing replace
Anand Jain
2
-3
/
+6
2016-05-03
parallel lookups: actual switch to rwsem
Al Viro
1
-7
/
+11
2016-05-03
Merge getxattr prototype change into work.lookups
Al Viro
3
-10
/
+5
2016-05-02
btrfs: pass the right error code to the btrfs_std_error
Anand Jain
1
-2
/
+2
2016-05-02
fs: simplify the generic_write_sync prototype
Christoph Hellwig
1
-5
/
+2
2016-05-02
fs: add IOCB_SYNC and IOCB_DSYNC
Christoph Hellwig
1
-1
/
+1
2016-05-02
direct-io: eliminate the offset argument to ->direct_IO
Christoph Hellwig
1
-3
/
+3
2016-05-02
filemap: remove the pos argument to generic_file_direct_write
Christoph Hellwig
1
-5
/
+4
2016-04-29
btrfs: sink gfp parameter to convert_extent_bit
David Sterba
3
-8
/
+8
2016-04-29
btrfs: make state preallocation more speculative in __set_extent_bit
David Sterba
1
-1
/
+7
2016-04-29
btrfs: untangle gotos a bit in convert_extent_bit
David Sterba
1
-9
/
+7
2016-04-29
btrfs: untangle gotos a bit in __clear_extent_bit
David Sterba
1
-8
/
+8
2016-04-29
btrfs: untangle gotos a bit in __set_extent_bit
David Sterba
1
-8
/
+7
2016-04-29
btrfs: sink gfp parameter to set_record_extent_bits
David Sterba
3
-7
/
+4
2016-04-29
btrfs: sink gfp parameter to set_extent_new
David Sterba
2
-3
/
+4
2016-04-29
btrfs: sink gfp parameter to set_extent_defrag
David Sterba
2
-3
/
+3
2016-04-29
btrfs: sink gfp parameter to set_extent_delalloc
David Sterba
3
-6
/
+6
[prev]
[next]