aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf (follow)
AgeCommit message (Expand)AuthorFilesLines
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/jack/linux-udf-2.6Linus 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/jack/linux-udf-2.6Linus 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 structAlessio 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_alloc_mutexJan 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/viro/vfs-2.6Linus 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/jack/linux-fs-2.6Linus 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/jack/linux-udf-2.6Linus Torvalds3-19/+29
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov1-1/+1