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