index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs/9p: add 9P2000.L unlinkat operation
Aneesh Kumar K.V
2011-07-23
2
-0
/
+3
*
fs/9p: add 9P2000.L renameat operation
Aneesh Kumar K.V
2011-07-23
2
-1
/
+6
*
fs/9p: Clean-up get_protocol_version() to use strcmp
Prem Karat
2011-07-23
2
-4
/
+4
*
net/9p: Remove structure not used in the code
Aneesh Kumar K.V
2011-07-23
1
-178
/
+5
*
9p: clean up packet dump code
Eric Van Hensbergen
2011-07-23
1
-0
/
+6
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2011-07-23
19
-94
/
+245
|
\
|
*
mm/truncate.c: fix build for CONFIG_BLOCK not enabled
Randy Dunlap
2011-07-23
1
-0
/
+4
|
*
fs:update the NOTE of the file_operations structure
Wanlong Gao
2011-07-21
1
-5
/
+0
|
*
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
2011-07-21
3
-6
/
+8
|
*
fs: add SEEK_HOLE and SEEK_DATA flags
Josef Bacik
2011-07-21
1
-1
/
+3
|
*
fs: seq_file - add event counter to simplify poll() support
Kay Sievers
2011-07-21
2
-1
/
+1
|
*
fs: simplify the blockdev_direct_IO prototype
Christoph Hellwig
2011-07-21
1
-5
/
+4
|
*
rw_semaphore: remove up/down_read_non_owner
Christoph Hellwig
2011-07-21
1
-10
/
+0
|
*
fs: kill i_alloc_sem
Christoph Hellwig
2011-07-21
1
-2
/
+9
|
*
anonfd: fix missing declaration
Tomasz Stanislawski
2011-07-21
1
-0
/
+2
|
*
superblock: add filesystem shrinker operations
Dave Chinner
2011-07-21
1
-0
/
+2
|
*
superblock: introduce per-sb cache shrinker infrastructure
Dave Chinner
2011-07-21
3
-39
/
+50
|
*
inode: move to per-sb LRU locks
Dave Chinner
2011-07-20
1
-1
/
+2
|
*
inode: Make unused inode LRU per superblock
Dave Chinner
2011-07-20
1
-0
/
+4
|
*
vmscan: add customisable shrinker batch size
Dave Chinner
2011-07-20
1
-0
/
+1
|
*
vmscan: add shrink_slab tracepoints
Dave Chinner
2011-07-20
1
-0
/
+77
|
*
btrfs: kill magical embedded struct superblock
Al Viro
2011-07-20
1
-0
/
+2
|
*
switch vfs_path_lookup() to struct path
Al Viro
2011-07-20
1
-1
/
+1
|
*
kill lookup_create()
Al Viro
2011-07-20
1
-1
/
+0
|
*
make sure that nsproxy_cache is initialized early enough
Al Viro
2011-07-20
1
-0
/
+1
|
*
new helpers: kern_path_create/user_path_create
Al Viro
2011-07-20
1
-0
/
+2
|
*
kill LOOKUP_CONTINUE
Al Viro
2011-07-20
1
-1
/
+0
|
*
nfs_open_context doesn't need struct path either
Al Viro
2011-07-20
1
-2
/
+2
|
*
kill IPERM_FLAG_RCU
Al Viro
2011-07-20
1
-2
/
+0
|
*
->permission() sanitizing: don't pass flags to exec_permission()
Al Viro
2011-07-20
1
-7
/
+0
|
*
->permission() sanitizing: don't pass flags to ->inode_permission()
Al Viro
2011-07-20
1
-1
/
+1
|
*
->permission() sanitizing: don't pass flags to ->permission()
Al Viro
2011-07-20
3
-3
/
+3
|
*
->permission() sanitizing: don't pass flags to generic_permission()
Al Viro
2011-07-20
1
-1
/
+1
|
*
->permission() sanitizing: don't pass flags to ->check_acl()
Al Viro
2011-07-20
3
-3
/
+3
|
*
->permission() sanitizing: MAY_NOT_BLOCK
Al Viro
2011-07-20
1
-0
/
+1
|
*
kill check_acl callback of generic_permission()
Al Viro
2011-07-20
2
-2
/
+3
|
*
lockless get_write_access/deny_write_access
Al Viro
2011-07-20
2
-3
/
+52
|
*
kill file_permission() completely
Al Viro
2011-07-20
1
-1
/
+0
|
*
consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handling
Al Viro
2011-07-20
1
-0
/
+1
|
*
new helper: iterate_supers_type()
Al Viro
2011-07-20
1
-0
/
+2
|
*
fs: add a DCACHE_NEED_LOOKUP flag for d_flags
Josef Bacik
2011-07-20
1
-0
/
+7
*
|
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2011-07-23
2
-7
/
+18
|
\
\
|
*
|
clocksource: Change __ARCH_HAS_CLOCKSOURCE_DATA to a CONFIG option
H. Peter Anvin
2011-07-21
2
-5
/
+3
|
*
|
ia64: Replace clocksource.fsys_mmio with generic arch data
Andy Lutomirski
2011-07-15
1
-7
/
+0
|
*
|
clocksource: Replace vread with generic arch data
Andy Lutomirski
2011-07-13
2
-2
/
+12
|
*
|
x86-64: Emulate legacy vsyscalls
Andy Lutomirski
2011-06-07
1
-0
/
+10
*
|
|
Merge branch 'x86-numa-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2011-07-23
1
-0
/
+1
|
\
\
\
|
*
|
|
x86, numa: Implement pfn -> nid mapping granularity check
Tejun Heo
2011-07-13
1
-0
/
+1
*
|
|
|
Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2011-07-23
1
-2
/
+12
|
\
\
\
\
|
*
|
|
|
x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
Suresh Siddha
2011-06-28
1
-2
/
+0
[next]