Commit Graph

10609 Commits (0e75f5da06c05425f4b375eb981c4489fb2d9787)

Author SHA1 Message Date
OGAWA Hirofumi 0e75f5da06 fat: Add printf attribute to fat_fs_panic() 16 years ago
OGAWA Hirofumi fa93ca18a8 fat: Fix _fat_bmap() race 16 years ago
OGAWA Hirofumi dfc209c006 fat: Fix ATTR_RO for directory 16 years ago
OGAWA Hirofumi 9183482f5d fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0 16 years ago
OGAWA Hirofumi 9c0aa1b87b fat: Cleanup FAT attribute stuff 16 years ago
OGAWA Hirofumi 45cfbe3547 fat: Cleanup msdos_lookup() 16 years ago
OGAWA Hirofumi 1c13a243a4 fat: Kill d_invalidate() in vfat_lookup() 16 years ago
OGAWA Hirofumi 1b52467243 fat: Fix/Cleanup dcache handling for vfat 16 years ago
OGAWA Hirofumi 068f5ae05c vfat: Fix vfat_find() error path in vfat_lookup() 16 years ago
OGAWA Hirofumi a993b542bb fat: use fat_detach() in fat_clear_inode() 16 years ago
OGAWA Hirofumi 5e35dd4651 fat: Fix fat_ent_update_ptr() for FAT12 16 years ago
OGAWA Hirofumi d3dfa8228f fat: improve fat_hash() 16 years ago
Darren Jenkins 52e9d9f4b3 fat: cleanup fat_parse_long() error handling 16 years ago
OGAWA Hirofumi 53472bc8f8 fat: use generic_file_llseek() for directory 16 years ago
OGAWA Hirofumi 7decd1cb03 fat: Fix and cleanup timestamp conversion 16 years ago
OGAWA Hirofumi 9e975dae29 fat: split include/msdos_fs.h 16 years ago
OGAWA Hirofumi 990e194e69 fat: move fs/vfat/* and fs/msdos/* to fs/fat 16 years ago
Arthur Jones c87591b719 ext3: wait on all pending commits in ext3_sync_fs 16 years ago
Ian Kent 96b0317906 autofs4: collect version check return 16 years ago
Ian Kent bc9c406838 autofs4: correct offset mount expire check 16 years ago
Jeff Layton ae6884a9da cifs: fix renaming one hardlink on top of another 16 years ago
Al Viro 233e70f422 saner FASYNC handling on file close 16 years ago
Chuck Lever d7dc61d0a7 NLM: Set address family before calling nlm_host_rebooted() 17 years ago
J. Bruce Fields 8d7c4203c6 nfsd: fix failure to set eof in readdir in some situations 17 years ago
Steve French 61de800d33 [CIFS] fix error in smb_send2 17 years ago
Randy Dunlap e74481e232 fs: remove excess kernel-doc 17 years ago
Eric Sandeen 87b811c3f9 ecryptfs: fix memory corruption when storing crypto info in xattrs 17 years ago
Nick Piggin 4e02ed4b4a fs: remove prepare_write/commit_write 17 years ago
Steve French edf1ae4038 [CIFS] Reduce number of socket retries in large write path 17 years ago
Trond Myklebust ae05f26940 NFS: Convert nfs_attr_generation_counter into an atomic_long 17 years ago
Eric Sandeen a996031c87 delay capable() check in ext4_has_free_blocks() 17 years ago
Eric Sandeen 8c3bf8a01c merge ext4_claim_free_blocks & ext4_has_free_blocks 17 years ago
Theodore Ts'o 6c20ec8503 jbd2: Call the commit callback before the transaction could get dropped 17 years ago
Hidehiro Kawai ef2cabf7c6 ext4: fix a bug accessing freed memory in ext4_abort 17 years ago
Hidehiro Kawai 44d6f78756 ext3: fix a bug accessing freed memory in ext3_abort 17 years ago
Alexey Dobriyan 6c87df37dc proc: revert /proc/uptime to ->read_proc hook 17 years ago
Alan Cox 526719ba51 Switch to a valid email address... 17 years ago
Davide Libenzi 9ce209d64d epoll: avoid double-inserts in case of EFAULT 17 years ago
Arjan van de Ven 4d36a9e65d select: deal with math overflow from borderline valid userland data 17 years ago
Theodore Ts'o 3c37fc86d2 ext4: Fix duplicate entries returned from getdents() system call 17 years ago
Theodore Ts'o 8c9fa93d51 ext3: Fix duplicate entries returned from getdents() system call 17 years ago
Christoph Hellwig 3856d30ded ext4: remove unused variable in ext4_get_parent 17 years ago
Linus Torvalds 12e1ec9ff3 ext3 quota support: fix compile failure 17 years ago
Duane Griffin be07c4ed40 jbd: abort instead of waiting for nonexistent transactions 17 years ago
Hidehiro Kawai 9f818b4ac0 jbd: test BH_Write_EIO to detect errors on metadata buffers 17 years ago
Hidehiro Kawai 2d7c820e56 ext3: add checks for errors from jbd 17 years ago
Hidehiro Kawai 4afe978530 jbd: fix error handling for checkpoint io 17 years ago
Alexey Dobriyan 59c7572e82 proc: remove fs/proc/proc_misc.c 17 years ago
Alexey Dobriyan 5aa140c2de proc: move /proc/vmcore creation to fs/proc/vmcore.c 17 years ago
Alexey Dobriyan 6d80e53f00 proc: move pagecount stuff to fs/proc/page.c 17 years ago