Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | fat: Add printf attribute to fat_fs_panic() | OGAWA Hirofumi | 2008-11-07 | 1 | -1/+2 | |
| * | | | | | fat: Fix _fat_bmap() race | OGAWA Hirofumi | 2008-11-07 | 1 | -1/+8 | |
| * | | | | | fat: Fix ATTR_RO for directory | OGAWA Hirofumi | 2008-11-07 | 3 | -12/+35 | |
| * | | | | | fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0 | OGAWA Hirofumi | 2008-11-07 | 2 | -5/+35 | |
| * | | | | | fat: Cleanup FAT attribute stuff | OGAWA Hirofumi | 2008-11-07 | 3 | -31/+40 | |
| * | | | | | fat: Cleanup msdos_lookup() | OGAWA Hirofumi | 2008-11-07 | 1 | -17/+21 | |
| * | | | | | fat: Kill d_invalidate() in vfat_lookup() | OGAWA Hirofumi | 2008-11-07 | 1 | -7/+6 | |
| * | | | | | fat: Fix/Cleanup dcache handling for vfat | OGAWA Hirofumi | 2008-11-07 | 1 | -44/+80 | |
| * | | | | | vfat: Fix vfat_find() error path in vfat_lookup() | OGAWA Hirofumi | 2008-11-07 | 1 | -5/+13 | |
| * | | | | | fat: use fat_detach() in fat_clear_inode() | OGAWA Hirofumi | 2008-11-07 | 1 | -6/+1 | |
| * | | | | | fat: Fix fat_ent_update_ptr() for FAT12 | OGAWA Hirofumi | 2008-11-07 | 1 | -4/+14 | |
| * | | | | | fat: improve fat_hash() | OGAWA Hirofumi | 2008-11-07 | 2 | -12/+7 | |
| * | | | | | fat: cleanup fat_parse_long() error handling | Darren Jenkins | 2008-11-07 | 1 | -3/+4 | |
| * | | | | | fat: use generic_file_llseek() for directory | OGAWA Hirofumi | 2008-11-07 | 1 | -0/+1 | |
| * | | | | | fat: Fix and cleanup timestamp conversion | OGAWA Hirofumi | 2008-11-07 | 6 | -72/+130 | |
| * | | | | | fat: split include/msdos_fs.h | OGAWA Hirofumi | 2008-11-07 | 9 | -8/+282 | |
| * | | | | | fat: move fs/vfat/* and fs/msdos/* to fs/fat | OGAWA Hirofumi | 2008-11-07 | 6 | -17/+5 | |
| * | | | | | ext3: wait on all pending commits in ext3_sync_fs | Arthur Jones | 2008-11-07 | 1 | -6/+5 | |
| * | | | | | autofs4: collect version check return | Ian Kent | 2008-11-07 | 1 | -2/+3 | |
| * | | | | | autofs4: correct offset mount expire check | Ian Kent | 2008-11-07 | 1 | -4/+15 | |
| | |/ / / | |/| | | | ||||||
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2008-11-03 | 8 | -30/+86 | |
| |\ \ \ \ | ||||||
| | * | | | | cifs: fix renaming one hardlink on top of another | Jeff Layton | 2008-11-03 | 1 | -1/+3 | |
| | * | | | | [CIFS] fix error in smb_send2 | Steve French | 2008-10-30 | 3 | -4/+7 | |
| | * | | | | [CIFS] Reduce number of socket retries in large write path | Steve French | 2008-10-29 | 5 | -25/+76 | |
| * | | | | | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad... | Linus Torvalds | 2008-11-03 | 1 | -18/+20 | |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| | * | | | | proc: revert /proc/uptime to ->read_proc hook | Alexey Dobriyan | 2008-10-27 | 1 | -18/+20 | |
| * | | | | | saner FASYNC handling on file close | Al Viro | 2008-11-01 | 4 | -7/+4 | |
| * | | | | | Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2008-10-31 | 3 | -0/+3 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| | * | | | | NLM: Set address family before calling nlm_host_rebooted() | Chuck Lever | 2008-10-30 | 2 | -0/+2 | |
| | * | | | | nfsd: fix failure to set eof in readdir in some situations | J. Bruce Fields | 2008-10-30 | 1 | -0/+1 | |
| * | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2008-10-31 | 5 | -63/+46 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | delay capable() check in ext4_has_free_blocks() | Eric Sandeen | 2008-10-28 | 1 | -12/+14 | |
| | * | | | | | merge ext4_claim_free_blocks & ext4_has_free_blocks | Eric Sandeen | 2008-10-28 | 2 | -43/+17 | |
| | * | | | | | jbd2: Call the commit callback before the transaction could get dropped | Theodore Ts'o | 2008-10-29 | 1 | -4/+4 | |
| | * | | | | | ext4: fix a bug accessing freed memory in ext4_abort | Hidehiro Kawai | 2008-10-28 | 1 | -4/+7 | |
| | * | | | | | ext3: fix a bug accessing freed memory in ext3_abort | Hidehiro Kawai | 2008-10-28 | 1 | -3/+7 | |
| | |/ / / / | ||||||
* | | | | | | fs: replace NIPQUAD() | Harvey Harrison | 2008-10-31 | 13 | -43/+39 | |
* | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-10-31 | 7 | -22/+16 | |
|\| | | | | | ||||||
| * | | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2008-10-30 | 1 | -8/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | NFS: Convert nfs_attr_generation_counter into an atomic_long | Trond Myklebust | 2008-10-28 | 1 | -8/+3 | |
| | | |_|/ / | | |/| | | | ||||||
| * | | | | | fs: remove excess kernel-doc | Randy Dunlap | 2008-10-30 | 1 | -1/+0 | |
| * | | | | | ecryptfs: fix memory corruption when storing crypto info in xattrs | Eric Sandeen | 2008-10-30 | 1 | -7/+8 | |
| * | | | | | fs: remove prepare_write/commit_write | Nick Piggin | 2008-10-30 | 4 | -6/+5 | |
| |/ / / / | ||||||
* | | | | | net: replace %p6 with %pI6 | Harvey Harrison | 2008-10-29 | 2 | -2/+2 | |
* | | | | | net: replace %#p6 format specifier with %pi6 | Harvey Harrison | 2008-10-29 | 1 | -1/+1 | |
* | | | | | misc: replace NIP6_FMT with %p6 format specifier | Harvey Harrison | 2008-10-29 | 2 | -3/+2 | |
* | | | | | net: replace all current users of NIP6_SEQFMT with %#p6 | Harvey Harrison | 2008-10-29 | 1 | -2/+1 | |
|/ / / / | ||||||
* / / / | Switch to a valid email address... | Alan Cox | 2008-10-27 | 4 | -4/+4 | |
|/ / / | ||||||
* | | | epoll: avoid double-inserts in case of EFAULT | Davide Libenzi | 2008-10-26 | 1 | -2/+9 | |
* | | | select: deal with math overflow from borderline valid userland data | Arjan van de Ven | 2008-10-26 | 2 | -4/+6 |