aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2008-04-17udf: Silence warning about accesses beyond end of deviceJan Kara
2008-04-17udf: Improve anchor block detectionJan Kara
2008-04-17udf: Cleanup anchor block detection.Jan Kara
2008-04-17udf: Move processing of virtual partitionsJan Kara
2008-04-17udf: Move filling of partition descriptor info into a separate functionJan Kara
2008-04-17udf: Improve error recovery on mountJan Kara
2008-04-17udf: Cleanup volume descriptor sequence processingJan Kara
2008-04-17udf: fix anchor point detectionPavel Emelyanov
2008-04-17udf: Remove declarations of arrays of size UDF_NAME_LEN (256 bytes)Jan Kara
2008-04-17udf: Remove checking of existence of filename in udf_add_entry()Jan Kara
2008-04-17udf: Mark udf_process_sequence() as noinlineJan Kara
2008-04-17udf: super.c reorganizationMarcin Slusarz
2008-04-17udf: remove unneeded kernel_timestamp typeMarcin Slusarz
2008-04-17udf: convert udf_stamp_to_time and udf_time_to_stamp to use timestampsMarcin Slusarz
2008-04-17udf: convert udf_stamp_to_time to return struct timespecmarcin.slusarz@gmail.com
2008-04-17udf: create function for conversion from timestamp to timespecmarcin.slusarz@gmail.com
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