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.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-06
Btrfs: fix lockdep warning
Josef Bacik
1
-1
/
+1
2013-05-06
Btrfs: add all ioctl checks before user change for quota operations
Wang Shilong
1
-5
/
+41
2013-05-06
Btrfs: fix missing check about ulist_add() in qgroup.c
Wang Shilong
1
-18
/
+44
2013-05-06
Btrfs: clear received_uuid field for new writable snapshots
Stefan Behrens
1
-4
/
+8
2013-05-06
Btrfs: don't force pages under writeback to finish when aborting
Josef Bacik
1
-3
/
+2
2013-05-06
Btrfs: remove unused variable in the iterate_extent_inodes()
Wang Shilong
1
-2
/
+0
2013-05-06
Btrfs: return error when we specify wrong start to defrag
Liu Bo
1
-4
/
+7
2013-05-06
Btrfs: fix reada debug code compilation
Vincent
1
-2
/
+3
2013-05-06
Btrfs: cleanup of function where btrfs_extend_item() is called
Tsutomu Itoh
1
-3
/
+2
2013-05-06
Btrfs: remove unused argument of btrfs_extend_item()
Tsutomu Itoh
7
-11
/
+9
2013-05-06
Btrfs: cleanup of function where fixup_low_keys() is called
Tsutomu Itoh
10
-51
/
+38
2013-05-06
Btrfs: remove unused argument of fixup_low_keys()
Tsutomu Itoh
1
-10
/
+8
2013-05-06
Btrfs: fix confusing edquot happening case
Wang Shilong
1
-2
/
+2
2013-05-06
Btrfs: do not continue if out of memory happens
Wang Shilong
1
-2
/
+4
2013-05-06
btrfs: fix minor typo in comment
Nathaniel Yazdani
1
-1
/
+1
2013-05-06
Btrfs: cleanup to remove reduplicate code in transaction.c
Wang Shilong
1
-12
/
+2
2013-05-06
Btrfs: fix unlock after free on rewinded tree blocks
Jan Schmidt
1
-7
/
+11
2013-05-06
Btrfs: fix accessing the root pointer in tree mod log functions
Jan Schmidt
1
-20
/
+20
2013-05-06
Btrfs: fix tree mod log regression on root split operations
Jan Schmidt
1
-26
/
+29
2013-05-06
Btrfs: use a lock to protect incompat/compat flag of the super block
Miao Xie
3
-11
/
+26
2013-05-06
Btrfs: fix unblocked autodefraggers when remount
Miao Xie
1
-3
/
+7
2013-05-06
Btrfs: add a rb_tree to improve performance of ulist search
Wang Shilong
2
-8
/
+56
2013-05-06
Btrfs: allow omitting stream header and end-cmd for btrfs send
Stefan Behrens
1
-10
/
+14
2013-05-06
Btrfs: make __merge_refs() return type be void
Wang Shilong
1
-8
/
+3
2013-05-06
Btrfs: remove some BUG_ONs() when walking backref tree
Wang Shilong
1
-3
/
+7
2013-05-06
Btrfs: use tree_root to avoid edquot when disabling quota
Wang Shilong
1
-2
/
+2
2013-05-06
Btrfs: fix a warning when updating qgroup limit
Wang Shilong
1
-5
/
+5
2013-05-06
Btrfs: fix missing check in the btrfs_qgroup_inherit()
Wang Shilong
1
-0
/
+15
2013-05-06
Btrfs: fix missing check before creating a qgroup relation
Wang Shilong
1
-0
/
+8
2013-05-06
Btrfs: remove some unnecessary spin_lock usages
Wang Shilong
1
-21
/
+6
2013-05-06
Btrfs: introduce a mutex lock for btrfs quota operations
Wang Shilong
3
-25
/
+61
2013-05-06
Btrfs: creating the subvolume qgroup automatically when enabling quota
Wang Shilong
2
-0
/
+57
2013-05-06
btrfs: abort unlink trans in missed error case
Zach Brown
1
-0
/
+2
2013-05-06
btrfs: ignore device open failures in __btrfs_open_devices
Eric Sandeen
1
-3
/
+3
2013-05-06
Btrfs: improve the performance of the csums lookup
Miao Xie
5
-31
/
+111
2013-05-06
Btrfs: fix bad extent logging
Josef Bacik
10
-324
/
+40
2013-05-06
Btrfs: log ram bytes properly
Josef Bacik
4
-5
/
+22
2013-05-06
Btrfs: don't wait on ordered extents if we have a trans open
Josef Bacik
1
-1
/
+2
2013-05-06
Btrfs: fix error handling in make/read block group
Josef Bacik
1
-8
/
+33
2013-05-06
Btrfs: fix double free in the iterate_extent_inodes()
Wang Shilong
1
-2
/
+0
2013-05-06
Btrfs: kill some BUG_ONs() in the find_parent_nodes()
Wang Shilong
1
-2
/
+4
2013-05-06
Btrfs: compare relevant parts of delayed tree refs
Josef Bacik
1
-10
/
+14
2013-05-06
Btrfs: fix infinite loop when we abort on mount
Josef Bacik
2
-3
/
+6
2013-05-06
Btrfs: fix a warning when disabling quota
Wang Shilong
1
-2
/
+0
2013-05-06
Btrfs: pass NULL instead of 0
Liu Bo
1
-1
/
+1
2013-05-06
btrfs: make subvol creation/deletion killable in the early stages
David Sterba
1
-2
/
+6
2013-05-06
btrfs: cover more error codes in btrfs_decode_error
David Sterba
1
-0
/
+6
2013-05-06
btrfs: make orphan cleanup less verbose
David Sterba
1
-2
/
+2
2013-05-06
btrfs: deprecate subvolrootid mount option
David Sterba
1
-13
/
+4
2013-05-06
Btrfs: Include the device in most error printk()s
Simon Kirby
8
-109
/
+133
[prev]
[next]