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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-07
[XFS] lose xfs_hex_dump in favor of print_hex_dump
Eric Sandeen
3
-31
/
+8
2008-02-07
[XFS] kill XFS_INOBT_IS_FREE_DISK
Christoph Hellwig
1
-2
/
+0
2008-02-07
[XFS] kill superflous buffer locking
Christoph Hellwig
2
-49
/
+5
2008-02-07
[XFS] Refactor xfs_mountfs
Eric Sandeen
1
-105
/
+162
2008-02-07
[XFS] xlog_rec_header/xlog_rec_ext_header endianess annotations
Christoph Hellwig
4
-133
/
+120
2008-02-07
[XFS] clean up some xfs_log_priv.h macros
Christoph Hellwig
3
-17
/
+16
2008-02-07
[XFS] clean up some xfs_log_priv.h macros
Christoph Hellwig
3
-50
/
+40
2008-02-07
[XFS] kill xfs_freeze.
Christoph Hellwig
3
-16
/
+12
2008-02-07
[XFS] cleanup vnode useage in xfs_iget.c
Christoph Hellwig
4
-98
/
+65
2008-02-07
[XFS] cleanup vnode useage in xfs_ioctl.c
Christoph Hellwig
1
-51
/
+28
2008-02-07
[XFS] Kill off xfs_statvfs.
Christoph Hellwig
4
-69
/
+41
2008-02-07
[XFS] simplify xfs_vn_getattr
Christoph Hellwig
1
-25
/
+53
2008-02-07
[XFS] kill xfs_iocore_t
Christoph Hellwig
13
-211
/
+54
2008-02-07
[XFS] Remove spin.h
Eric Sandeen
11
-45
/
+14
2008-02-07
[XFS] Cleanup lock goop.
Eric Sandeen
3
-20
/
+2
2008-02-07
[XFS] ktrace kt_lock is unused, remove it.
Eric Sandeen
2
-5
/
+0
2008-02-07
[XFS] Unwrap XFS_SB_LOCK.
Eric Sandeen
10
-79
/
+60
2008-02-07
[XFS] Unwrap mru_lock.
Eric Sandeen
1
-17
/
+17
2008-02-07
[XFS] Unwrap xfs_dabuf_global_lock
Eric Sandeen
2
-9
/
+6
2008-02-07
[XFS] Unwrap pagb_lock.
Eric Sandeen
2
-11
/
+8
2008-02-07
[XFS] Unwrap XFS_DQ_PINUNLOCK.
Eric Sandeen
3
-16
/
+7
2008-02-07
[XFS] Unwrap GRANT_LOCK.
Eric Sandeen
3
-50
/
+35
2008-02-07
[XFS] Unwrap LOG_LOCK.
Eric Sandeen
2
-93
/
+72
2008-02-07
[XFS] Unwrap AIL_LOCK
Donald Douwsma
12
-114
/
+81
2008-02-07
[XFS] kill unnessecary ioops indirection
Lachlan McIlroy
12
-249
/
+79
2008-02-07
[XFS] simplify vn_revalidate
Christoph Hellwig
4
-51
/
+37
2008-02-07
[XFS] more vnode/inode tracing fixes
Lachlan McIlroy
2
-5
/
+6
2008-02-07
[XFS] kill BMAPI_UNWRITTEN
Christoph Hellwig
3
-15
/
+5
2008-02-07
[XFS] kill BMAPI_DEVICE
Christoph Hellwig
3
-20
/
+17
2008-02-07
[XFS] clean up vnode/inode tracing
Lachlan McIlroy
14
-95
/
+91
2008-02-07
[XFS] remove dead SYNC_BDFLUSH case in xfs_sync_inodes
Lachlan McIlroy
1
-175
/
+23
2008-02-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
14
-16
/
+16
2008-02-04
Merge branch 'locks' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-61
/
+64
2008-02-04
vm audit: add VM_DONTEXPAND to mmap for drivers that need it
Nick Piggin
1
-4
/
+0
2008-02-04
pid-namespaces-vs-locks-interaction
Vitaliy Gusev
1
-6
/
+23
2008-02-04
file locks: Use wait_event_interruptible_timeout()
Matthew Wilcox
1
-28
/
+4
2008-02-04
locks: clarify posix_locks_deadlock
J. Bruce Fields
1
-30
/
+40
2008-02-03
fs/binfmt_elf.c: spello fix
Ohad Ben-Cohen
1
-1
/
+1
2008-02-03
fs/: Spelling fixes
Joe Perches
9
-11
/
+11
2008-02-03
Spelling fixes: lenght->length
Paulius Zaleckas
2
-2
/
+2
2008-02-03
Typoes: "whith" -> "with"
Robert P. J. Day
1
-1
/
+1
2008-02-03
Fix a small number of "memeber" typoes.
Robert P. J. Day
1
-1
/
+1
2008-02-02
Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
23
-375
/
+466
2008-02-02
NLM: tear down RPC clients in nlm_shutdown_hosts
Jeff Layton
1
-1
/
+6
2008-02-02
nfsd: more careful input validation in nfsctl write methods
J. Bruce Fields
1
-1
/
+4
2008-02-02
lockd: minor log message fix
J. Bruce Fields
1
-1
/
+1
2008-02-02
knfsd: don't bother mapping putrootfh enoent to eperm
J. Bruce Fields
1
-2
/
+0
2008-02-02
svc: Add svc_xprt_names service to replace svc_sock_names
Tom Tucker
1
-1
/
+1
2008-02-02
knfsd: Support adding transports by writing portlist file
Tom Tucker
2
-6
/
+61
2008-02-02
svc: Add svc API that queries for a transport instance
Tom Tucker
1
-14
/
+2
[next]