summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | NFS: Cleanup the coalescing codeTrond Myklebust2007-05-013-49/+103
| * | | | NFS: Don't wait for congestion in nfs_update_request()Trond Myklebust2007-05-011-30/+0Star
| * | | | NFS: statfs error-handling fixAmnon Aaronsohn2007-05-011-5/+4Star
| * | | | NFS: Fix nfs_set_page_dirty()Trond Myklebust2007-05-011-1/+11
| | |/ / | |/| |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-05-0511-540/+121Star
|\ \ \ \
| * | | | [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-041-1/+1
| * | | | [AFS]: Adjust the new netdevice scanning codeDavid Howells2007-05-033-7/+21
| * | | | [AFS]: Replace rtnetlink client by direct dev_base walkingPatrick McHardy2007-05-034-475/+55Star
| * | | | [AFS]: Fix memory leak in SRXAFSCB_GetCapabilitiesPatrick McHardy2007-05-031-0/+1
| * | | | [AFS]: Fix use of __exit functions from __init pathDavid Howells2007-05-033-4/+4
| * | | | [AFS/AF_RXRPC]: Miscellaneous fixes.David Howells2007-05-033-59/+45Star
| |/ / /
* | | | remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-0312-29/+27Star
* | | | sysfs: printk format warningRandy Dunlap2007-05-031-1/+1
|/ / /
* / / reiserfs: suppress lockdep warningJeff Mahoney2007-05-011-1/+1
|/ /
* | Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-04-301-35/+6Star
|\ \
| * | [BLOCK] Don't pin lots of memory in mempoolsJens Axboe2007-04-301-35/+6Star
* | | Merge branch 'linux-2.6' into for-2.6.22Paul Mackerras2007-04-30138-9916/+13375
|\| |
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-04-285-12/+12
| |\ \
| | * | [AF_RXRPC/AFS]: Arch-specific fixes.David Howells2007-04-284-3/+4
| | * | [AFS]: Fix VLocation record update wakeupDavid Howells2007-04-281-9/+8Star
| * | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2007-04-2846-1386/+880Star
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-04-2779-8321/+12190
| | |\ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-04-2658-680/+768
| | |\ \ \
| | * | | | [JFFS2] Fix compr_rubin.c build after include file elimination.Andrew Morton2007-04-261-10/+9Star
| | * | | | [JFFS2] Handle inodes with only a single metadata node with non-zero isizeDavid Woodhouse2007-04-253-9/+20
| | * | | | [JFFS2] Tidy up licensing/copyright boilerplate.David Woodhouse2007-04-2545-217/+155Star
| | * | | | [JFFS2] Better fix for all-zero node headersJoakim Tjernlund2007-04-252-15/+5Star
| | * | | | [JFFS2] Improve read_inode memory usage, v2.David Woodhouse2007-04-253-599/+618
| | * | | | [JFFS2] Improve failure mode if inode checking leaves unchecked space.David Woodhouse2007-04-231-1/+2
| | * | | | [JFFS2] Fix cross-endian build.David Woodhouse2007-04-232-3/+12
| | * | | | [JFFS2] Obsolete dirent nodes immediately on unlink, where possible.Joakim Tjernlund2007-04-211-2/+1Star
| | * | | | [JFFS2] Speed up mount for directly-mapped NOR flashJoakim Tjernlund2007-04-171-4/+11
| | * | | | [JFFS2] fix buffer sise calculations in jffs2_get_inode_nodes()Artem Bityutskiy2007-04-171-65/+33Star
| | * | | | [JFFS2] Disable summary after wbuf recoveryAdrian Hunter2007-04-171-0/+3
| | * | | | [JFFS2] Prevent list corruption when handling write errorsAdrian Hunter2007-04-171-0/+5
| | * | | | [JFFS2] fix deadlock on error pathArtem Bityutskiy2007-04-171-1/+1
| | * | | | [JFFS2] check node crc before doing anything elseThomas Gleixner2007-04-171-15/+15
| | * | | | [JFFS2] Delete everything related to obsolete JFFS2_PROC optionRobert P. J. Day2007-04-022-148/+0Star
| | * | | | [JFFS2] Remove superfluous source file fs/jffs2/comprtest.cRobert P. J. Day2007-03-101-307/+0Star
| * | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-04-276-38/+110
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | security: prevent permission checking of file removal via sysfs_remove_group()James Morris2007-04-272-22/+56
| | * | | | device_schedule_callback() needs a module referenceAlan Stern2007-04-271-3/+11
| | * | | | sysfs: bin.c printk fixAndrew Morton2007-04-271-1/+1
| | * | | | debugfs: Add debugfs_create_u64()Michael Ellerman2007-04-271-0/+42
| | * | | | the overdue removal of the mount/umount ueventsAdrian Bunk2007-04-271-12/+0Star
| * | | | | Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds2007-04-273-0/+42
| |\ \ \ \ \
| | * | | | | JFFS2: add UBI supportArtem Bityutskiy2007-04-273-0/+42
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-04-2730-2235/+4690
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | ocfs2: Cache extent recordsMark Fasheh2007-04-277-0/+289
| | * | | | ocfs2: Remember rw lock level during direct ioMark Fasheh2007-04-273-7/+19