aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-48/+63
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-15/+4
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 Viro2-13/+3
2012-03-20udf: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-10udf: Fix deadlock in udf_release_file()Jan Kara1-2/+0
2012-02-29udf: Fix deadlock in udf_release_file()Jan Kara1-2/+0
2012-02-29udf: Fix file entry logicalBlocksRecordedSteve Nickel1-6/+10
2012-02-29udf: Fix handling of i_blocksJan Kara1-38/+46
2012-02-29udf: Init/maintain file entry checkpoint fieldSteve Nickel3-0/+6
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 Torvalds4-31/+52
2012-01-09udf: Mark LVID buffer as uptodate before marking it dirtyJan Kara1-0/+6
2012-01-09udf: Treat symlink component of type 2 as /Jan Kara1-4/+10
2012-01-09udf: Fix deadlock when converting file from in-ICB one to normal oneJan Kara2-6/+21
2012-01-09udf: Cleanup calling convention of inode_getblk()Jan Kara1-21/+15
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-3/+3
2012-01-03udf: propagate umode_tAl Viro5-15/+15
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2-12/+11
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds13-236/+230
2011-11-02filesystems: add set_nlink()Miklos Szeredi2-5/+7
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-7/+4
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-2/+2
2011-10-31udf: Cleanup metadata flags handlingJan Kara3-8/+10
2011-10-31udf: Skip mirror metadata FE loading when metadata FE is okNamjae Jeon4-36/+43
2011-10-31udf: Neaten udf_debug usesJoe Perches6-59/+50
2011-10-31udf: Neaten logging output, use vsprintf extension %pVJoe Perches1-11/+17
2011-10-31udf: Convert printks to pr_<level>Joe Perches7-98/+83
2011-10-10udf: Rename udf_warning to udf_warnJoe Perches4-20/+15
2011-10-10udf: Rename udf_error to udf_errJoe Perches3-29/+23
2011-10-10udf: Promote some debugging messages to udf_errorJoe Perches3-10/+18
2011-10-06udf: Add readpages support for udf.Namjae Jeon1-1/+9
2011-07-20switch udf_ioctl() to inode_permission()Al Viro1-1/+1
2011-05-28udf: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-2/+0
2011-03-23udf: use little-endian bitopsAkinobu Mita1-5/+4
2011-03-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-172/+236
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V1-1/+6
2011-03-10block: remove per-queue pluggingJens Axboe2-2/+0
2011-03-03udf: fix i_nlink limitAl Viro1-6/+5
2011-02-23UDF: Fix compiler warningDirk Behme1-2/+2
2011-02-23udf: Convert UDF to new truncate calling sequenceJan Kara4-170/+234
2011-01-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds13-180/+164
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-06UDF: Close small mem leak in udf_find_entry()Jesper Juhl1-4/+2
2011-01-06udf: Fix directory corruption after extent mergingJan Kara1-6/+10
2011-01-06udf: Protect udf_file_aio_write from possible racesJan Kara1-0/+3
2011-01-06udf: Remove unnecessary bkl usagesAlessio Igor Bogani5-47/+1
2011-01-06udf: Use of s_alloc_mutex to serialize udf_relocate_blocks() executionAlessio Igor Bogani1-8/+19
2011-01-06udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info...Alessio Igor Bogani6-19/+37
2011-01-06udf: Remove BKL from free space counting functionsJan Kara1-9/+2
2011-01-06udf: Call udf_add_free_space() for more blocks at once in udf_free_blocks()Jan Kara1-2/+1
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 Kara3-7/+14
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 Kara4-53/+47
2011-01-06udf: Remove BKL from udf_update_inodeJan Kara2-11/+3
2011-01-06udf: Convert UDF_SB(sb)->s_flags to use bitopsJan Kara1-4/+16
2011-01-06fs/udf: Add printf format/argument verificationJoe Perches1-0/+2
2011-01-06fs/udf: Use vzallocJoe Perches1-3/+2
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-1/+7
2010-10-21BKL: introduce CONFIG_BKL.Arnd Bergmann1-0/+1
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 Torvalds5-38/+53
2010-08-09switch udf to ->evict_inode()Al Viro4-35/+21
2010-08-09remove inode_setattrChristoph Hellwig1-1/+11
2010-08-09add missing setattr methodsChristoph Hellwig1-0/+12
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig1-3/+10
2010-08-02udf: super.c Fix warning: variable 'sbi' set but not usedJustin P. Mattock1-2/+0
2010-08-02udf: remove duplicated #includeHuang Weiyi1-1/+0
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds7-118/+11
2010-05-27rename the generic fsync implementationsChristoph Hellwig2-2/+2
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck1-0/+1
2010-05-24udf: Remove dead quota codeJan Kara7-128/+6
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
2010-05-21udf: replace inode uid,gid,mode init with helperDmitry Monakhov2-17/+4
2010-05-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds3-19/+29
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov1-1/+1
2010-05-05udf: BKL ioctl pushdownJohn Kacur3-19/+29
2010-04-08udf: add speciffic ->setattr callbackDmitry Monakhov4-4/+12
2010-04-08udf: potential integer overflowDan Carpenter1-6/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo3-2/+1
2010-03-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-65/+18
2010-03-09udf: use ext2_find_next_bitAkinobu Mita1-48/+1
2010-03-09udf: Do not read inode before writing itJan Kara1-3/+3
2010-03-09udf: Fix unalloc space handling in udf_update_inodeJan Kara1-14/+14
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-23/+77
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig2-3/+3
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig4-12/+12
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig3-1/+25
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig2-3/+3
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig1-0/+2
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-1/+1
2010-03-05dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig1-1/+22
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig1-4/+6
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig1-15/+20
2010-03-03sanitize const/signedness for udfAl Viro5-19/+19
2010-02-05tree-wide: fix 'lenght' typo in comments and codeDaniel Mack1-1/+1
2009-12-14udf: Avoid IO in udf_clear_inodeJan Kara3-22/+41
2009-12-14udf: Try harder when looking for VAT inodeJan Kara1-8/+24
2009-12-14udf: Fix compilation with UDFFS_DEBUG enabledJan Kara1-1/+1
2009-09-14udf: Fix possible corruption when close races with writeJan Kara1-0/+2
2009-09-14udf: Perform preallocation only for regular filesJan Kara1-9/+10
2009-09-14udf: Remove wrong assignment in udf_symlinkJan Kara1-1/+0
2009-09-14udf: Remove dead codeJan Kara2-90/+0
2009-07-30udf: Fix loading of VAT inode when drive wrongly reports number of recorded b...Jan Kara1-0/+12
2009-06-24udf: remove redundant tests on unsignedRoel Kluin1-5/+4
2009-06-18udf: Use device size when drive reported bogus number of written blocksJan Kara1-1/+6
2009-06-11switch udf to simple_fsync()Al Viro5-58/+3
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 Kara5-47/+52
2009-04-02udf: Try anchor in block 256 firstJan Kara2-248/+186
2009-04-02udf: Some type fixes and cleanupsJan Kara1-6/+4
2009-04-02udf: use hardware sector sizeClemens Ladisch2-21/+50
2009-04-02udf: fix novrs mount optionClemens Ladisch1-0/+1
2009-04-02udf: Fix oops when invalid character in filename occursJan Kara1-5/+16
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 Slusarz3-6/+8
2009-04-02udf: fix sparse warnings:Jan Kara1-14/+8
2009-04-02udf: unsigned last[i] cannot be less than 0roel kluin1-2/+0
2009-04-02udf: implement mode and dmode mounting optionsMarcin Slusarz3-3/+41
2009-04-02udf: reduce stack usage of udf_get_filenameMarcin Slusarz1-16/+25
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 Enberg10-116/+130
2009-04-02Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg15-442/+444
2009-03-26udf: Use lowercase names of quota functionsJan Kara2-11/+11
2009-01-22fs/Kconfig: move iso9660, udf outAlexey Dobriyan1-0/+18
2008-12-04Merge branch 'master' into nextJames Morris1-0/+1
2008-11-27udf: Fix BUG_ON() in destroy_inode()Jan Kara1-0/+1
2008-11-14CRED: Wrap task credential accesses in the UDF filesystemDavid Howells2-3/+3
2008-10-23[PATCH] get rid of on-stack dentry in udfAl Viro1-15/+11
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig1-15/+2
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-09-08udf: add llseek methodChristoph Hellwig1-0/+1
2008-08-19udf: Fix error paths in udf_new_inode()Jan Kara1-23/+18
2008-08-19udf: Fix lock inversion between iprune_mutex and alloc_mutex (v2)Jan Kara1-2/+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-06-16udf: restore UDFFS_DEBUG to being undefined by defaultPaul Collins1-1/+1
2008-05-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds4-6/+145
2008-05-07udf: Fix memory corruption when fs mounted with noadinicb optionJan Kara1-2/+3
2008-05-07udf: Make udf exportableRasmus Rohde3-2/+140
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-28udf: fs/udf/partition.c:udf_get_pblock() mustn't be inlineAdrian Bunk1-2/+2
2008-04-28udf: fix sparse warning in namei.cHarvey Harrison1-4/+4
2008-04-17udf: use crc_itu_t from lib instead of udf_crcBob Copeland8-203/+31
2008-04-17udf: Fix compilation warnings when UDF debug is onSebastian Manciulea2-4/+5
2008-04-17udf: Fix bug in VAT mapping codeSebastian Manciulea2-5/+4
2008-04-17udf: Add read-only support for 2.50 UDF mediaJan Kara5-14/+258
2008-04-17udf: Fix handling of multisession mediaSebastian Manciulea2-9/+6
2008-04-17udf: Mount filesystem read-only if it has pseudooverwrite partitionJan Kara1-0/+8
2008-04-17udf: Handle VAT packed inside inode properlyJan Kara2-12/+22
2008-04-17udf: Allow loading of VAT inodeJan Kara1-0/+1
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 Kara2-142/+99
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: Remove declarations of arrays of size UDF_NAME_LEN (256 bytes)Jan Kara2-92/+93
2008-04-17udf: Remove checking of existence of filename in udf_add_entry()Jan Kara1-37/+1
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 Slusarz3-39/+5
2008-04-17udf: convert udf_stamp_to_time and udf_time_to_stamp to use timestampsMarcin Slusarz4-53/+41
2008-04-17udf: convert udf_stamp_to_time to return struct timespecmarcin.slusarz@gmail.com4-42/+37
2008-04-17udf: create function for conversion from timestamp to timespecmarcin.slusarz@gmail.com1-56/+23
2008-04-17udf: udf_get_block, inode_bmap - remove unneeded checksmarcin.slusarz@gmail.com1-12/+0
2008-04-17udf: convert udf_count_free_bitmap to use bitmap_weightMarcin Slusarz1-12/+5
2008-04-17udf: replace udf_*_offset macros with functionsmarcin.slusarz@gmail.com2-12/+21
2008-04-17udf: simplify __udf_read_inodemarcin.slusarz@gmail.com1-29/+23
2008-04-17udf: replace all adds to little endians variables with le*_add_cpumarcin.slusarz@gmail.com3-29/+12
2008-04-17udf: truncate: create function for updating of Allocation Ext Descriptormarcin.slusarz@gmail.com1-33/+23
2008-04-17udf: simple cleanup of truncate.cmarcin.slusarz@gmail.com1-42/+34
2008-04-17udf: constify crcmarcin.slusarz@gmail.com2-3/+3
2008-04-17udf: udf_CS0toNLS cleanupmarcin.slusarz@gmail.com1-11/+8
2008-04-17udf: fix udf_build_ustrMarcin Slusarz1-5/+7
2008-04-17udf: udf_CS0toUTF8 cleanupmarcin.slusarz@gmail.com2-18/+11
2008-04-17make udf_error() staticAdrian Bunk2-3/+4
2008-04-17fs/udf: Use DIV_ROUND_UPJulia Lawall1-4/+3
2008-04-17udf: move headers out include/linux/Christoph Hellwig12-16/+141