summaryrefslogtreecommitdiffstats
path: root/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-262-9/+9
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-152-9/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-162-18/+14
|\ \ | |/
| * switch generic_write_checks() to iocb and iterAl Viro2015-04-111-8/+2
| * udf_file_write_iter: reorder and simplifyAl Viro2015-04-111-20/+14
| * generic_write_checks(): drop isblk argumentAl Viro2015-04-111-1/+1
| * lift generic_write_checks() into callers of __generic_file_write_iter()Al Viro2015-04-111-0/+10
| * direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-112-4/+2
| * direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-111-1/+1
| * Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-111-1/+1
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-04-1611-25/+16
|\ \ | |/ |/|
| * udf: Update ctime and mtime when directory is modifiedJan Kara2015-04-011-2/+7
| * udf: return correct errno for udf_update_inode()Changwoo Min2015-04-011-1/+1
| * udf: use int for allocated blocks instead of sector_tFabian Frederick2015-03-161-1/+1
| * udf: remove redundant buffer_head.h includesFabian Frederick2015-03-1411-11/+0
| * udf: remove else after return in __load_block_bitmap()Fabian Frederick2015-03-141-8/+7
| * udf: remove unused variable in udf_table_free_blocks()Fabian Frederick2015-03-141-2/+0
* | make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-252-2/+2
* | fs: remove ki_nbytesChristoph Hellwig2015-03-121-1/+1
|/
* udf: remove bool assignment to 0/1Fabian Frederick2015-02-051-2/+2
* udf: use bool for doneFabian Frederick2015-02-051-2/+2
* Merge branch 'for_linus' into for_nextJan Kara2015-01-301-1/+1
|\
| * udf: Release preallocation on last writeable closeJan Kara2015-01-281-1/+1
* | udf: destroy sbi mutex in put_superFabian Frederick2015-01-121-0/+1
* | udf: Check length of extended attributes and allocation descriptorsJan Kara2015-01-071-0/+9
* | udf: Remove repeated loads blocksizeJan Kara2015-01-071-11/+8
* | udf: Update Kconfig descriptionJan Kara2015-01-051-4/+6
|/
* udf: Reduce repeated dereferencesJan Kara2014-12-212-25/+25
* udf: Check component length before reading itJan Kara2014-12-211-2/+7
* udf: Check path length when reading symlinkJan Kara2014-12-195-20/+48
* udf: Verify symlink size before loading itJan Kara2014-12-191-4/+13
* udf: Verify i_size when loading inodeJan Kara2014-12-191-0/+14
* udf: One function call less in udf_fill_super() after error detectionMarkus Elfring2014-11-191-2/+3
* udf: Deletion of unnecessary checks before the function call "iput"Markus Elfring2014-11-191-4/+2
* udf: Fix loading of special inodesJan Kara2014-10-093-11/+26
* udf: remove redundant sys_tz declarationFabian Frederick2014-09-291-2/+0
* udf: Fix race between write(2) and close(2)Jan Kara2014-09-171-1/+8
* udf: saner calling conventions for udf_new_inode()Al Viro2014-09-043-43/+27
* udf: fix the udf_iget() vs. udf_new_inode() racesAl Viro2014-09-042-1/+13
* udf: merge the pieces inserting a new non-directory object into directoryAl Viro2014-09-041-69/+29
* udf: Set i_generation fieldJan Kara2014-09-042-0/+2
* udf: Properly detect stale inodesJan Kara2014-09-041-2/+4
* udf: Make udf_read_inode() and udf_iget() return errorJan Kara2014-09-044-95/+96
* udf: Avoid infinite loop when processing indirect ICBsJan Kara2014-09-041-14/+21
* udf: Fold udf_fill_inode() into __udf_read_inode()Jan Kara2014-09-041-17/+5
* udf: Avoid dir link count to go negativeJan Kara2014-09-041-1/+1
* udf: avoid unneeded up_write when fail to add entry in ->symlinkChao Yu2014-08-191-1/+2
* udf: avoid redundant memcpy when writing data in ICBChao Yu2014-07-151-19/+1
* fs/udf: re-use hex_asc_upper_{hi,lo} macrosAndy Shevchenko2014-07-151-5/+4
OpenPOWER on IntegriCloud