summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-04-29[XFS] Don't initialise new inode generation numbers to zeroDavid Chinner1-0/+10
2008-04-29[XFS] Fix check for block zero access in xfs_write_iomap_allocate()David Chinner1-8/+5
2008-04-29[XFS] Don't double count reserved block changes on UP.David Chinner1-4/+0
2008-04-29[XFS] remove xfs_log_ticket_zone on rmmodAlexey Dobriyan1-0/+1
2008-04-29[XFS] fix non-smp xfs buildEric Sandeen1-0/+1
2008-04-29[XFS] Fix broken HAVE_SPLICE removal commit.Donald Douwsma2-2/+1
2008-04-29[XFS] kill XFS_ICSB_SB_LOCKEDChristoph Hellwig2-2/+1
2008-04-29[XFS] split xfs_icsb_balance_counterChristoph Hellwig1-27/+31
2008-04-29[XFS] Add xfs_icsb_sync_counters_locked for when m_sb_lock already heldChristoph Hellwig4-20/+14
2008-04-29[XFS] Cleanup xfs_attr a bit with xfs_name and remove credBarry Naujok5-52/+62
2008-04-29[XFS] kill usesless IHOLD calls in xfs_remove and xfs_rmdirChristoph Hellwig1-59/+4
2008-04-29[XFS] kill parent == child checks in xfs_remove and xfs_rmdirChristoph Hellwig1-19/+6
2008-04-29[XFS] kill usesless IHOLD calls in xfs_renameChristoph Hellwig1-65/+10
2008-04-29[XFS] remove manual lookup from xfs_rename and simplify lockingChristoph Hellwig8-200/+55
2008-04-29[XFS] shrink mrlock_tChristoph Hellwig15-175/+154
2008-04-29[XFS] simplify xfs_lookupChristoph Hellwig1-7/+15
2008-04-29[XFS] xfs_rename: pass resblks to xfs_dir_removenameChristoph Hellwig1-1/+1
2008-04-29[XFS] kill di_mode checks after xfs_igetChristoph Hellwig5-20/+2
2008-04-29[XFS] kill xfs_getattrChristoph Hellwig3-160/+7
2008-04-29[XFS] Remove VN_IS* macros and related cruft.Christoph Hellwig3-43/+7
2008-04-28fatfs: fix build warning with 64k PAGE_SIZEOlof Johansson1-1/+1
2008-04-28fat: detect media without partition table correctlyFrank Seidel1-3/+17
2008-04-28FAT_VALID_MEDIA(): remove pointless testAndrew Morton1-1/+1
2008-04-28fat: use __getname()OGAWA Hirofumi2-16/+14
2008-04-28vfat: bug fix for vfat cannot handle filename with 255Keith Mok2-30/+39
2008-04-28Add balance_dirty_pages_ratelimited() to cont_expand_zero()OGAWA Hirofumi1-0/+2
2008-04-28fat: Remove fat_clusters_flush()OGAWA Hirofumi1-2/+0
2008-04-28fat: Update free_clusters even if it is untrustedOGAWA Hirofumi2-5/+9
2008-04-28fat: Add allow_utime optionOGAWA Hirofumi2-3/+39
2008-04-28fat: fat_setattr() fixOGAWA Hirofumi1-9/+6
2008-04-28fat: fat_notify_change() and check_mode() cleanupOGAWA Hirofumi3-101/+86
2008-04-28fat: kill is_bad_inode() checkOGAWA Hirofumi1-7/+2
2008-04-28reiserfs: unpack tails on quota filesJan Kara2-8/+13
2008-04-28reiserfs: fix hang on umount with quotas when journal is abortedJan Kara1-1/+7
2008-04-28reiserfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison4-13/+13
2008-04-28reiserfs: fix more sparse warnings in do_balan.cHarvey Harrison1-7/+7
2008-04-28reiserfs: fix sparse warning in journal.cHarvey Harrison1-1/+1
2008-04-28reiserfs: le*_add_cpu conversionMarcin Slusarz2-5/+3
2008-04-28udf: fix sparse warning in namei.cHarvey Harrison1-4/+4
2008-04-28ufs: replace __inline with inlineHarvey Harrison1-1/+1
2008-04-28ufs: remove unused fs64_add and fs64_subMarcin Slusarz1-18/+0
2008-04-28ufs: replace remaining __FUNCTION__ occurrencesHarvey Harrison4-11/+11
2008-04-28ufs: [bl]e*_add_cpu conversionMarcin Slusarz1-8/+8
2008-04-28jbd: replace remaining __FUNCTION__ occurrencesHarvey Harrison3-12/+12
2008-04-28ext3: replace remaining __FUNCTION__ occurrencesHarvey Harrison8-80/+80
2008-04-28ext3: fix mount messages when quota disabledJan Kara1-1/+4
2008-04-28ext3: retry block allocation if new blocks are allocated from system zoneAneesh Kumar K.V1-5/+10
2008-04-28ext3: fix hang on umount with quotas when journal is abortedJan Kara1-1/+7
2008-04-28ext3: fix update of mtime and ctime on renameJan Kara1-0/+2
2008-04-28jbd: fix possible journal overflow issuesJosef Bacik2-3/+21