aboutsummaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)Author
2011-01-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2011-01-07fs: icache RCU free inodesNick Piggin
2011-01-06UDF: Close small mem leak in udf_find_entry()Jesper Juhl
2011-01-06udf: Fix directory corruption after extent mergingJan Kara
2011-01-06udf: Protect udf_file_aio_write from possible racesJan Kara
2011-01-06udf: Remove unnecessary bkl usagesAlessio Igor Bogani
2011-01-06udf: Use of s_alloc_mutex to serialize udf_relocate_blocks() executionAlessio Igor Bogani
2011-01-06udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info...Alessio Igor Bogani
2011-01-06udf: Remove BKL from free space counting functionsJan Kara
2011-01-06udf: Call udf_add_free_space() for more blocks at once in udf_free_blocks()Jan Kara
2011-01-06udf: Remove BKL from udf_put_super() and udf_remount_fs()Jan Kara
2011-01-06udf: Protect default inode credentials by rwlockJan Kara
2011-01-06udf: Protect all modifications of LVID with s_alloc_mutexJan Kara
2011-01-06udf: Move handling of uniqueID into a helper function and protect it by a s_a...Jan Kara
2011-01-06udf: Remove BKL from udf_update_inodeJan Kara
2011-01-06udf: Convert UDF_SB(sb)->s_flags to use bitopsJan Kara
2011-01-06fs/udf: Add printf format/argument verificationJoe Perches
2011-01-06fs/udf: Use vzallocJoe Perches
2010-10-29new helper: mount_bdev()Al Viro
2010-10-25new helper: ihold()Al Viro
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-21BKL: introduce CONFIG_BKL.Arnd Bergmann
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09switch udf to ->evict_inode()Al Viro
2010-08-09remove inode_setattrChristoph Hellwig
2010-08-09add missing setattr methodsChristoph Hellwig
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig
2010-08-02udf: super.c Fix warning: variable 'sbi' set but not usedJustin P. Mattock
2010-08-02udf: remove duplicated #includeHuang Weiyi
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-05-27rename the generic fsync implementationsChristoph Hellwig
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck
2010-05-24udf: Remove dead quota codeJan Kara
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig
2010-05-24quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig
2010-05-21udf: replace inode uid,gid,mode init with helperDmitry Monakhov
2010-05-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov
2010-05-05udf: BKL ioctl pushdownJohn Kacur
2010-04-08udf: add speciffic ->setattr callbackDmitry Monakhov
2010-04-08udf: potential integer overflowDan Carpenter
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-03-09udf: use ext2_find_next_bitAkinobu Mita
2010-03-09udf: Do not read inode before writing itJan Kara
2010-03-09udf: Fix unalloc space handling in udf_update_inodeJan Kara