summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge with /usr/src/ntfs-2.6.gitAnton Altaparmakov2005-05-2147-254/+368
|\
| * [AF_UNIX]: Use lookup_create().Christoph Hellwig2005-05-191-0/+1
| * [PATCH] Avoid console spam with ext3 aborted journal.Stephen Tweedie2005-05-181-1/+9
| * [PATCH] block_read_full_page() get_block() error handling fixAndrew Morton2005-05-171-2/+6
| * [PATCH] fix impossible VmallocChunkHugh Dickins2005-05-171-2/+12
| * [PATCH] fix Linux kernel ELF core dump privilege elevationGreg Kroah-Hartman2005-05-171-2/+2
| * [PATCH] revert msdos partitioning fixAndrew Morton2005-05-071-5/+0Star
| * [PATCH] fs/udf/udftime.c: fix off by one errorAdrian Bunk2005-05-061-1/+1
| * [PATCH] comments on locking of task->commPaolo 'Blaisorblade' Giarrusso2005-05-061-1/+3
| * [PATCH] reiserfs: use NULL instead of 0Randy.Dunlap2005-05-061-1/+1
| * [PATCH] make some things staticAdrian Bunk2005-05-0616-32/+45
| * [PATCH] revert ext3-writepages-support-for-writeback-modeAndrew Morton2005-05-062-57/+1Star
| * [PATCH] remove do_sync parameter from __invalidate_deviceChristoph Hellwig2005-05-062-19/+4Star
| * [PATCH] remove BK documentationAdrian Bunk2005-05-061-3/+3
| * [PATCH] __block_write_full_page() simplificationAndrew Morton2005-05-061-9/+1Star
| * [PATCH] __block_write_full_page speedupAndrew Morton2005-05-061-5/+1Star
| * [PATCH] __block_write_full_page race fixNick Piggin2005-05-061-5/+13
| * [PATCH] fix race in __block_prepare_writeNick Piggin2005-05-061-4/+6
| * [PATCH] uml: hostfs failed mount handlingJeff Dike2005-05-061-3/+7
| * [PATCH] avoid -ENOMEM due reclaimable slab cachesAndrea Arcangeli2005-05-062-2/+2
| * [XFS] Cleanup use of loff_t vs xfs_off_t in the core code.Nathan Scott2005-05-054-19/+19
| * [XFS] Use the right offset when ensuring a delayed allocate conversion has co...Nathan Scott2005-05-054-46/+56
| * [XFS] Do not do delalloc conversion on pages beyond EOF ever, not just sometimesNathan Scott2005-05-051-5/+3Star
| * [XFS] remove noisy printk at vnode trace allocationEric Sandeen2005-05-051-1/+0Star
| * [XFS] stop background sync from waiting for in-use inodesDaniel Moore2005-05-051-1/+4
| * [XFS] Disable the combination of XFS direct IO and AIO until the IO completionNathan Scott2005-05-052-2/+44
| * [XFS] Resolve an issue with xfsbufd not getting along with swsusp.Nathan Scott2005-05-051-2/+9
| * [XFS] Fix up warningsEric Sandeen2005-05-052-4/+4
| * [XFS] Allow initial XFS delayed allocation size to be increased beyond 64KB.Nathan Scott2005-05-052-25/+48
| * [XFS] Add ATTR_NOLOCK for xfs_setattr to indicate that XFS_IOLOCK is heldDean Roehrich2005-05-052-2/+10
| * [XFS] Enable XFS_VNODE_TRACEEric Sandeen2005-05-052-2/+3
| * [XFS] Fix up uses of nlink_t incorrectly restricting us to 2^16 links for som...Nathan Scott2005-05-056-7/+8
| * [XFS] Block mount attempts for filesystems with version 1 directories.Nathan Scott2005-05-051-0/+9
| * [XFS] Move the XFS inode to the front of its hash list on a cache hitNathan Scott2005-05-051-1/+50
* | Merge with /usr/src/ntfs-2.6.gitAnton Altaparmakov2005-05-052-9/+13
|\|
| * Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-05-051-3/+3
| |\
| * \ Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-05-0350-897/+1335
| |\ \
| * | | [AUDIT] LOGIN message credentialsSteve Grubb2005-04-291-1/+1
| * | | namei: add audit_inode to all branches in path_lookupPrasanna Meda2005-04-291-8/+12
* | | | NTFS: Use MAX_BUF_PER_PAGE instead of variable sized array allocation forAnton Altaparmakov2005-05-052-6/+10
* | | | NTFS: Minor cleanup: Define and use NTFS_MAX_CLUSTER_SIZE constant insteadAnton Altaparmakov2005-05-053-3/+8
* | | | NTFS: Update attribute definition handling.Anton Altaparmakov2005-05-054-27/+40
* | | | NTFS: Some utilities modify the boot sector but do not update the checksum.Anton Altaparmakov2005-05-052-4/+13
* | | | NTFS: Remove checks for NULL before calling kfree() since kfree() does theJesper Juhl2005-05-054-12/+8Star
* | | | NTFS: Fix compilation when configured read-only.Anton Altaparmakov2005-05-055-3/+59
* | | | NTFS: Include linux/swap.h in fs/ntfs/attrib.c for mark_page_accessed().Anton Altaparmakov2005-05-051-0/+1
* | | | NTFS: - Modify ->readpage and ->writepage (fs/ntfs/aops.c) so they detectAnton Altaparmakov2005-05-053-16/+46
* | | | NTFS: Fix sign of various error return values to be negative inAnton Altaparmakov2005-05-052-9/+11
* | | | NTFS: Add fs/ntfs/attrib.[hc]::ntfs_attr_make_non_resident().Anton Altaparmakov2005-05-053-0/+303
* | | | NTFS: - Fix bug in fs/ntfs/attrib.c::ntfs_find_vcn_nolock() where afterAnton Altaparmakov2005-05-057-26/+39