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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-13
xfs: Add xfs_log_rlimit.c
Jie Liu
3
-1
/
+152
2013-08-13
xfs: Refactor xfs_ticket_alloc() to extract a new helper
Jie Liu
2
-22
/
+42
2013-08-13
xfs: Get rid of all XFS_XXX_LOG_RES() macro
Jie Liu
1
-36
/
+0
2013-08-13
xfs: refactor xfs_trans_reserve() interface
Jie Liu
21
-197
/
+150
2013-08-13
xfs: Make writeid transaction use tr_writeid
Jie Liu
1
-1
/
+1
2013-08-13
xfs: Introduce tr_fsyncts to m_reservation
Jie Liu
2
-1
/
+3
2013-08-13
xfs: Introduce a new structure to hold transaction reservation items
Jie Liu
4
-87
/
+163
2013-08-13
xfs: make struct xfs_perag kernel only
Dave Chinner
4
-53
/
+54
2013-08-13
xfs: move kernel specific type definitions to xfs.h
Dave Chinner
2
-36
/
+32
2013-08-13
xfs: xfs_filestreams.h doesn't need __KERNEL__
Dave Chinner
1
-4
/
+0
2013-08-13
xfs: remove __KERNEL__ check from xfs_dir2_leaf.c
Dave Chinner
1
-4
/
+0
2013-08-13
xfs: remove __KERNEL__ from debug code
Dave Chinner
3
-4
/
+4
2013-08-13
xfs: kill __KERNEL__ check for debug code in allocation code
Dave Chinner
1
-3
/
+3
2013-08-13
xfs: don't special case shared superblock mounts
Dave Chinner
1
-7
/
+0
2013-08-13
xfs: consolidate extent swap code
Dave Chinner
9
-517
/
+436
2013-08-13
xfs: consolidate xfs_utils.c
Dave Chinner
18
-358
/
+285
2013-08-13
xfs: consolidate xfs_rename.c
Dave Chinner
3
-349
/
+307
2013-08-13
xfs: kill xfs_vnodeops.[ch]
Dave Chinner
29
-1991
/
+1931
2013-08-13
xfs: fix issues that cause userspace warnings
Dave Chinner
6
-13
/
+12
2013-08-13
xfs: minor cleanups
Dave Chinner
4
-14
/
+4
2013-08-13
xfs: create xfs_bmap_util.[ch]
Dave Chinner
20
-853
/
+957
2013-08-13
xfs: introduce xfs_sb.c for sharing with libxfs
Dave Chinner
5
-797
/
+863
2013-08-13
xfs: split out the remote symlink handling
Dave Chinner
5
-214
/
+244
2013-08-13
xfs: split out attribute fork truncation code into separate file
Dave Chinner
4
-423
/
+455
2013-08-13
xfs: split out attribute listing code into separate file
Dave Chinner
5
-616
/
+658
2013-08-13
xfs: reshuffle dir2 definitions around for userspace
Dave Chinner
22
-64
/
+83
2013-08-13
xfs: move getdents code into it's own file
Dave Chinner
7
-616
/
+649
2013-08-13
xfs: introduce xfs_inode_buf.c for inode buffer operations
Dave Chinner
5
-454
/
+514
2013-08-13
xfs: move unrelated definitions out of xfs_inode.h
Dave Chinner
4
-38
/
+16
2013-08-13
xfs: move inode fork definitions to a new header file
Dave Chinner
5
-2007
/
+2096
2013-08-13
xfs: split out transaction reservation code
Dave Chinner
10
-772
/
+851
2013-08-13
xfs: sync minor header differences needed by userspace.
Dave Chinner
13
-8
/
+42
2013-08-13
xfs: introduce xfs_quota_defs.h
Dave Chinner
2
-131
/
+160
2013-08-13
xfs: introduce xfs_rtalloc_defs.h
Dave Chinner
4
-52
/
+54
2013-08-13
xfs: split out on-disk transaction definitions
Dave Chinner
3
-207
/
+208
2013-08-13
xfs: separate icreate log format definitions from xfs_icreate_item.h
Dave Chinner
2
-18
/
+18
2013-08-13
xfs: separate dquot on disk format definitions out of xfs_quota.h
Dave Chinner
29
-137
/
+175
2013-08-13
xfs: split out EFI/EFD log item format definition
Dave Chinner
2
-86
/
+85
2013-08-13
xfs: split out buf log item format definitions
Dave Chinner
2
-97
/
+100
2013-08-13
xfs: split out inode log item format definition
Dave Chinner
7
-183
/
+200
2013-08-13
xfs: separate out log format definitions
Dave Chinner
4
-208
/
+207
2013-07-30
xfs: WQ_NON_REENTRANT is meaningless and going away
Tejun Heo
1
-3
/
+3
2013-07-24
xfs: di_flushiter considered harmful
Dave Chinner
3
-11
/
+36
2013-07-22
xfs: Start using pquotaino from the superblock.
Chandra Seetharaman
5
-43
/
+158
2013-07-22
xfs: Initialize all quota inodes to be NULLFSINO
Chandra Seetharaman
1
-0
/
+18
2013-07-22
xfs: Fix a deadlock in xfs_log_commit_cil() code path
Chandra Seetharaman
1
-1
/
+1
2013-07-22
xfs: fix assertion failure in xfs_vm_write_failed()
Jie Liu
1
-1
/
+14
2013-07-15
Linux 3.11-rc1
v3.11-rc1
Linus Torvalds
2
-1604
/
+883
2013-07-15
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
8
-69
/
+121
2013-07-15
slub: Check for page NULL before doing the node_match check
Steven Rostedt
1
-1
/
+1
[next]