summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* udf: Silence warning about accesses beyond end of deviceJan Kara2008-04-171-1/+5
* udf: Improve anchor block detectionJan Kara2008-04-171-4/+9
* udf: Cleanup anchor block detection.Jan Kara2008-04-172-142/+99Star
* udf: Move processing of virtual partitionsJan Kara2008-04-171-80/+85
* udf: Move filling of partition descriptor info into a separate functionJan Kara2008-04-171-56/+62
* udf: Improve error recovery on mountJan Kara2008-04-171-44/+42Star
* udf: Cleanup volume descriptor sequence processingJan Kara2008-04-171-54/+81
* udf: fix anchor point detectionPavel Emelyanov2008-04-171-9/+6Star
* udf: Remove declarations of arrays of size UDF_NAME_LEN (256 bytes)Jan Kara2008-04-172-92/+93
* udf: Remove checking of existence of filename in udf_add_entry()Jan Kara2008-04-171-37/+1Star
* udf: Mark udf_process_sequence() as noinlineJan Kara2008-04-171-1/+1
* udf: super.c reorganizationMarcin Slusarz2008-04-171-282/+270Star
* udf: remove unneeded kernel_timestamp typeMarcin Slusarz2008-04-173-39/+5Star
* udf: convert udf_stamp_to_time and udf_time_to_stamp to use timestampsMarcin Slusarz2008-04-174-53/+41Star
* udf: convert udf_stamp_to_time to return struct timespecmarcin.slusarz@gmail.com2008-04-174-42/+37Star
* udf: create function for conversion from timestamp to timespecmarcin.slusarz@gmail.com2008-04-171-56/+23Star
* udf: udf_get_block, inode_bmap - remove unneeded checksmarcin.slusarz@gmail.com2008-04-171-12/+0Star
* udf: convert udf_count_free_bitmap to use bitmap_weightMarcin Slusarz2008-04-171-12/+5Star
* udf: replace udf_*_offset macros with functionsmarcin.slusarz@gmail.com2008-04-172-12/+21
* udf: simplify __udf_read_inodemarcin.slusarz@gmail.com2008-04-171-29/+23Star
* udf: replace all adds to little endians variables with le*_add_cpumarcin.slusarz@gmail.com2008-04-173-29/+12Star
* udf: truncate: create function for updating of Allocation Ext Descriptormarcin.slusarz@gmail.com2008-04-171-33/+23Star
* udf: simple cleanup of truncate.cmarcin.slusarz@gmail.com2008-04-171-42/+34Star
* udf: constify crcmarcin.slusarz@gmail.com2008-04-172-3/+3
* udf: udf_CS0toNLS cleanupmarcin.slusarz@gmail.com2008-04-171-11/+8Star
* udf: fix udf_build_ustrMarcin Slusarz2008-04-171-5/+7
* udf: udf_CS0toUTF8 cleanupmarcin.slusarz@gmail.com2008-04-172-18/+11Star
* make udf_error() staticAdrian Bunk2008-04-172-3/+4
* fs/udf: Use DIV_ROUND_UPJulia Lawall2008-04-171-4/+3Star
* udf: move headers out include/linux/Christoph Hellwig2008-04-1712-16/+141
* udf: kill useless file header comments for vfs method implementationsChristoph Hellwig2008-04-175-178/+1Star
* udf: kill udf_set_blocksizeChristoph Hellwig2008-04-171-39/+4Star
* [XFS] If you mount an XFS filesystem with no mount options at all, thenJosef Jeff Sipek2008-02-295-12/+12
* Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2008-02-263-29/+120
|\
| * [XFS] Undo bit ops cleanup mod due to regression on 32-bit powermacLachlan McIlroy2008-02-263-29/+120
| * [XFS] Undo bit ops cleanup mod due to regression on 32-bit powermacLachlan McIlroy2008-02-261-4/+4
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2008-02-268-67/+176
|\ \
| * | ext4: add missing ext4_journal_stop()Akinobu Mita2008-02-251-0/+1
| * | ext4: ext4_find_next_zero_bit needs an aligned address on some archAneesh Kumar K.V2008-02-231-22/+40
| * | ext4: set EXT4_EXTENTS_FL only for directory and regular filesAneesh Kumar K.V2008-02-252-8/+15
| * | ext4: Don't mark filesystem error if fallocate failsAneesh Kumar K.V2008-02-251-5/+6
| * | ext4: Fix BUG when writing to an unitialized extentMingming Cao2008-02-252-3/+57
| * | ext4: Don't use ext4_dec_count() if not neededTheodore Ts'o2008-02-151-3/+3
| * | ext4: modify block allocation algorithm for the last groupValerie Clement2008-02-152-2/+14
| * | ext4: Don't claim block from group which has corrupt bitmapAneesh Kumar K.V2008-02-151-1/+15
| * | ext4: Get journal write access before modifying the extent treeAneesh Kumar K.V2008-02-221-3/+8
| * | ext4: Fix memory and buffer head leak in callers to ext4_ext_find_extent()Aneesh Kumar K.V2008-02-252-3/+8
| * | ext4: Don't leave behind a half-created inode if ext4_mkdir() failsAneesh Kumar K.V2008-02-221-7/+4Star
| * | ext4: Fix kernel BUG at fs/ext4/mballoc.c:910!Valerie Clement2008-02-151-1/+1
| * | ext4: Fix locking hierarchy violation in ext4_fallocate()Aneesh Kumar K.V2008-02-151-7/+3Star