aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2008-04-29jbd2: only create debugfs and stats entries if init is successfulDuane Griffin
2008-04-17jbd2: fix kernel-doc notationRandy Dunlap
2008-04-17jbd2: replace potentially false assertion with if blockDuane Griffin
2008-04-17jbd2: eliminate duplicated code in revocation table init/destroy functionsDuane Griffin
2008-04-28jbd2: tidy up revoke cache initialisation and destructionDuane Griffin
2008-04-17ext4: make ext4_xattr_list() staticMingming Cao
2008-04-17ext4: remove extra define of ext4_new_blocks_old from mballoc.cMingming Cao
2008-04-17ext4: check ext4_journal_get_write_access() errorsAkinobu Mita
2008-04-17ext4: use ext4_get_group_desc()Akinobu Mita
2008-04-17ext4: use ext4_group_first_block_no()Akinobu Mita
2008-04-17ext4: convert byte order of constant instead of variableMarcin Slusarz
2008-04-17ext4: le*_add_cpu conversionMarcin Slusarz
2008-04-17ext4: Convert list_for_each_rcu() to list_for_each_entry_rcu()Aneesh Kumar K.V
2008-04-29ext4: reduce mballoc stack usage with noinline_for_stackEric Sandeen
2008-04-29Convert ext4 to use unlocked_ioctlAndi Kleen
2008-04-29ext4: Cache the correct extent length for uninit extentsAneesh Kumar K.V
2008-04-29ext4: Return unwritten buffer head when trying to read from prealloc space.Aneesh Kumar K.V
2008-04-29ext4: make ext4_ext_get_blocks always return <= max_blocksAneesh Kumar K.V
2008-04-29ext4: Fix fallocate to update the file size in each transactionAneesh Kumar K.V
2008-04-29ext4: Fix race between migration and mmap writeAneesh Kumar K.V
2008-04-17ext4: zero out small extents when writing to prealloc area.Aneesh Kumar K.V
2008-04-29ext4: ENOSPC error handling for writing to an uninitialized extentAneesh Kumar K.V
2008-04-29ext4: Enable extent format for symlinks.Aneesh Kumar K.V
2008-04-17ext4: Fix fallocate error pathAneesh Kumar K.V
2008-04-29ext4: fix mount option parsingJosef Bacik
2008-04-17ext4: fdatasync should skip metadata writeout when overwritingHisashi Hifumi
2008-04-29ext4: check return of ext4_orphan_get properlyJosef Bacik
2008-04-17jbd2: fix possible journal overflow issuesJosef Bacik
2008-04-17jbd2: fix the way the b_modified flag is clearedJosef Bacik
2008-04-29trivial: fix user-visible typo in hfsplusDave Jones
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-04-29aio: fix misleading commentsJeff Moyer
2008-04-29ncpfs: use get/put_unaligned_* helpersHarvey Harrison
2008-04-29isofs: use get/put_unaligned_* helpersHarvey Harrison
2008-04-29hfsplus: use get/put_unaligned_* helpersHarvey Harrison
2008-04-29fat: use get/put_unaligned_* helpersHarvey Harrison
2008-04-29afs: support the CB.ProbeUuid RPC opDavid Howells
2008-04-29afs: the AFS RPC op CBGetCapabilities is actually CBTellMeAboutYourselfDavid Howells
2008-04-29afs: use the shorter LIST_HEAD for brevityRobert P. J. Day
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa
2008-04-29sysctl: add the ->permissions callback on the ctl_table_rootPavel Emelyanov
2008-04-29sysctl: merge equal proc_sys_read and proc_sys_writePavel Emelyanov
2008-04-29jbd2: use non-racy method for proc entries creationDenis V. Lunev
2008-04-29reiserfs: use non-racy method for proc entries creationDenis V. Lunev
2008-04-29ext4: use non-racy method for proc entries creationDenis V. Lunev
2008-04-29afs: use non-racy method for proc entries creationDenis V. Lunev
2008-04-29nfs: use proc_create to setup de->proc_fopsDenis V. Lunev
2008-04-29nfsd: use proc_create to setup de->proc_fopsDenis V. Lunev
2008-04-29proc: introduce proc_create_data to setup de->dataDenis V. Lunev
2008-04-29proc: convert /proc/tty/ldiscs to seq_file interfaceAlexey Dobriyan