summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2005-05-27NTFS: Remove spurious void pointer casts from fs/ntfs/.Pekka Enberg3-4/+4
2005-05-25Merge with /usr/src/ntfs-2.6.gitAnton Altaparmakov2-2/+3
2005-05-22[PATCH] reiserfs: max_key fixVladimir Saveliev2-2/+3
2005-05-22Merge with /usr/src/ntfs-2.6.gitAnton Altaparmakov47-254/+368
2005-05-19[AF_UNIX]: Use lookup_create().Christoph Hellwig1-0/+1
2005-05-18[PATCH] Avoid console spam with ext3 aborted journal.Stephen Tweedie1-1/+9
2005-05-17[PATCH] block_read_full_page() get_block() error handling fixAndrew Morton1-2/+6
2005-05-17[PATCH] fix impossible VmallocChunkHugh Dickins1-2/+12
2005-05-17[PATCH] fix Linux kernel ELF core dump privilege elevationGreg Kroah-Hartman1-2/+2
2005-05-07[PATCH] revert msdos partitioning fixAndrew Morton1-5/+0
2005-05-06[PATCH] fs/udf/udftime.c: fix off by one errorAdrian Bunk1-1/+1
2005-05-06[PATCH] comments on locking of task->commPaolo 'Blaisorblade' Giarrusso1-1/+3
2005-05-06[PATCH] reiserfs: use NULL instead of 0Randy.Dunlap1-1/+1
2005-05-06[PATCH] make some things staticAdrian Bunk16-32/+45
2005-05-06[PATCH] revert ext3-writepages-support-for-writeback-modeAndrew Morton2-57/+1
2005-05-06[PATCH] remove do_sync parameter from __invalidate_deviceChristoph Hellwig2-19/+4
2005-05-06[PATCH] remove BK documentationAdrian Bunk1-3/+3
2005-05-06[PATCH] __block_write_full_page() simplificationAndrew Morton1-9/+1
2005-05-06[PATCH] __block_write_full_page speedupAndrew Morton1-5/+1
2005-05-06[PATCH] __block_write_full_page race fixNick Piggin1-5/+13
2005-05-06[PATCH] fix race in __block_prepare_writeNick Piggin1-4/+6
2005-05-06[PATCH] uml: hostfs failed mount handlingJeff Dike1-3/+7
2005-05-06[PATCH] avoid -ENOMEM due reclaimable slab cachesAndrea Arcangeli2-2/+2
2005-05-06Merge with /usr/src/ntfs-2.6.gitAnton Altaparmakov2-9/+13
2005-05-06[XFS] Cleanup use of loff_t vs xfs_off_t in the core code.Nathan Scott4-19/+19
2005-05-06[XFS] Use the right offset when ensuring a delayed allocate conversion has co...Nathan Scott4-46/+56
2005-05-06[XFS] Do not do delalloc conversion on pages beyond EOF ever, not just sometimesNathan Scott1-5/+3
2005-05-06[XFS] remove noisy printk at vnode trace allocationEric Sandeen1-1/+0
2005-05-06[XFS] stop background sync from waiting for in-use inodesDaniel Moore1-1/+4
2005-05-06[XFS] Disable the combination of XFS direct IO and AIO until the IO completionNathan Scott2-2/+44
2005-05-06[XFS] Resolve an issue with xfsbufd not getting along with swsusp.Nathan Scott1-2/+9
2005-05-06[XFS] Fix up warningsEric Sandeen2-4/+4
2005-05-06[XFS] Allow initial XFS delayed allocation size to be increased beyond 64KB.Nathan Scott2-25/+48
2005-05-06[XFS] Add ATTR_NOLOCK for xfs_setattr to indicate that XFS_IOLOCK is heldDean Roehrich2-2/+10
2005-05-06[XFS] Enable XFS_VNODE_TRACEEric Sandeen2-2/+3
2005-05-06[XFS] Fix up uses of nlink_t incorrectly restricting us to 2^16 links for som...Nathan Scott6-7/+8
2005-05-06[XFS] Block mount attempts for filesystems with version 1 directories.Nathan Scott1-0/+9
2005-05-06[XFS] Move the XFS inode to the front of its hash list on a cache hitNathan Scott1-1/+50
2005-05-05Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse1-3/+3
2005-05-05NTFS: Use MAX_BUF_PER_PAGE instead of variable sized array allocation forAnton Altaparmakov2-6/+10
2005-05-05NTFS: Minor cleanup: Define and use NTFS_MAX_CLUSTER_SIZE constant insteadAnton Altaparmakov3-3/+8
2005-05-05NTFS: Update attribute definition handling.Anton Altaparmakov4-27/+40
2005-05-05NTFS: Some utilities modify the boot sector but do not update the checksum.Anton Altaparmakov2-4/+13
2005-05-05NTFS: Remove checks for NULL before calling kfree() since kfree() does theJesper Juhl4-12/+8
2005-05-05NTFS: Fix compilation when configured read-only.Anton Altaparmakov5-3/+59
2005-05-05NTFS: Include linux/swap.h in fs/ntfs/attrib.c for mark_page_accessed().Anton Altaparmakov1-0/+1
2005-05-05NTFS: - Modify ->readpage and ->writepage (fs/ntfs/aops.c) so they detectAnton Altaparmakov3-16/+46
2005-05-05NTFS: Fix sign of various error return values to be negative inAnton Altaparmakov2-9/+11
2005-05-05NTFS: Add fs/ntfs/attrib.[hc]::ntfs_attr_make_non_resident().Anton Altaparmakov3-0/+303
2005-05-05NTFS: - Fix bug in fs/ntfs/attrib.c::ntfs_find_vcn_nolock() where afterAnton Altaparmakov7-26/+39