index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-03-06
vfs: take f_lock on modifying f_mode after open time
Wu Fengguang
2
-0
/
+4
2010-03-06
mm/migrate.c: kill anon local variable from migrate_page_copy
KOSAKI Motohiro
1
-4
/
+0
2010-03-06
mm/mempolicy.c: fix indentation of the comments of do_migrate_pages
KOSAKI Motohiro
1
-30
/
+30
2010-03-06
memory-hotplug: create /sys/firmware/memmap entry for new memory
akpm@linux-foundation.org
3
-24
/
+43
2010-03-06
mm: fix mbind vma merge problem
KOSAKI Motohiro
1
-13
/
+39
2010-03-06
mm: restore zone->all_unreclaimable to independence word
KOSAKI Motohiro
4
-23
/
+14
2010-03-06
mm: remove free_hot_page()
Li Hong
3
-9
/
+5
2010-03-06
mm/page_alloc.c: adjust a call site to trace_mm_page_free_direct
Li Hong
1
-1
/
+1
2010-03-06
mm/page_alloc.c: remove duplicate call to trace_mm_page_free_direct
Li Hong
1
-1
/
+1
2010-03-06
mm, lockdep: annotate reclaim context to zone reclaim too
KOSAKI Motohiro
1
-0
/
+2
2010-03-06
vmscan: get_scan_ratio() cleanup
KOSAKI Motohiro
1
-9
/
+14
2010-03-06
vmscan: check high watermark after shrink zone
Minchan Kim
1
-10
/
+12
2010-03-06
mm: use rlimit helpers
Jiri Slaby
4
-14
/
+15
2010-03-06
mm: mlock_vma_pages_range() only return success or failure
KOSAKI Motohiro
1
-2
/
+2
2010-03-06
mm: mlock_vma_pages_range() never return negative value
KOSAKI Motohiro
1
-9
/
+2
2010-03-06
mm: count swap usage
KAMEZAWA Hiroyuki
6
-7
/
+23
2010-03-06
mm: avoid false sharing of mm_counter
KAMEZAWA Hiroyuki
7
-15
/
+107
2010-03-06
mm: clean up mm_counter
KAMEZAWA Hiroyuki
12
-101
/
+174
2010-03-06
infiniband: use for_each_set_bit()
Akinobu Mita
1
-16
/
+5
2010-03-06
bitops: rename for_each_bit() to for_each_set_bit()
Akinobu Mita
18
-24
/
+26
2010-03-06
timbgpio: fix build
David Miller
1
-0
/
+1
2010-03-06
Fix a dumb typo - use of & instead of &&
Al Viro
1
-1
/
+1
2010-03-05
fs/9p: Add hardlink support to .u extension
Aneesh Kumar K.V
1
-1
/
+18
2010-03-05
9P2010.L handshake: .L protocol negotiation
Sripathi Kodi
1
-3
/
+22
2010-03-05
9P2010.L handshake: Remove "dotu" variable
Sripathi Kodi
6
-65
/
+87
2010-03-05
9P2010.L handshake: Add mount option
Sripathi Kodi
2
-0
/
+43
2010-03-05
9P2010.L handshake: Add VFS flags
Sripathi Kodi
5
-28
/
+36
2010-03-05
net/9p: Handle mount errors correctly.
Aneesh Kumar K.V
1
-1
/
+3
2010-03-05
net/9p: Remove MAX_9P_CHAN limit
Aneesh Kumar K.V
2
-46
/
+27
2010-03-05
net/9p: Add multi channel support.
Aneesh Kumar K.V
2
-7
/
+9
2010-03-05
NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mapping
Trond Myklebust
4
-43
/
+3
2010-03-05
NFS: Clean up nfs_sync_mapping
Trond Myklebust
1
-9
/
+5
2010-03-05
NFS: Simplify nfs_wb_page()
Trond Myklebust
2
-98
/
+23
2010-03-05
NFS: Replace __nfs_write_mapping with sync_inode()
Trond Myklebust
3
-49
/
+10
2010-03-05
NFS: Simplify nfs_wb_page_cancel()
Trond Myklebust
2
-40
/
+1
2010-03-05
NFS: Ensure inode is always marked I_DIRTY_DATASYNC, if it has unstable pages
Trond Myklebust
1
-0
/
+2
2010-03-05
NFS: Run COMMIT as an asynchronous RPC call when wbc->for_background is set
Trond Myklebust
1
-1
/
+1
2010-03-05
NFS: Reduce the number of unnecessary COMMIT calls
Trond Myklebust
1
-4
/
+22
2010-03-05
NFS: Add a count of the number of unstable writes carried by an inode
Trond Myklebust
3
-4
/
+12
2010-03-05
NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.c
Trond Myklebust
3
-20
/
+23
2010-03-05
x86: fix mtrr missing kernel-doc
Randy Dunlap
1
-0
/
+1
2010-03-05
pass writeback_control to ->write_inode
Christoph Hellwig
45
-72
/
+115
2010-03-05
make sure data is on disk before calling ->write_inode
Christoph Hellwig
6
-38
/
+11
2010-03-05
Squashfs: get rid of obsolete definition in header file
Phillip Lougher
1
-2
/
+0
2010-03-05
Squashfs: get rid of obsolete variable in struct squashfs_sb_info
Phillip Lougher
1
-1
/
+0
2010-03-05
Switch !O_CREAT case to use of do_last()
Al Viro
1
-61
/
+66
2010-03-05
Get rid of symlink body copying
Al Viro
1
-31
/
+24
2010-03-05
Finish pulling of -ESTALE handling to upper level in do_filp_open()
Al Viro
1
-1
/
+3
2010-03-05
Turn do_link spaghetty into a normal loop
Al Viro
1
-45
/
+38
2010-03-05
Unify exits in O_CREAT handling
Al Viro
1
-17
/
+13
[next]