index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-01
Btrfs: use wait_event()
Li Zefan
1
-52
/
+7
2011-08-01
Btrfs: check the nodatasum flag when writing compressed files
Li Zefan
1
-4
/
+10
2011-08-01
Btrfs: copy string correctly in INO_LOOKUP ioctl
Li Zefan
1
-2
/
+1
2011-08-01
Btrfs: don't print the leaf if we had an error
Josef Bacik
1
-1
/
+3
2011-08-01
btrfs: make btrfs_set_root_node void
Mark Fasheh
2
-5
/
+4
2011-08-01
Btrfs: fix oops while writing data to SSD partitions
liubo
1
-1
/
+3
2011-08-01
Btrfs: Protect the readonly flag of block group
WuBo
1
-3
/
+7
2011-08-01
btrfs: Make extent-io callbacks that never fail return void
Jeff Mahoney
3
-62
/
+34
2011-08-01
Btrfs: fix readahead in file defrag
Li Zefan
2
-16
/
+8
2011-08-01
Btrfs: return error to caller when btrfs_unlink() failes
Tsutomu Itoh
2
-4
/
+9
2011-08-01
Btrfs:don't check the return value of __btrfs_add_inode_defrag
Wanlong Gao
1
-6
/
+5
2011-08-01
Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mf...
Chris Mason
6
-29
/
+78
2011-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
9
-376
/
+370
2011-08-01
CIFS: Cleanup demupltiplex thread exiting code
Pavel Shilovsky
1
-77
/
+96
2011-08-01
CIFS: Move mid search to a separate function
Pavel Shilovsky
1
-65
/
+61
2011-08-01
CIFS: Move RFC1002 check to a separate function
Pavel Shilovsky
1
-49
/
+67
2011-08-01
CIFS: Simplify socket reading in demultiplex thread
Pavel Shilovsky
1
-83
/
+71
2011-08-01
ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_info
Theodore Ts'o
3
-13
/
+15
2011-08-01
ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree()
Theodore Ts'o
2
-18
/
+39
2011-08-01
CIFS: Move buffer allocation to a separate function
Pavel Shilovsky
1
-37
/
+55
2011-08-01
ext4: use the correct error exit path in ext4_init_inode_table()
Yongqiang Yang
1
-1
/
+1
2011-08-01
xfs: Fix build breakage in xfs_iops.c when CONFIG_FS_POSIX_ACL is not set
Markus Trippelsdorf
1
-1
/
+4
2011-08-01
VFS: Reorganise shrink_dcache_for_umount_subtree() after demise of dcache_lock
David Howells
1
-17
/
+5
2011-08-01
VFS: Remove dentry->d_lock locking from shrink_dcache_for_umount_subtree()
David Howells
1
-24
/
+24
2011-08-01
VFS: Remove detached-dentry counter from shrink_dcache_for_umount_subtree()
David Howells
1
-3
/
+0
2011-08-01
switch posix_acl_chmod() to umode_t
Al Viro
1
-2
/
+2
2011-08-01
switch posix_acl_from_mode() to umode_t
Al Viro
1
-1
/
+1
2011-08-01
switch posix_acl_equiv_mode() to umode_t *
Al Viro
13
-31
/
+14
2011-08-01
switch posix_acl_create() to umode_t *
Al Viro
20
-50
/
+32
2011-08-01
block: initialise bd_super in bdget()
Lachlan McIlroy
1
-0
/
+1
2011-08-01
vfs: avoid call to inode_lru_list_del() if possible
Eric Dumazet
1
-1
/
+2
2011-08-01
vfs: avoid taking inode_hash_lock on pipes and sockets
Eric Dumazet
1
-3
/
+3
2011-08-01
vfs: conditionally call inode_wb_list_del()
Eric Dumazet
1
-1
/
+3
2011-08-01
VFS: Fix automount for negative autofs dentries
David Howells
1
-9
/
+15
2011-08-01
Btrfs: load the key from the dir item in readdir into a fake dentry
Josef Bacik
1
-2
/
+45
2011-07-31
NFS: Re-enable compilation of nfs with !CONFIG_NFS_V4 || !CONFIG_NFS_V4_1
Trond Myklebust
1
-1
/
+1
2011-07-31
cifs: remove unneeded variable initialization in cifs_reconnect_tcon
Jeff Layton
1
-1
/
+1
2011-07-31
cifs: simplify refcounting for oplock breaks
Jeff Layton
5
-58
/
+4
2011-07-31
cifs: fix compiler warning in CIFSSMBQAllEAs
Jeff Layton
1
-5
/
+1
2011-07-31
cifs: fix name parsing in CIFSSMBQAllEAs
Jeff Layton
1
-1
/
+7
2011-07-31
cifs: don't start signing too early
Jeff Layton
1
-2
/
+14
2011-07-31
cifs: trivial: goto out here is unnecessary
Jeff Layton
1
-6
/
+0
2011-07-31
cifs: advertise the right receive buffer size to the server
Jeff Layton
1
-1
/
+2
2011-07-31
Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
16
-87
/
+3090
2011-07-31
pnfsblock: write_pagelist handle zero invalid extents
Peng Tao
1
-42
/
+233
2011-07-31
pnfsblock: note written INVAL areas for layoutcommit
Fred Isaman
3
-0
/
+129
2011-07-31
pnfsblock: bl_write_pagelist
Fred Isaman
1
-3
/
+126
2011-07-31
pnfsblock: bl_read_pagelist
Fred Isaman
1
-0
/
+265
2011-07-31
pnfsblock: cleanup_layoutcommit
Fred Isaman
3
-0
/
+217
2011-07-31
pnfsblock: encode_layoutcommit
Fred Isaman
3
-44
/
+146
[prev]
[next]