summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [patch 3/7] vfs: mountinfo: add mount IDMiklos Szeredi2008-04-231-0/+34
* [patch 2/7] vfs: mountinfo: add seq_file_root()Miklos Szeredi2008-04-232-8/+46
* [patch 1/7] vfs: mountinfo: add dentry_path()Ram Pai2008-04-232-40/+115
* [PATCH] remove unused label in xattr.c (noise from ro-bind)Al Viro2008-04-231-1/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-04-238-43/+63
|\
| * [PATCH] proc_readfd_common() race fixAl Viro2008-04-231-3/+1Star
| * [PATCH] double-free of inode on alloc_file() failure exit in create_write_pipe()Al Viro2008-04-231-0/+3
| * [PATCH] teach seq_file to discard entriesAl Viro2008-04-222-4/+13
| * [PATCH] umount_tree() will unhash everything itselfAl Viro2008-04-221-2/+1Star
| * [PATCH] get rid of more nameidata passing in namespace.cAl Viro2008-04-221-28/+25Star
| * [PATCH] switch a bunch of LSM hooks from nameidata to pathAl Viro2008-04-221-5/+6
| * [PATCH] lock exclusively in collect_mounts() and drop_collected_mounts()Al Viro2008-04-221-4/+4
| * [PATCH] move a bunch of declarations to fs/internal.hAl Viro2008-04-223-0/+13
* | fs: use loff_t type instead of long longDavid Sterba2008-04-232-4/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2008-04-2214-111/+211
|\ \
| * | dlm: common max length definitionsDavid Teigland2008-04-211-2/+0Star
| * | dlm: move plock code from gfs2David Teigland2008-04-218-88/+134
| * | dlm: recover nodes that are removed and re-addedDavid Teigland2008-04-215-16/+74
| * | dlm: save master info after failed no-queue requestDavid Teigland2008-04-211-2/+1Star
| * | dlm: make dlm_print_rsb() staticAdrian Bunk2008-04-212-2/+1Star
| * | dlm: match signedness between dlm_config_info and cluster_setHarvey Harrison2008-04-211-1/+1
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2008-04-2222-1361/+1172Star
|\ \ \ | |_|/ |/| |
| * | udf: use crc_itu_t from lib instead of udf_crcBob Copeland2008-04-179-203/+32Star
| * | udf: Fix compilation warnings when UDF debug is onSebastian Manciulea2008-04-172-4/+5
| * | udf: Fix bug in VAT mapping codeSebastian Manciulea2008-04-172-5/+4Star
| * | udf: Add read-only support for 2.50 UDF mediaJan Kara2008-04-175-14/+258
| * | udf: Fix handling of multisession mediaSebastian Manciulea2008-04-172-9/+6Star
| * | udf: Mount filesystem read-only if it has pseudooverwrite partitionJan Kara2008-04-171-0/+8
| * | udf: Handle VAT packed inside inode properlyJan Kara2008-04-172-12/+22
| * | udf: Allow loading of VAT inodeJan Kara2008-04-171-0/+1
| * | udf: Fix detection of VAT versionJan Kara2008-04-171-2/+2
| * | 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