index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...
Linus Torvalds
2011-10-28
22
-431
/
+440
|
\
|
*
leases: fix write-open/read-lease race
J. Bruce Fields
2011-10-28
2
-4
/
+5
|
*
nfs: drop unnecessary locking in llseek
Andi Kleen
2011-10-28
1
-9
/
+2
|
*
ext4: replace cut'n'pasted llseek code with generic_file_llseek_size
Andi Kleen
2011-10-28
1
-46
/
+1
|
*
vfs: add generic_file_llseek_size
Andi Kleen
2011-10-28
2
-9
/
+30
|
*
vfs: do (nearly) lockless generic_file_llseek
Andi Kleen
2011-10-28
6
-53
/
+54
|
*
direct-io: merge direct_io_walker into __blockdev_direct_IO
Andi Kleen
2011-10-28
1
-139
/
+132
|
*
direct-io: inline the complete submission path
Andi Kleen
2011-10-28
1
-15
/
+21
|
*
direct-io: separate map_bh from dio
Andi Kleen
2011-10-28
1
-29
/
+37
|
*
direct-io: use a slab cache for struct dio
Andi Kleen
2011-10-28
1
-5
/
+14
|
*
direct-io: rearrange fields in dio/dio_submit to avoid holes
Andi Kleen
2011-10-28
1
-7
/
+6
|
*
direct-io: fix a wrong comment
Andi Kleen
2011-10-28
1
-1
/
+1
|
*
direct-io: separate fields only used in the submission path from struct dio
Andi Kleen
2011-10-28
1
-188
/
+201
|
*
vfs: fix spinning prevention in prune_icache_sb
Christoph Hellwig
2011-10-28
1
-1
/
+1
|
*
vfs: add a comment to inode_permission()
Andreas Gruenbacher
2011-10-28
1
-2
/
+4
|
*
vfs: pass all mask flags check_acl and posix_acl_permission
Andreas Gruenbacher
2011-10-28
2
-2
/
+2
|
*
vfs: add hex format for MAY_* flag values
Aneesh Kumar K.V
2011-10-28
1
-8
/
+9
|
*
vfs: indicate that the permission functions take all the MAY_* flags
Andreas Gruenbacher
2011-10-28
1
-2
/
+2
|
*
compat: sync compat_stats with statfs.
Eric W. Biederman
2011-10-28
7
-11
/
+14
|
*
vfs: add "device" tag to /proc/self/mountstats
Bryan Schumaker
2011-10-28
1
-0
/
+1
|
*
cleanup: vfs: small comment fix for block_invalidatepage
Wang Sheng-Hui
2011-10-28
1
-2
/
+2
|
*
vfs: iov_iter: have iov_iter_advance decrement nr_segs appropriately
Jeff Layton
2011-10-28
1
-0
/
+3
*
|
Merge http://sucs.org/~rohan/git/gfs2-3.0-nmw
Linus Torvalds
2011-10-28
19
-1012
/
+666
|
\
\
|
*
|
GFS2: Move readahead of metadata during deallocation into its own function
Steven Whitehouse
2011-10-21
1
-19
/
+26
|
*
|
GFS2: Remove two unused variables
Steven Whitehouse
2011-10-21
3
-20
/
+4
|
*
|
GFS2: Misc fixes
Steven Whitehouse
2011-10-21
3
-8
/
+8
|
*
|
GFS2: rewrite fallocate code to write blocks directly
Benjamin Marzinski
2011-10-21
3
-147
/
+39
|
*
|
GFS2: speed up delete/unlink performance for large files
Bob Peterson
2011-10-21
1
-3
/
+23
|
*
|
GFS2: Fix off-by-one in gfs2_blk2rgrpd
Steven Whitehouse
2011-10-21
1
-5
/
+4
|
*
|
GFS2: Clean up ->page_mkwrite
Steven Whitehouse
2011-10-21
1
-18
/
+46
|
*
|
GFS2: Correctly set goal block after allocation
Steven Whitehouse
2011-10-21
1
-1
/
+1
|
*
|
GFS2: Fix AIL flush issue during fsync
Steven Whitehouse
2011-10-21
4
-24
/
+20
|
*
|
GFS2: Use cached rgrp in gfs2_rlist_add()
Steven Whitehouse
2011-10-21
5
-11
/
+15
|
*
|
GFS2: Call do_strip() directly from recursive_scan()
Steven Whitehouse
2011-10-21
1
-78
/
+71
|
*
|
GFS2: Remove obsolete assert
Steven Whitehouse
2011-10-21
1
-7
/
+0
|
*
|
GFS2: Cache the most recently used resource group in the inode
Steven Whitehouse
2011-10-21
9
-45
/
+44
|
*
|
GFS2: Make resource groups "append only" during life of fs
Steven Whitehouse
2011-10-21
9
-174
/
+95
|
*
|
GFS2: Use rbtree for resource groups and clean up bitmap buffer ref count scheme
Bob Peterson
2011-10-21
8
-345
/
+148
|
*
|
GFS2: Fix lseek after SEEK_DATA, SEEK_HOLE have been added
Steven Whitehouse
2011-10-21
1
-2
/
+11
|
*
|
GFS2: Clean up gfs2_create
Steven Whitehouse
2011-10-21
1
-22
/
+14
|
*
|
GFS2: Use ->dirty_inode()
Steven Whitehouse
2011-10-21
9
-97
/
+85
|
*
|
GFS2: Fix bug trap and journaled data fsync
Steven Whitehouse
2011-10-21
2
-4
/
+6
|
*
|
GFS2: Fix inode allocation error path
Steven Whitehouse
2011-10-21
3
-5
/
+14
|
*
|
GFS2: Make atime checks more efficient
Steven Whitehouse
2011-10-21
1
-8
/
+8
|
*
|
GFS2: Fix bug-trap in ail flush code
Steven Whitehouse
2011-10-21
1
-4
/
+19
|
*
|
GFS2: Split data write & wait in fsync
Steven Whitehouse
2011-10-21
1
-10
/
+24
|
*
|
GFS2: Clean up dir hash table reading
Steven Whitehouse
2011-10-21
1
-23
/
+9
*
|
|
Merge branch '3.2-without-smb2' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2011-10-28
23
-1017
/
+2249
|
\
\
\
|
*
|
|
Fix build break when freezer not configured
Steve French
2011-10-27
1
-0
/
+3
|
*
|
|
Add definition for share encryption
Steve French
2011-10-27
1
-7
/
+37
[next]