aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-02[PATCH] i386: Allow i386 crash kernels to handle x86_64 dumpsIan Campbell1-1/+1
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/torvalds/linux-2.6David 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/git/mfasheh/ocfs2Linus 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
2007-04-26ocfs2: zero tail of sparse files on truncateMark Fasheh7-25/+328
2007-04-26ocfs2: Teach ocfs2_get_block() about holesMark Fasheh1-38/+61
2007-04-26ocfs2: remove ocfs2_prepare_write() and ocfs2_commit_write()Mark Fasheh1-120/+5
2007-04-26ocfs2: teach ocfs2_file_aio_write() about sparse filesMark Fasheh7-57/+1076
2007-04-26ocfs2: Turn off shared writeable mmap for local files systems with holes.Mark Fasheh1-2/+5
2007-04-26ocfs2: abstract out allocation lockingMark Fasheh1-27/+77
2007-04-26ocfs2: teach extend/truncate about sparse filesMark Fasheh3-237/+320
2007-04-26ocfs2: temporarily remove extent map cachingMark Fasheh14-996/+96
2007-04-26ocfs2: sparse b-tree supportMark Fasheh8-497/+2002
2007-04-26ocfs2: small cleanup of ocfs2_request_delete()Mark Fasheh1-33/+13
2007-04-26ocfs2: remove unused codeTiger Yang4-329/+7
2007-04-26ocfs2: Remove delete inode voteTiger Yang10-38/+205