aboutsummaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)Author
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-10-31udf: Cleanup metadata flags handlingJan Kara
2011-10-31udf: Skip mirror metadata FE loading when metadata FE is okNamjae Jeon
2011-10-31udf: Neaten udf_debug usesJoe Perches
2011-10-31udf: Neaten logging output, use vsprintf extension %pVJoe Perches
2011-10-31udf: Convert printks to pr_<level>Joe Perches
2011-10-10udf: Rename udf_warning to udf_warnJoe Perches
2011-10-10udf: Rename udf_error to udf_errJoe Perches
2011-10-10udf: Promote some debugging messages to udf_errorJoe Perches
2011-10-06udf: Add readpages support for udf.Namjae Jeon
2011-07-20switch udf_ioctl() to inode_permission()Al Viro
2011-05-28udf: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-23udf: use little-endian bitopsAkinobu Mita
2011-03-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V
2011-03-10block: remove per-queue pluggingJens Axboe
2011-03-03udf: fix i_nlink limitAl Viro
2011-02-23UDF: Fix compiler warningDirk Behme
2011-02-23udf: Convert UDF to new truncate calling sequenceJan Kara
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