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
2009-02-22
ext4: return -EIO not -ESTALE on directory traversal through deleted inode
Bryan Donlan
1
-2
/
+10
2009-03-12
ext4: New inode/block allocation algorithms for flex_bg filesystems
Theodore Ts'o
6
-58
/
+216
2009-02-15
ext4: tighten restrictions on inode flags
Duane Griffin
3
-11
/
+23
2009-02-15
ext4: don't inherit inappropriate inode flags from parent
Duane Griffin
2
-1
/
+8
2009-02-15
ext4: allocate ->s_blockgroup_lock separately
Pekka Enberg
2
-3
/
+11
2009-02-14
ext4: New rec_len encoding for very large blocksizes
Wei Yongjun
3
-69
/
+98
2009-02-14
ext4: Use unsigned int for blocksize in dx_make_map() and dx_pack_dirents()
Theodore Ts'o
1
-8
/
+8
2009-02-06
ext4: remove call to ext4_group_desc() in ext4_group_used_meta_blocks()
Theodore Ts'o
1
-6
/
+3
2009-02-06
ext4: Remove stale block allocator references from ext4.h
Mike Snitzer
4
-18
/
+0
2009-03-28
fix setuid sometimes wouldn't
Hugh Dickins
1
-34
/
+16
2009-03-28
fix setuid sometimes doesn't
Hugh Dickins
3
-9
/
+5
2009-03-28
compat_do_execve should unshare_files
Hugh Dickins
1
-1
/
+11
2009-03-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
68
-446
/
+386
2009-03-27
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
56
-654
/
+815
2009-03-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...
Linus Torvalds
6
-112
/
+175
2009-03-27
fs: avoid I_NEW inodes
Nick Piggin
4
-11
/
+19
2009-03-27
Merge code for single and multiple-instance mounts
Sukadev Bhattiprolu
1
-73
/
+40
2009-03-27
Remove get_init_pts_sb()
Sukadev Bhattiprolu
1
-19
/
+6
2009-03-27
Move common mknod_ptmx() calls into caller
Sukadev Bhattiprolu
1
-19
/
+17
2009-03-27
Parse mount options just once and copy them to super block
Sukadev Bhattiprolu
1
-78
/
+22
2009-03-27
Unroll essentials of do_remount_sb() into devpts
Sukadev Bhattiprolu
1
-1
/
+6
2009-03-27
vfs: simple_set_mnt() should return void
Sukadev Bhattiprolu
8
-12
/
+20
2009-03-27
fs: move bdev code out of buffer.c
Nick Piggin
2
-145
/
+146
2009-03-27
constify dentry_operations: rest
Al Viro
3
-3
/
+3
2009-03-27
constify dentry_operations: configfs
Al Viro
1
-1
/
+1
2009-03-27
constify dentry_operations: sysfs
Al Viro
1
-1
/
+1
2009-03-27
constify dentry_operations: JFS
Al Viro
2
-3
/
+3
2009-03-27
constify dentry_operations: OCFS2
Al Viro
2
-2
/
+2
2009-03-27
constify dentry_operations: GFS2
Al Viro
2
-2
/
+2
2009-03-27
constify dentry_operations: FAT
Al Viro
2
-3
/
+3
2009-03-27
constify dentry_operations: FUSE
Al Viro
2
-2
/
+2
2009-03-27
constify dentry_operations: procfs
Al Viro
3
-6
/
+6
2009-03-27
constify dentry_operations: ecryptfs
Al Viro
2
-2
/
+2
2009-03-27
constify dentry_operations: CIFS
Al Viro
2
-4
/
+4
2009-03-27
constify dentry_operations: AFS
Al Viro
1
-1
/
+1
2009-03-27
constify dentry_operations: autofs, autofs4
Al Viro
3
-4
/
+4
2009-03-27
constify dentry_operations: 9p
Al Viro
2
-4
/
+4
2009-03-27
constify dentry_operations: misc filesystems
Al Viro
17
-22
/
+21
2009-03-27
constify dentry_operations: NFS
Al Viro
2
-3
/
+3
2009-03-27
devpts: Must release s_umount on error
Sukadev Bhattiprolu
1
-0
/
+2
2009-03-27
do_pipe cleanup: drop its last user in arch/alpha/
Cheng Renquan
1
-5
/
+0
2009-03-27
ufs: copy symlink data into the correct union member
Duane Griffin
1
-1
/
+1
2009-03-27
ufs: ensure fast symlinks are NUL-terminated
Duane Griffin
1
-2
/
+4
2009-03-27
ufs: don't truncate longer ufs2 fast symlinks
Duane Griffin
2
-22
/
+17
2009-03-27
ufs: validate maximum fast symlink size from superblock
Duane Griffin
1
-0
/
+11
2009-03-27
cleanup may_open
Christoph Hellwig
1
-14
/
+12
2009-03-27
cleanup d_add_ci
Christoph Hellwig
1
-30
/
+18
2009-03-27
generic compat_sys_ustat
Christoph Hellwig
1
-0
/
+28
2009-03-27
affs: fix missing unlocks in affs_remove_link
Christoph Hellwig
1
-2
/
+6
2009-03-26
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
Linus Torvalds
6
-46
/
+39
[next]