summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] fsync: extract internal codeAndrew Morton2006-03-241-20/+23
* [PATCH] set_page_dirty() return value fixesAndrew Morton2006-03-241-1/+1
* [PATCH] HOTPLUG_CPU: avoid hitting too many cachelines in recalc_bh_state()Eric Dumazet2006-03-241-1/+4
* [PATCH] sb_set_blocksize cleanupCoywolf Qi Hunt2006-03-241-5/+1
* [PATCH] fast ext3_statfsAlex Tomas2006-03-241-3/+4
* [PATCH] isofs: remove unused debugging macrosPekka Enberg2006-03-241-12/+0
* [PATCH] s/;;/;/gAlexey Dobriyan2006-03-242-2/+2
* [PATCH] cpuset memory spread slab cache hooksPaul Jackson2006-03-244-6/+15
* [PATCH] cpuset memory spread: slab cache formatPaul Jackson2006-03-2428-33/+63
* [PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson2006-03-2435-37/+37
* [PATCH] fs/coda/: proper prototypesAdrian Bunk2006-03-245-8/+21
* [PATCH] fs/ext2/: proper ext2_get_parent() prototypeAdrian Bunk2006-03-242-1/+3
* [PATCH] fs/9p/: possible cleanupsAdrian Bunk2006-03-246-10/+10
* [PATCH] fs: Use ARRAY_SIZE macroTobias Klauser2006-03-2423-51/+40
* [PATCH] s390: Remove old history/whitespave from partition codeHorst Hummel2006-03-241-18/+11
* [PATCH] vfs: MS_VERBOSE should be MS_SILENTTheodore Ts'o2006-03-245-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6Linus Torvalds2006-03-2317-213/+289
|\
| * Merge branch 'master' of /usr/src/ntfs-2.6/Anton Altaparmakov2006-03-2364-661/+615
| |\
| * | NTFS: 2.1.27 - Various bug fixes and cleanups.Anton Altaparmakov2006-03-231-1/+1
| * | NTFS: Semaphore to mutex conversion.Ingo Molnar2006-03-238-69/+71
| * | NTFS: Handle the recently introduced -ENAMETOOLONG return value fromAnton Altaparmakov2006-03-232-5/+6
| * | NTFS: Add a missing call to flush_dcache_mft_record_page() inAnton Altaparmakov2006-03-232-3/+8
| * | NTFS: Fix a bug in fs/ntfs/inode.c::ntfs_read_locked_index_inode() where weAnton Altaparmakov2006-03-233-19/+15
| * | NTFS: Improve comments on file attribute flags in fs/ntfs/layout.h.Anton Altaparmakov2006-03-232-13/+13
| * | NTFS: Limit name length in fs/ntfs/unistr.c::ntfs_nlstoucs() to maximumAnton Altaparmakov2006-03-232-19/+35
| * | NTFS: Remove all the make_bad_inode() calls. This should only be calledAnton Altaparmakov2006-03-236-23/+5
| * | NTFS: Add support for sparse files which have a compression unit of 0.Anton Altaparmakov2006-03-234-38/+75
| * | NTFS: Fix comparison of $MFT and $MFTMirr to not bail out when there areAnton Altaparmakov2006-03-232-13/+28
| * | NTFS: Use buffer_migrate_page() for the ->migratepage function of all ntfsAnton Altaparmakov2006-03-232-1/+10
| * | NTFS: Fix a buggette in an "should be impossible" case handling where weAnton Altaparmakov2006-03-232-2/+4
| * | NTFS: Fix an (innocent) off-by-one error in the runlist code.Anton Altaparmakov2006-03-235-7/+17
| * | Merge branch 'master' of /usr/src/ntfs-2.6/Anton Altaparmakov2006-03-23108-1127/+1477
| |\ \
| * | | NTFS: Fix two compiler warnings on Alpha. Thanks to Andrew Morton forAnton Altaparmakov2006-03-072-2/+3
* | | | Merge branch 'blktrace' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-03-2310-1290/+5
|\ \ \ \
| * | | | [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe2006-03-232-0/+5
| * | | | [PATCH] relay: migrate from relayfs to a generic relay APIJens Axboe2006-03-238-1290/+0
| | |_|/ | |/| |
* | | | Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds2006-03-2368-3118/+4902
|\ \ \ \ | |/ / / |/| | |
| * | | Merge HEAD from ../linux-2.6 Nathan Scott2006-03-2240-272/+585
| |\ \ \
| * | | | [XFS] Sync up one/two other minor changes missed in previous merges.Nathan Scott2006-03-225-43/+18
| * | | | [XFS] Reenable the noikeep (delete inode cluster space) option by default.Nathan Scott2006-03-221-5/+3
| * | | | [XFS] Check that a page has dirty buffers before finding it acceptable forDavid Chinner2006-03-221-1/+1
| * | | | [XFS] Fixup naming inconsistencies found by Pekka Enberg and one from JanNathan Scott2006-03-224-20/+20
| * | | | [XFS] Explain the race closed by the addition of vn_iowait() to the startDavid Chinner2006-03-221-0/+10
| * | | | [XFS] Fixing the error caused by the conflict between DIO Write'sYingping Lu2006-03-222-1/+7
| * | | | [XFS] Fixing KDB's xrwtrc command, also added the current process id intoYingping Lu2006-03-224-8/+8
| * | | | [XFS] Fix compiler warning from xfs_file_compat_invis_ioctl prototype. Nathan Scott2006-03-201-1/+1
| * | | | [XFS] remove bogus INT_GET for u8 variables in xfs_dir_leaf.c Nathan Scott2006-03-171-10/+9
| * | | | [XFS] endianess annotations for xfs_da_node_hdr_t Nathan Scott2006-03-176-85/+86
| * | | | [XFS] endianess annotations for xfs_da_node_entry_t Nathan Scott2006-03-176-60/+59
| * | | | [XFS] store xfs_attr_inactive_list_t in native endian Nathan Scott2006-03-171-9/+5
OpenPOWER on IntegriCloud