summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* jbd: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-283-12/+12
* ext3: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-288-80/+80
* ext3: fix mount messages when quota disabledJan Kara2008-04-281-1/+4
* ext3: retry block allocation if new blocks are allocated from system zoneAneesh Kumar K.V2008-04-281-5/+10
* ext3: fix hang on umount with quotas when journal is abortedJan Kara2008-04-281-1/+7
* ext3: fix update of mtime and ctime on renameJan Kara2008-04-281-0/+2
* jbd: fix possible journal overflow issuesJosef Bacik2008-04-282-3/+21
* jbd: fix the way the b_modified flag is clearedJosef Bacik2008-04-282-16/+13
* fs/ext3: use BUG_ONJulia Lawall2008-04-281-2/+1
* ext3: check ext3_journal_get_write_access() errorsAkinobu Mita2008-04-281-2/+7
* ext3: use ext3_get_group_desc()Akinobu Mita2008-04-281-18/+5
* ext3: add missing ext3_journal_stop()Akinobu Mita2008-04-281-0/+1
* ext3: use ext3_group_first_block_no()Akinobu Mita2008-04-282-7/+4
* make ext3_xattr_list() staticAdrian Bunk2008-04-282-8/+3
* ext3: convert byte order of constant instead of variableMarcin Slusarz2008-04-281-1/+1
* ext3: fdatasync should skip metadata writeout when overwritingHisashi Hifumi2008-04-281-0/+3
* ext2: retry block allocation if new blocks are allocated from system zoneAneesh Kumar K.V2008-04-281-5/+11
* ext2: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-284-16/+16
* fs/ext2: use BUG_ONJulia Lawall2008-04-282-4/+3
* ext2: use ext2_fsblk_t typeAkinobu Mita2008-04-281-5/+5
* ext2: use ext2_group_first_block_no()Akinobu Mita2008-04-283-12/+8
* ext2: improve ext2_readdir() return valueAkinobu Mita2008-04-281-1/+1
* ext2: convert byte order of constant instead of variableMarcin Slusarz2008-04-281-5/+3
* ext2: le*_add_cpu conversionMarcin Slusarz2008-04-283-15/+8
* quota: reiserfs: make reiserfs handle quotaon on remountJan Kara2008-04-281-5/+8
* quota: ext4: make ext4 handle quotaon on remountJan Kara2008-04-281-7/+8
* quota: ext3: make ext3 handle quotaon on remountJan Kara2008-04-281-9/+10
* quota: quota core changes for quotaon on remountJan Kara2008-04-283-14/+78
* quota: various style cleanupsJan Kara2008-04-282-2/+10
* quota: remove superfluous DQUOT_OFF() in fs/namespace.cJan Kara2008-04-281-2/+0
* quota: do not allow setting of quota limits to too high valuesAndrew Perepechko2008-04-283-5/+23
* ncpfs: fix sparse warning in ncpsign_kernel.cHarvey Harrison2008-04-281-1/+1
* ncpfs: fix sparse warnings in ioctl.cHarvey Harrison2008-04-281-9/+8
* ncpfs: add prototypes to ncp_fs.hHarvey Harrison2008-04-281-6/+0
* mempolicy: use struct mempolicy pointer in shmem_sb_infoLee Schermerhorn2008-04-281-1/+1
* xip: support non-struct page backed memoryNick Piggin2008-04-284-28/+22
* return pfn from direct_access, for XIPJared Hulbert2008-04-281-10/+14
* smaps: account swap entriesPeter Zijlstra2008-04-281-4/+12
* vmalloc: show vmalloced areas via /proc/vmallocinfoChristoph Lameter2008-04-281-0/+17
* mempolicy: support optional mode flagsDavid Rientjes2008-04-281-1/+1
* mm: filter based on a nodemask as well as a gfp_maskMel Gorman2008-04-281-4/+5
* mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman2008-04-281-3/+3
* mm: use two zonelist that are filtered by GFP maskMel Gorman2008-04-281-4/+6
* mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman2008-04-281-3/+3
* mm: use zonelists instead of zones when direct reclaiming pagesMel Gorman2008-04-281-4/+4
* make swap_pte_to_pagemap_entry() staticAdrian Bunk2008-04-281-1/+1
* mm: remove nopageNick Piggin2008-04-281-1/+1
* Remove set_migrateflags()Christoph Lameter2008-04-281-2/+1
* aio: io_getevents() should return if io_destroy() is invokedJeff Moyer2008-04-281-1/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-04-273-17/+82
|\
OpenPOWER on IntegriCloud