aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/super.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-8/+12
2012-09-21userns: Convert the udf filesystem to use kuid/kgid where appropriateEric W. Biederman1-8/+12
2012-08-15udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky1-1/+4
2012-08-15UDF: During mount free lvid_bh before rescanning with different blocksizeAshish Sangwan1-0/+2
2012-07-10udf: Improve table length check to avoid possible overflowJan Kara1-1/+1
2012-07-09udf: Fix memory leak when mountingJan Kara1-58/+64
2012-07-09udf: stop using s_dirtArtem Bityutskiy1-6/+0
2012-06-28udf: Fortify loading of sparing tableJan Kara1-33/+53
2012-06-28udf: Avoid run away loop when partition table length is corruptedJan Kara1-1/+9
2012-06-28udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()Jan Kara1-4/+2
2012-03-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-4/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro1-0/+3
2012-02-29udf: Remove unnecessary OOM messagesJoe Perches1-4/+1
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+6
2012-01-09udf: Mark LVID buffer as uptodate before marking it dirtyJan Kara1-0/+6
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-3/+3
2012-01-03udf: propagate umode_tAl Viro1-6/+6
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-10-31udf: Cleanup metadata flags handlingJan Kara1-4/+4
2011-10-31udf: Skip mirror metadata FE loading when metadata FE is okNamjae Jeon1-35/+33
2011-10-31udf: Neaten udf_debug usesJoe Perches1-44/+34
2011-10-31udf: Neaten logging output, use vsprintf extension %pVJoe Perches1-11/+17
2011-10-31udf: Convert printks to pr_<level>Joe Perches1-41/+32
2011-10-10udf: Rename udf_warning to udf_warnJoe Perches1-14/+8
2011-10-10udf: Rename udf_error to udf_errJoe Perches1-16/+11
2011-10-10udf: Promote some debugging messages to udf_errorJoe Perches1-4/+2
2011-01-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-26/+41
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-06udf: Remove unnecessary bkl usagesAlessio Igor Bogani1-8/+1
2011-01-06udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info...Alessio Igor Bogani1-0/+1
2011-01-06udf: Remove BKL from free space counting functionsJan Kara1-9/+2
2011-01-06udf: Remove BKL from udf_put_super() and udf_remount_fs()Jan Kara1-6/+0
2011-01-06udf: Protect default inode credentials by rwlockJan Kara1-0/+3
2011-01-06udf: Protect all modifications of LVID with s_alloc_mutexJan Kara1-0/+5
2011-01-06udf: Move handling of uniqueID into a helper function and protect it by a s_a...Jan Kara1-0/+27
2011-01-06fs/udf: Use vzallocJoe Perches1-3/+2
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-1/+7
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2010-08-09switch udf to ->evict_inode()Al Viro1-2/+1
2010-08-02udf: super.c Fix warning: variable 'sbi' set but not usedJustin P. Mattock1-2/+0
2010-05-24udf: Remove dead quota codeJan Kara1-16/+2
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-1/+1
2010-05-24quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig1-1/+5
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig1-0/+2
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig1-4/+2
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig1-7/+18
2009-12-14udf: Try harder when looking for VAT inodeJan Kara1-8/+24
2009-07-30udf: Fix loading of VAT inode when drive wrongly reports number of recorded b...Jan Kara1-0/+12
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-1/+5
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+5
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-04-02udf: Don't write integrity descriptor too oftenJan Kara1-19/+25
2009-04-02udf: Try anchor in block 256 firstJan Kara1-247/+185
2009-04-02udf: Some type fixes and cleanupsJan Kara1-6/+4
2009-04-02udf: use hardware sector sizeClemens Ladisch1-21/+49
2009-04-02udf: fix novrs mount optionClemens Ladisch1-0/+1
2009-04-02udf: return f_fsid for statfs(2)Coly Li1-1/+3
2009-04-02udf: Add checks to not underflow sector_tJan Kara1-8/+13
2009-04-02udf: fix default mode and dmode options handlingMarcin Slusarz1-4/+4
2009-04-02udf: unsigned last[i] cannot be less than 0roel kluin1-2/+0
2009-04-02udf: implement mode and dmode mounting optionsMarcin Slusarz1-1/+30
2009-04-02udf: reduce stack usage of udf_load_pvoldescMarcin Slusarz1-11/+25
2009-04-02Fix the udf code not to pass structs on stack where possible.Pekka Enberg1-11/+11
2009-04-02Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg1-24/+24
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-06-24udf: Fix regression in UDF anchor block detectionTomas Janousek1-34/+23
2008-05-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+1
2008-05-07udf: Make udf exportableRasmus Rohde1-0/+1
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-17udf: use crc_itu_t from lib instead of udf_crcBob Copeland1-5/+5
2008-04-17udf: Fix compilation warnings when UDF debug is onSebastian Manciulea1-3/+4
2008-04-17udf: Fix bug in VAT mapping codeSebastian Manciulea1-4/+2
2008-04-17udf: Add read-only support for 2.50 UDF mediaJan Kara1-13/+177
2008-04-17udf: Fix handling of multisession mediaSebastian Manciulea1-1/+1
2008-04-17udf: Mount filesystem read-only if it has pseudooverwrite partitionJan Kara1-0/+8
2008-04-17udf: Handle VAT packed inside inode properlyJan Kara1-9/+15
2008-04-17udf: Fix detection of VAT versionJan Kara1-2/+2
2008-04-17udf: Silence warning about accesses beyond end of deviceJan Kara1-1/+5
2008-04-17udf: Improve anchor block detectionJan Kara1-4/+9
2008-04-17udf: Cleanup anchor block detection.Jan Kara1-141/+98
2008-04-17udf: Move processing of virtual partitionsJan Kara1-80/+85
2008-04-17udf: Move filling of partition descriptor info into a separate functionJan Kara1-56/+62
2008-04-17udf: Improve error recovery on mountJan Kara1-44/+42
2008-04-17udf: Cleanup volume descriptor sequence processingJan Kara1-54/+81
2008-04-17udf: fix anchor point detectionPavel Emelyanov1-9/+6
2008-04-17udf: Mark udf_process_sequence() as noinlineJan Kara1-1/+1
2008-04-17udf: super.c reorganizationMarcin Slusarz1-282/+270
2008-04-17udf: remove unneeded kernel_timestamp typeMarcin Slusarz1-4/+5
2008-04-17udf: convert udf_stamp_to_time and udf_time_to_stamp to use timestampsMarcin Slusarz1-12/+10
2008-04-17udf: convert udf_stamp_to_time to return struct timespecmarcin.slusarz@gmail.com1-7/+2
2008-04-17udf: convert udf_count_free_bitmap to use bitmap_weightMarcin Slusarz1-12/+5
2008-04-17make udf_error() staticAdrian Bunk1-2/+4
2008-04-17fs/udf: Use DIV_ROUND_UPJulia Lawall1-4/+3
2008-04-17udf: move headers out include/linux/Christoph Hellwig1-1/+0
2008-04-17udf: kill useless file header comments for vfs method implementationsChristoph Hellwig1-42/+0
2008-04-17udf: kill udf_set_blocksizeChristoph Hellwig1-39/+4
2008-02-08mount options: fix udfMiklos Szeredi1-4/+70
2008-02-08kill UDFFS_{DATE,VERSION}Adrian Bunk1-2/+1
2008-02-08udf: improve readability of udf_load_partitionMarcin Slusarz1-29/+30
2008-02-08udf: remove UDF_I_* macros and open code themMarcin Slusarz1-1/+1
2008-02-08udf: convert byte order of constant instead of variableMarcin Slusarz1-8/+8
2008-02-08udf: create common function for tag checksummingMarcin Slusarz1-14/+2
2008-02-08udf: fix coding styleMarcin Slusarz1-134/+243
2008-02-08udf: fix sparse warnings (shadowing & mismatch between declaration and defini...Marcin Slusarz1-2/+1
2008-02-08udf: move calculating of nr_groups into helper functionMarcin Slusarz1-6/+10
2008-02-08udf: convert macros related to bitmaps to functionsMarcin Slusarz1-6/+55
2008-02-08udf: check if udf_load_logicalvol failedMarcin Slusarz1-1/+4
2008-02-08udf: convert UDF_SB_ALLOC_PARTMAPS macro to udf_sb_alloc_partition_maps functionMarcin Slusarz1-2/+23
2008-02-08udf: remove some ugly macrosMarcin Slusarz1-242/+304
2008-02-08udf: fix coding style of super.cMarcin Slusarz1-129/+166
2007-10-17UDF: coding style fixupsCyrill Gorcunov1-32/+19
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-08-31UDF: handle wrong superblock betterJan Kara1-4/+22
2007-07-31UDF: fix UID and GID mount option ignoranceCyrill Gorcunov1-0/+2
2007-07-21UDF: coding style conversion - lindent fixupsCyrill Gorcunov1-635/+388
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-19UDF: coding style conversion - lindentCyrill Gorcunov1-750/+875
2007-07-17arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()Jeff Garzik1-1/+1
2007-06-01parse errors in ifdefsYoann Padioleau1-1/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-4/+2
2007-05-08udf: possible null pointer dereference while load_partitionDmitriy Monakhov1-0/+2
2007-05-08udf: support files larger than 1GJan Kara1-1/+1
2007-05-08udf: use get_bh()Jan Kara1-28/+28
2007-05-08UDF: introduce struct extent_positionJan Kara1-9/+8
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-3/+1
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2006-12-07[PATCH] fs/*: trivial vsnprintf() conversionAlexey Dobriyan1-2/+2
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-10-05[PATCH] UDF: Fix mounting read-writePeter Osterlund1-1/+2
2006-09-29[PATCH] mount udf UDF_PART_FLAG_READ_ONLY partitions with MS_RDONLYEric Sandeen1-0/+4
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-2/+1
2006-08-22Fix possible UDF deadlock and memory corruption (CVE-2006-4145)Jan Kara1-1/+1
2006-08-14[PATCH] initialize parts of udf inode earlier in createDan Bastone1-0/+7
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-2/+4
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson1-1/+2
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson1-1/+1
2006-03-24[PATCH] fs: Use ARRAY_SIZE macroTobias Klauser1-12/+7
2006-03-23[PATCH] sem2mutex: UDFIngo Molnar1-1/+1
2006-03-08[PATCH] udf: fix uid/gid options and add uid/gid=ignore and forget optionsPhillip Susi1-1/+17
2006-01-03remove pointers to the defunct UDF mailing listAdrian Bunk1-5/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1934