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-12-16
Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
38
-452
/
+2510
2009-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
Linus Torvalds
3
-12
/
+24
2009-12-16
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
3
-3
/
+4
2009-12-16
qnx4: use hweight8
Akinobu Mita
1
-16
/
+1
2009-12-16
qnx4fs: remove remains of the (defunct) write support
Anders Larsen
2
-28
/
+1
2009-12-16
direct-io: cleanup blockdev_direct_IO locking
Christoph Hellwig
3
-120
/
+63
2009-12-16
dio: don't zero out the pages array inside struct dio
Jeff Moyer
1
-13
/
+25
2009-12-16
aio: remove unused field
Shaohua Li
1
-38
/
+2
2009-12-16
FS-Cache: Avoid maybe-used-uninitialised warning on variable
David Howells
1
-1
/
+1
2009-12-16
elf: kill USE_ELF_CORE_DUMP
Christoph Hellwig
3
-14
/
+9
2009-12-16
fatfs: use common time_to_tm in fat_time_unix2fat()
Zhaolei
1
-42
/
+15
2009-12-16
hpfs: use bitmap_weight()
Akinobu Mita
1
-6
/
+8
2009-12-16
hpfs: use hweight32
Akinobu Mita
1
-5
/
+2
2009-12-16
reiserfs: don't compile procfs.o at all if no support
Alexey Dobriyan
2
-27
/
+5
2009-12-16
reiserfs: remove /proc/fs/reiserfs/version
Alexey Dobriyan
2
-43
/
+0
2009-12-16
ufs: NFS support
Alexey Dobriyan
1
-0
/
+52
2009-12-16
ufs: pass qstr instead of dentry where necessary for NFS
Alexey Dobriyan
3
-11
/
+11
2009-12-16
ext2: report metadata errors during fsync
Jan Kara
3
-3
/
+21
2009-12-16
ext2: avoid WARN() messages when failing to write to the superblock
Theodore Ts'o
1
-0
/
+22
2009-12-16
autofs4: always use lookup for lookup
Ian Kent
4
-158
/
+330
2009-12-16
autofs4: rename dentry to expiring in autofs4_lookup_expiring()
Ian Kent
1
-12
/
+12
2009-12-16
autofs4: rename dentry to active in autofs4_lookup_active()
Ian Kent
1
-12
/
+12
2009-12-16
autofs4: eliminate d_unhashed in path walk checks
Ian Kent
1
-4
/
+3
2009-12-16
autofs4: cleanup active and expire lookup
Ian Kent
1
-6
/
+10
2009-12-16
autofs4: renamer unhashed to active in autofs4_lookup()
Ian Kent
1
-10
/
+10
2009-12-16
autofs4: use autofs_info for pending flag
Ian Kent
3
-28
/
+35
2009-12-16
autofs4: use helper function for need mount check
Ian Kent
1
-2
/
+10
2009-12-16
autofs4: use helper functions for expiring list
Ian Kent
2
-12
/
+29
2009-12-16
autofs4: use helper functions for active list handling
Ian Kent
3
-11
/
+38
2009-12-16
proc: rename de_get() to pde_get() and inline it
Alexey Dobriyan
3
-39
/
+23
2009-12-16
jffs2: Fix long-standing bug with symlink garbage collection.
David Woodhouse
1
-1
/
+2
2009-12-15
nfsd: remove pointless paths in file headers
J. Bruce Fields
27
-61
/
+2
2009-12-15
nfsd: move most of nfsfh.h to fs/nfsd
J. Bruce Fields
5
-0
/
+213
2009-12-15
nfsd: make V4ROOT exports read-only
J. Bruce Fields
1
-4
/
+11
2009-12-15
nfsd: restrict filehandles accepted in V4ROOT case
Steve Dickson
3
-6
/
+39
2009-12-15
nfsd: allow exports of symlinks
J. Bruce Fields
1
-2
/
+4
2009-12-15
nfsd: filter readdir results in V4ROOT case
J. Bruce Fields
3
-4
/
+9
2009-12-15
nfsd: filter lookup results in V4ROOT case
J. Bruce Fields
1
-1
/
+14
2009-12-15
nfsd4: don't continue "under" mounts in V4ROOT case
J. Bruce Fields
1
-2
/
+10
2009-12-15
nfsd: introduce export flag for v4 pseudoroot
Steve Dickson
1
-0
/
+1
2009-12-15
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
70
-2836
/
+2369
2009-12-15
fs/ubifs: use %pUB to print UUIDs
Joe Perches
2
-13
/
+3
2009-12-15
fs/gfs2/sys.c: use %pUB to print UUIDs
Joe Perches
1
-13
/
+3
2009-12-15
fs/xfs/xfs_log_recover.c: use %pU to print UUIDs
Joe Perches
1
-10
/
+4
2009-12-15
tree-wide: convert open calls to remove spaces to skip_spaces() lib function
André Goddard Rosa
2
-7
/
+4
2009-12-15
task_struct: make journal_info conditional
Hiroshi Shimamoto
8
-0
/
+11
2009-12-15
procfs: allow threads to rename siblings via /proc/pid/tasks/tid/comm
john stultz
2
-0
/
+77
2009-12-15
procfs: use proper units for noMMU statm
Steven J. Magnani
1
-2
/
+6
2009-12-15
nommu: fix malloc performance by adding uninitialized flag
Jie Zhang
1
-1
/
+2
2009-12-15
mm hugetlb: add hugepage support to pagemap
Naoya Horiguchi
1
-0
/
+45
[next]