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
2012-10-04
Btrfs: fix race in sync and freeze again
Josef Bacik
3
-10
/
+18
2012-10-04
btrfs: return EPERM upon rmdir on a subvolume
David Sterba
1
-2
/
+3
2012-10-04
Btrfs: using for_each_set_bit_from to simplify the code
Wei Yongjun
1
-6
/
+2
2012-10-04
Btrfs: write_buf is now callable outside send.c
Anand Jain
2
-5
/
+7
2012-10-04
Btrfs: remove unnecessary code in btree_get_extent()
Tsutomu Itoh
1
-7
/
+1
2012-10-04
Btrfs: cleanup of error processing in btree_get_extent()
Tsutomu Itoh
1
-9
/
+5
2012-10-01
Revert "Btrfs: do not do filemap_write_and_wait_range in fsync"
Miao Xie
1
-3
/
+11
2012-10-01
Btrfs: remove bytes argument from do_chunk_alloc
Josef Bacik
1
-15
/
+10
2012-10-01
Btrfs: delay block group item insertion
Josef Bacik
4
-67
/
+79
2012-10-01
btrfs: Kill some bi_idx references
Kent Overstreet
2
-17
/
+2
2012-10-01
Btrfs: fix unnecessary warning when the fragments make the space alloc fail
Miao Xie
1
-1
/
+1
2012-10-01
Btrfs: create a pinned em when writing to a prealloc range in DIO
Josef Bacik
1
-0
/
+55
2012-10-01
Btrfs: move the sb_end_intwrite until after the throttle logic
Josef Bacik
1
-2
/
+2
2012-10-01
Btrfs: use larger limit for translation of logical to inode
Liu Bo
2
-4
/
+5
2012-10-01
Btrfs: use helper for logical resolve
Liu Bo
1
-16
/
+3
2012-10-01
Btrfs: fix a bug in parsing return value in logical resolve
Liu Bo
5
-20
/
+34
2012-10-01
Btrfs: cleanup for unused ref cache stuff
liubo
2
-8
/
+0
2012-10-01
Btrfs: fix corrupted metadata in the snapshot
Miao Xie
3
-18
/
+32
2012-10-01
btrfs: polish names of kmem caches
David Sterba
4
-9
/
+9
2012-10-01
Btrfs: fix our overcommit math
Josef Bacik
1
-29
/
+42
2012-10-01
Btrfs: wait on async pages when shrinking delalloc
Josef Bacik
1
-0
/
+7
2012-10-01
Btrfs: use flag EXTENT_DEFRAG for snapshot-aware defrag
Liu Bo
5
-14
/
+28
2012-10-01
Btrfs: check return value of ulist_alloc() properly
Tsutomu Itoh
1
-0
/
+8
2012-10-01
Btrfs: fix error handling in delete_block_group_cache()
Tsutomu Itoh
1
-2
/
+2
2012-10-01
Btrfs: fix wrong size for the reservation when doing, file pre-allocation.
Miao Xie
1
-2
/
+2
2012-10-01
Btrfs: output more information when aborting a unused transaction handle
Miao Xie
1
-1
/
+7
2012-10-01
Btrfs: fix unprotected ->log_batch
Miao Xie
4
-11
/
+9
2012-10-01
Btrfs: fix wrong size for the reservation of the, snapshot creation
Miao Xie
2
-4
/
+4
2012-10-01
Btrfs: fix the snapshot that should not exist
Miao Xie
1
-15
/
+53
2012-10-01
Btrfs: add a new "type" field into the block reservation structure
Miao Xie
8
-22
/
+39
2012-10-01
Btrfs: use a slab for ordered extents allocation
Miao Xie
3
-3
/
+31
2012-10-01
Btrfs: fix file extent discount problem in the, snapshot
Miao Xie
2
-44
/
+25
2012-10-01
Btrfs: fix full backref problem when inserting shared block reference
Miao Xie
1
-0
/
+4
2012-10-01
Btrfs: fix error path in create_pending_snapshot()
Miao Xie
1
-23
/
+17
2012-10-01
Btrfs: fix possible memory leak in scrub_setup_recheck_block()
Wei Yongjun
1
-0
/
+1
2012-10-01
Btrfs: btrfs_drop_extent_cache should never fail
Josef Bacik
2
-6
/
+11
2012-10-01
Btrfs: do not take cleanup_work_sem in btrfs_run_delayed_iputs()
Sage Weil
1
-2
/
+0
2012-10-01
Btrfs: set journal_info in async trans commit worker
Sage Weil
1
-0
/
+2
2012-10-01
Btrfs: pass lockdep rwsem metadata to async commit transaction
Sage Weil
1
-0
/
+16
2012-10-01
Btrfs: add hole punching
Josef Bacik
5
-13
/
+355
2012-10-01
Btrfs: remove unused hint byte argument for btrfs_drop_extents
Josef Bacik
5
-30
/
+14
2012-10-01
Btrfs: check if an inode has no checksum when logging it
Liu Bo
1
-11
/
+12
2012-10-01
Btrfs: fix a bug in checking whether a inode is already in log
Liu Bo
4
-8
/
+10
2012-10-01
Btrfs: fix wrong orphan count of the fs/file tree
Miao Xie
1
-1
/
+1
2012-10-01
Btrfs: improve fsync by filtering extents that we want
Liu Bo
4
-3
/
+26
2012-10-01
Btrfs: do not needlessly restart the transaction for enospc
Josef Bacik
3
-36
/
+20
2012-10-01
Btrfs: cleanup extents after we finish logging inode
Liu Bo
1
-0
/
+6
2012-10-01
Btrfs: only warn if we hit an error when doing the tree logging
Josef Bacik
1
-1
/
+1
2012-10-01
Btrfs: turbo charge fsync
Josef Bacik
8
-42
/
+416
2012-10-01
Btrfs: fix possible corruption when fsyncing written prealloced extents
Josef Bacik
1
-0
/
+12
[next]