summaryrefslogtreecommitdiffstats
path: root/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* new helper: mount_bdev()Al Viro2010-10-291-5/+4
* new helper: ihold()Al Viro2010-10-251-1/+1
* Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-1/+7
|\
| * BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-1/+7
* | BKL: introduce CONFIG_BKL.Arnd Bergmann2010-10-211-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-105-38/+53
|\
| * switch udf to ->evict_inode()Al Viro2010-08-094-35/+21
| * remove inode_setattrChristoph Hellwig2010-08-091-1/+11
| * add missing setattr methodsChristoph Hellwig2010-08-091-0/+12
| * get rid of block_write_begin_newtruncChristoph Hellwig2010-08-091-3/+10
* | udf: super.c Fix warning: variable 'sbi' set but not usedJustin P. Mattock2010-08-021-2/+0
* | udf: remove duplicated #includeHuang Weiyi2010-08-021-1/+0
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-05-307-118/+11
|\
| * udf: Remove dead quota codeJan Kara2010-05-247-128/+6
| * quota: rename default quotactl methods to dquot_Christoph Hellwig2010-05-241-1/+1
| * quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig2010-05-241-1/+5
| * quota: move unmount handling into the filesystemChristoph Hellwig2010-05-241-0/+2
| * quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig2010-05-241-4/+2
| * quota: move remount handling into the filesystemChristoph Hellwig2010-05-241-7/+18
* | rename the generic fsync implementationsChristoph Hellwig2010-05-272-2/+2
* | fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck2010-05-271-0/+1
|/
* udf: replace inode uid,gid,mode init with helperDmitry Monakhov2010-05-212-17/+4
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-05-213-19/+29
|\
| * udf: BKL ioctl pushdownJohn Kacur2010-05-053-19/+29
* | quota: unify quota init condition in setattrDmitry Monakhov2010-05-211-1/+1
|/
* udf: add speciffic ->setattr callbackDmitry Monakhov2010-04-084-4/+12
* udf: potential integer overflowDan Carpenter2010-04-081-6/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-2/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-122-65/+18
|\
| * udf: use ext2_find_next_bitAkinobu Mita2010-03-091-48/+1
| * udf: Do not read inode before writing itJan Kara2010-03-091-3/+3
| * udf: Fix unalloc space handling in udf_update_inodeJan Kara2010-03-091-14/+14
* | Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\ \ | |/ |/|
| * tree-wide: fix 'lenght' typo in comments and codeDaniel Mack2010-02-051-1/+1
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-055-23/+77
|\ \
| * | dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-054-12/+12
| * | dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-053-1/+25
| * | dquot: cleanup dquot drop routineChristoph Hellwig2010-03-052-3/+3
| * | dquot: move dquot drop responsibility into the filesystemChristoph Hellwig2010-03-051-0/+2
| * | dquot: cleanup dquot transfer routineChristoph Hellwig2010-03-051-1/+1
| * | dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig2010-03-051-1/+22
| * | dquot: cleanup inode allocation / freeing routinesChristoph Hellwig2010-03-051-4/+6
| * | dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-051-15/+20
| |/
* | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-052-3/+3
* | sanitize const/signedness for udfAl Viro2010-03-035-19/+19
|/
* udf: Avoid IO in udf_clear_inodeJan Kara2009-12-143-22/+41
* udf: Try harder when looking for VAT inodeJan Kara2009-12-141-8/+24
* udf: Fix compilation with UDFFS_DEBUG enabledJan Kara2009-12-141-1/+1
* udf: Fix possible corruption when close races with writeJan Kara2009-09-141-0/+2
* udf: Perform preallocation only for regular filesJan Kara2009-09-141-9/+10
OpenPOWER on IntegriCloud