summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2007-04-30NFS: switch NFSROOT to use new rpcbind clientChuck Lever1-1/+1
2007-04-30SUNRPC: RPC buffer size estimates are too largeChuck Lever8-40/+25
2007-04-30NLM: Shrink the maximum request size of NLM4 requestsChuck Lever2-10/+20
2007-04-30NFS: Use pgoff_t in structures and functions that pass page cache offsetsTrond Myklebust2-11/+11
2007-04-30NFS: Clean up nfs_sync_mapping_wait()Trond Myklebust1-5/+1
2007-04-30NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedataTrond Myklebust5-20/+37
2007-04-30NFS: Fix a race when doing NFS write coalescingTrond Myklebust2-194/+47
2007-04-30NFS: Cleanup for nfs_readpages()Trond Myklebust2-34/+17
2007-04-30NFS: Another cleanup of the read/write request coalescing codeTrond Myklebust3-73/+113
2007-04-30NFS: Cleanup the coalescing codeTrond Myklebust3-49/+103
2007-04-30NFS: Don't wait for congestion in nfs_update_request()Trond Myklebust1-30/+0
2007-04-30NFS: statfs error-handling fixAmnon Aaronsohn1-5/+4
2007-04-30NFS: Fix nfs_set_page_dirty()Trond Myklebust1-1/+11
2007-04-30reiserfs: suppress lockdep warningJeff Mahoney1-1/+1
2007-04-30Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-35/+6
2007-04-30[BLOCK] Don't pin lots of memory in mempoolsJens Axboe1-35/+6
2007-04-30Merge branch 'linux-2.6' into for-2.6.22Paul Mackerras138-9916/+13375
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-12/+12
2007-04-27Merge git://git.infradead.org/mtd-2.6Linus Torvalds46-1386/+880
2007-04-27[AF_RXRPC/AFS]: Arch-specific fixes.David Howells4-3/+4
2007-04-27[AFS]: Fix VLocation record update wakeupDavid Howells1-9/+8
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds6-38/+110
2007-04-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse79-8321/+12190
2007-04-27security: prevent permission checking of file removal via sysfs_remove_group()James Morris2-22/+56
2007-04-27device_schedule_callback() needs a module referenceAlan Stern1-3/+11
2007-04-27sysfs: bin.c printk fixAndrew Morton1-1/+1
2007-04-27debugfs: Add debugfs_create_u64()Michael Ellerman1-0/+42
2007-04-27the overdue removal of the mount/umount ueventsAdrian Bunk1-12/+0
2007-04-27Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds3-0/+42
2007-04-27Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds30-2235/+4690
2007-04-27JFFS2: add UBI supportArtem Bityutskiy3-0/+42
2007-04-26[AFS]: Eliminate cmpxchg() usage in vlocation code.David S. Miller2-6/+16
2007-04-26[AFS]: Fix u64 printing in debug logging.David S. Miller3-3/+5
2007-04-26[AFS]: Add "directory write" support.David Howells14-268/+1778
2007-04-26[AFS]: Implement the CB.InitCallBackState3 operation.David Howells2-0/+47
2007-04-26[AFS]: Add support for the CB.GetCapabilities operation.David Howells7-0/+705
2007-04-26[AFS]: Add security support.David Howells18-238/+945
2007-04-26[AFS]: Handle multiple mounts of an AFS superblock correctly.David Howells1-10/+16
2007-04-26[AF_RXRPC]: Delete the old RxRPC code.David Howells1-4/+0
2007-04-26[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells39-5240/+4011
2007-04-26[AFS]: Clean up the AFS sourcesDavid Howells36-906/+506
2007-04-26ocfs2: Cache extent recordsMark Fasheh7-0/+289
2007-04-26ocfs2: Remember rw lock level during direct ioMark Fasheh3-7/+19
2007-04-26ocfs2: Fix up i_blocks calculation to know about holesMark Fasheh9-30/+25
2007-04-26ocfs2: Fix extent lookup to return true size of holesMark Fasheh5-12/+109
2007-04-26ocfs2: Read from an unwritten extent returns zerosMark Fasheh10-23/+45
2007-04-26ocfs2: make room for unwritten extents flagMark Fasheh6-69/+151
2007-04-26ocfs2: Use own splice write actorMark Fasheh3-1/+162
2007-04-26ocfs2: Use do_sync_mapping_range() in ocfs2_zero_tail_for_truncate()Mark Fasheh1-1/+4
2007-04-26[PATCH] Turn do_sync_file_range() into do_sync_mapping_range()Mark Fasheh1-5/+3