aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2007-05-02[PATCH] i386: Allow i386 crash kernels to handle x86_64 dumpsGravatar Ian Campbell 1-1/+1
2007-04-30reiserfs: suppress lockdep warningGravatar Jeff Mahoney 1-1/+1
2007-04-30Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockGravatar Linus Torvalds 1-35/+6
2007-04-30[BLOCK] Don't pin lots of memory in mempoolsGravatar Jens Axboe 1-35/+6
2007-04-30Merge branch 'linux-2.6' into for-2.6.22Gravatar Paul Mackerras 138-9916/+13375
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 5-12/+12
2007-04-27Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 46-1386/+880
2007-04-27[AF_RXRPC/AFS]: Arch-specific fixes.Gravatar David Howells 4-3/+4
2007-04-27[AFS]: Fix VLocation record update wakeupGravatar David Howells 1-9/+8
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Gravatar Linus Torvalds 6-38/+110
2007-04-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar David Woodhouse 79-8321/+12190
2007-04-27security: prevent permission checking of file removal via sysfs_remove_group()Gravatar James Morris 2-22/+56
2007-04-27device_schedule_callback() needs a module referenceGravatar Alan Stern 1-3/+11
2007-04-27sysfs: bin.c printk fixGravatar Andrew Morton 1-1/+1
2007-04-27debugfs: Add debugfs_create_u64()Gravatar Michael Ellerman 1-0/+42
2007-04-27the overdue removal of the mount/umount ueventsGravatar Adrian Bunk 1-12/+0
2007-04-27Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Gravatar Linus Torvalds 3-0/+42
2007-04-27Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 30-2235/+4690
2007-04-27JFFS2: add UBI supportGravatar Artem Bityutskiy 3-0/+42
2007-04-26[AFS]: Eliminate cmpxchg() usage in vlocation code.Gravatar David S. Miller 2-6/+16
2007-04-26[AFS]: Fix u64 printing in debug logging.Gravatar David S. Miller 3-3/+5
2007-04-26[AFS]: Add "directory write" support.Gravatar David Howells 14-268/+1778
2007-04-26[AFS]: Implement the CB.InitCallBackState3 operation.Gravatar David Howells 2-0/+47
2007-04-26[AFS]: Add support for the CB.GetCapabilities operation.Gravatar David Howells 7-0/+705
2007-04-26[AFS]: Add security support.Gravatar David Howells 18-238/+945
2007-04-26[AFS]: Handle multiple mounts of an AFS superblock correctly.Gravatar David Howells 1-10/+16
2007-04-26[AF_RXRPC]: Delete the old RxRPC code.Gravatar David Howells 1-4/+0
2007-04-26[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.Gravatar David Howells 39-5240/+4011
2007-04-26[AFS]: Clean up the AFS sourcesGravatar David Howells 36-906/+506
2007-04-26ocfs2: Cache extent recordsGravatar Mark Fasheh 7-0/+289
2007-04-26ocfs2: Remember rw lock level during direct ioGravatar Mark Fasheh 3-7/+19
2007-04-26ocfs2: Fix up i_blocks calculation to know about holesGravatar Mark Fasheh 9-30/+25
2007-04-26ocfs2: Fix extent lookup to return true size of holesGravatar Mark Fasheh 5-12/+109
2007-04-26ocfs2: Read from an unwritten extent returns zerosGravatar Mark Fasheh 10-23/+45
2007-04-26ocfs2: make room for unwritten extents flagGravatar Mark Fasheh 6-69/+151
2007-04-26ocfs2: Use own splice write actorGravatar Mark Fasheh 3-1/+162
2007-04-26ocfs2: Use do_sync_mapping_range() in ocfs2_zero_tail_for_truncate()Gravatar Mark Fasheh 1-1/+4
2007-04-26[PATCH] Turn do_sync_file_range() into do_sync_mapping_range()Gravatar Mark Fasheh 1-5/+3
2007-04-26ocfs2: zero tail of sparse files on truncateGravatar Mark Fasheh 7-25/+328
2007-04-26ocfs2: Teach ocfs2_get_block() about holesGravatar Mark Fasheh 1-38/+61
2007-04-26ocfs2: remove ocfs2_prepare_write() and ocfs2_commit_write()Gravatar Mark Fasheh 1-120/+5
2007-04-26ocfs2: teach ocfs2_file_aio_write() about sparse filesGravatar Mark Fasheh 7-57/+1076
2007-04-26ocfs2: Turn off shared writeable mmap for local files systems with holes.Gravatar Mark Fasheh 1-2/+5
2007-04-26ocfs2: abstract out allocation lockingGravatar Mark Fasheh 1-27/+77
2007-04-26ocfs2: teach extend/truncate about sparse filesGravatar Mark Fasheh 3-237/+320
2007-04-26ocfs2: temporarily remove extent map cachingGravatar Mark Fasheh 14-996/+96
2007-04-26ocfs2: sparse b-tree supportGravatar Mark Fasheh 8-497/+2002
2007-04-26ocfs2: small cleanup of ocfs2_request_delete()Gravatar Mark Fasheh 1-33/+13
2007-04-26ocfs2: remove unused codeGravatar Tiger Yang 4-329/+7
2007-04-26ocfs2: Remove delete inode voteGravatar Tiger Yang 10-38/+205