aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2008-04-17udf: udf_get_block, inode_bmap - remove unneeded checksmarcin.slusarz@gmail.com
2008-04-17udf: convert udf_count_free_bitmap to use bitmap_weightMarcin Slusarz
2008-04-17udf: replace udf_*_offset macros with functionsmarcin.slusarz@gmail.com
2008-04-17udf: simplify __udf_read_inodemarcin.slusarz@gmail.com
2008-04-17udf: replace all adds to little endians variables with le*_add_cpumarcin.slusarz@gmail.com
2008-04-17udf: truncate: create function for updating of Allocation Ext Descriptormarcin.slusarz@gmail.com
2008-04-17udf: simple cleanup of truncate.cmarcin.slusarz@gmail.com
2008-04-17udf: constify crcmarcin.slusarz@gmail.com
2008-04-17udf: udf_CS0toNLS cleanupmarcin.slusarz@gmail.com
2008-04-17udf: fix udf_build_ustrMarcin Slusarz
2008-04-17udf: udf_CS0toUTF8 cleanupmarcin.slusarz@gmail.com
2008-04-17make udf_error() staticAdrian Bunk
2008-04-17fs/udf: Use DIV_ROUND_UPJulia Lawall
2008-04-17udf: move headers out include/linux/Christoph Hellwig
2008-04-17udf: kill useless file header comments for vfs method implementationsChristoph Hellwig
2008-04-17udf: kill udf_set_blocksizeChristoph Hellwig
2008-02-28[XFS] If you mount an XFS filesystem with no mount options at all, thenJosef Jeff Sipek
2008-02-26Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds
2008-02-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2008-02-26[XFS] Undo bit ops cleanup mod due to regression on 32-bit powermacLachlan McIlroy
2008-02-26[XFS] Undo bit ops cleanup mod due to regression on 32-bit powermacLachlan McIlroy
2008-02-25ext4: add missing ext4_journal_stop()Akinobu Mita
2008-02-25latencytop: change /proc task_struct access methodHiroshi Shimamoto
2008-02-25latencytop: fix memory leak on latency proc fileHiroshi Shimamoto
2008-02-25latencytop: fix kernel panic while reading latency proc fileHiroshi Shimamoto
2008-02-23proc: add RLIMIT_RTTIME to /proc/<pid>/limitsEugene Teo
2008-02-23efs: move headers out of include/linux/Christoph Hellwig
2008-02-23/proc/pid/pagemap: fix PM_SPECIAL macroHans Rosenfeld
2008-02-23ufs: fix parenthesisation in ufs_set_fs_state()Roel Kluin
2008-02-23fuse: fix permission checkingMiklos Szeredi
2008-02-23ext4: ext4_find_next_zero_bit needs an aligned address on some archAneesh Kumar K.V
2008-02-25ext4: set EXT4_EXTENTS_FL only for directory and regular filesAneesh Kumar K.V
2008-02-25ext4: Don't mark filesystem error if fallocate failsAneesh Kumar K.V
2008-02-25ext4: Fix BUG when writing to an unitialized extentMingming Cao
2008-02-21Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2008-02-21Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov
2008-02-21dlm: fix rcom_names message to selfDavid Teigland
2008-02-20Remove empty file remnants that were left in the tree by mistakeLinus Torvalds
2008-02-20nfs: fix sparse warningsHarvey Harrison
2008-02-20NFS: flush signals before taking down callback threadJeff Layton
2008-02-19fs/block_dev.c: remove #if 0'ed codeAdrian Bunk
2008-02-19make struct def_blk_aops staticAdrian Bunk
2008-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into f...Lachlan McIlroy
2008-02-18[XFS] Added quota targets and removed dmapi directoryLachlan McIlroy
2008-02-18[XFS] Fix up xfs out-of-tree builds. (a.k.a. external modules)Eric Sandeen
2008-02-18[XFS] Remove Makefile wrappers in XFSAndi Kleen
2008-02-15ext4: Don't use ext4_dec_count() if not neededTheodore Ts'o
2008-02-15ext4: modify block allocation algorithm for the last groupValerie Clement
2008-02-15ext4: Don't claim block from group which has corrupt bitmapAneesh Kumar K.V
2008-02-22ext4: Get journal write access before modifying the extent treeAneesh Kumar K.V