aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-10locks: fix F_GETLK regression (failure to find conflicts)J. Bruce Fields1-2/+3
2007-05-10Allow compat_ioctl.c to compile without CONFIG_NETSimon Horman1-1/+4
2007-05-10ocfs2: kobject/kset foobarRandy Dunlap1-2/+3
2007-05-10AFS: further write support fixesDavid Howells2-3/+3
2007-05-10AFS: write support fixesDavid Howells3-17/+216
2007-05-09NFS: Kill the obsolete NFS_PARANOIAJesper Juhl5-27/+2
2007-05-09NFS: use __set_current_state()Milind Arun Choudhary1-2/+2
2007-05-09NFS: Clean up NFSv4 XDR error messageChuck Lever1-3/+5
2007-05-09NFS: NFS client underestimates how large an NFSv4 SETATTR reply can beChuck Lever1-1/+2
2007-05-09NFS: Remove redundant check in nfs_check_verifier()Trond Myklebust1-7/+5
2007-05-09NFS: Fix a jiffie wraparound issueTrond Myklebust1-4/+8
2007-05-09Merge git://git.infradead.org/mtd-2.6Linus Torvalds3-52/+33
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds17-23/+22
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki2-1/+4
2007-05-09reiserfs: use zero_user_pageNate Diller2-39/+13
2007-05-09ext3: use zero_user_pageNate Diller1-10/+2
2007-05-09affs: use zero_user_pageNate Diller1-5/+1
2007-05-09fs: convert core functions to zero_user_pageNate Diller3-60/+19
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-09fix file specification in commentsUwe Kleine-König8-8/+8
2007-05-09Remove obsolete fat_cvf help textAlexander E. Patrakov1-4/+0
2007-05-09Fix occurrences of "the the "Michael Opdenacker4-5/+5
2007-05-09Fix misspellings collected by members of KJ list.Robert P. J. Day2-3/+3
2007-05-09Style fix in fs/select.cWANG Cong1-2/+2
2007-05-09fs/libfs.c: >80 columns line break fixRonni Nielsen1-1/+4
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