aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-09knfsd: avoid Oops if buggy userspace performs confusing filehandle->dentry mappingNeilBrown1-6/+50
2007-05-09knfsd: various nfsd xdr cleanupsNeilBrown2-60/+34
2007-05-09knfsd: trivial makefile cleanupChristoph Hellwig1-1/+0
2007-05-09knfsd: avoid use of unitialised variables on error path when nfs exportsNeilBrown1-7/+7
2007-05-09RPC: add wrapper for svc_reserve to account for checksumJeff Layton2-2/+2
2007-05-09nfsd/nfs4state: remove unnecessary daemonize callEric W. Biederman1-2/+0
2007-05-09The NFSv2/NFSv3 server does not handle zero length WRITE requests correctlyPeter Staubach2-17/+77
2007-05-09remove nfs4_acl_add_ace()Adrian Bunk1-17/+0
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov1-2/+2
2007-05-09aio: use flush_work()Andrew Morton1-4/+3
2007-05-09AFS: implement basic file write supportDavid Howells11-27/+1483
2007-05-09AFS: AFS fixupsDavid Howells12-109/+121
2007-05-09fs: use path_walk in do_path_lookupJosef 'Jeff' Sipek1-2/+2
2007-05-09fs: fix indentation in do_path_lookupJosef 'Jeff' Sipek1-3/+1
2007-05-09use simple_read_from_buffer() in fs/Akinobu Mita3-74/+5
2007-05-08smaps: only define clear_refs for CONFIG_MMUDavid Rientjes1-0/+2
2007-05-08Remove suid/sgid bits on [f]truncate()Linus Torvalds1-0/+3
2007-05-08Merge git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds44-304/+491
2007-05-08Merge branch 'for-2.6.22' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-9/+8
2007-05-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds8-8/+31
2007-05-08udf: possible null pointer dereference while load_partitionDmitriy Monakhov1-0/+2
2007-05-08udf: support files larger than 1GJan Kara3-82/+180
2007-05-08udf: add assertionsJan Kara1-1/+3
2007-05-08udf: use get_bh()Jan Kara12-177/+174
2007-05-08UDF: introduce struct extent_positionJan Kara8-445/+434
2007-05-08udf: use sector_t and loff_t for file offsetsJan Kara6-35/+38
2007-05-08nfs: fix congestion control: use atomic_longsPeter Zijlstra1-2/+2
2007-05-08utimensat implementationUlrich Drepper2-68/+137
2007-05-08inode numbering: change libfs sb creation routines to avoid collisions with their root inodesJeff Layton2-2/+25
2007-05-08inode numbering: make static counters in new_inode and iunique be 32 bitsJeff Layton1-2/+12
2007-05-08Invalid return value of execve() resulting in oopsesAlexey Kuznetsov1-0/+3
2007-05-08procfs: use simple_read_from_buffer()Akinobu Mita1-28/+7
2007-05-08Fix error handling in HDIO_GETGEO compat wrapperAndreas Schwab1-1/+3
2007-05-08udf: decrement correct link count in udf_rmdirStephen Mollett1-1/+1
2007-05-08fat: fix VFAT compat ioctls on 64-bit systemsOGAWA Hirofumi1-99/+100
2007-05-08ext3: copy i_flags to inode flags on writeJan Kara3-0/+22
2007-05-08fat: don't use free_clusters for fat32OGAWA Hirofumi1-3/+11
2007-05-08reiserfs: use __set_current_state()Milind Arun Choudhary1-1/+1
2007-05-08jbd: check for error returned by kthread_create on creating journal threadPavel Emelianov2-8/+18
2007-05-08check privileges before setting mount propagationMiklos Szeredi1-0/+3
2007-05-08ext3: copy i_flags to inode flags on writeJan Kara2-0/+21
2007-05-08Introduce a handy list_first_entry macroPavel Emelianov6-9/+9
2007-05-08smbfs: remove unnecessary allow_signalEric W. Biederman1-2/+0
2007-05-08make iunique use a do/while loop rather than its obscure goto loopJeffrey Layton1-14/+10
2007-05-08Remove redundant check from proc_sys_setattr()John Johansen1-5/+2
2007-05-08Remove redundant check from proc_setattr()John Johansen1-5/+2
2007-05-08proc: cleanup: use seq_release_private() where appropriateMartin Peschke1-8/+1
2007-05-08cleanup compat ioctl handlingChristoph Hellwig3-176/+166
2007-05-08partition: add support for sysv68 partitionsPhilippe De Muyter5-0/+107
2007-05-08merge compat_ioctl.h into compat_ioctl.cChristoph Hellwig1-1/+828