aboutsummaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)AuthorFilesLines
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-9/+9
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-18/+14
2015-04-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 11-25/+16
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 2-9/+9
2015-04-11switch generic_write_checks() to iocb and iterGravatar Al Viro 1-8/+2
2015-04-11udf_file_write_iter: reorder and simplifyGravatar Al Viro 1-20/+14
2015-04-11generic_write_checks(): drop isblk argumentGravatar Al Viro 1-1/+1
2015-04-11lift generic_write_checks() into callers of __generic_file_write_iter()Gravatar Al Viro 1-0/+10
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Gravatar Omar Sandoval 2-4/+2
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereGravatar Omar Sandoval 1-1/+1
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Gravatar Omar Sandoval 1-1/+1
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-2/+0
2015-04-01udf: Update ctime and mtime when directory is modifiedGravatar Jan Kara 1-2/+7
2015-04-01udf: return correct errno for udf_update_inode()Gravatar Changwoo Min 1-1/+1
2015-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 2-2/+2
2015-03-16udf: use int for allocated blocks instead of sector_tGravatar Fabian Frederick 1-1/+1
2015-03-14udf: remove redundant buffer_head.h includesGravatar Fabian Frederick 11-11/+0
2015-03-14udf: remove else after return in __load_block_bitmap()Gravatar Fabian Frederick 1-8/+7
2015-03-14udf: remove unused variable in udf_table_free_blocks()Gravatar Fabian Frederick 1-2/+0
2015-03-12fs: remove ki_nbytesGravatar Christoph Hellwig 1-1/+1
2015-02-05udf: remove bool assignment to 0/1Gravatar Fabian Frederick 1-2/+2
2015-02-05udf: use bool for doneGravatar Fabian Frederick 1-2/+2
2015-01-30Merge branch 'for_linus' into for_nextGravatar Jan Kara 1-1/+1
2015-01-28udf: Release preallocation on last writeable closeGravatar Jan Kara 1-1/+1
2015-01-12udf: destroy sbi mutex in put_superGravatar Fabian Frederick 1-0/+1
2015-01-07udf: Check length of extended attributes and allocation descriptorsGravatar Jan Kara 1-0/+9
2015-01-07udf: Remove repeated loads blocksizeGravatar Jan Kara 1-11/+8
2015-01-05udf: Update Kconfig descriptionGravatar Jan Kara 1-4/+6
2014-12-21udf: Reduce repeated dereferencesGravatar Jan Kara 2-25/+25
2014-12-21udf: Check component length before reading itGravatar Jan Kara 1-2/+7
2014-12-19udf: Check path length when reading symlinkGravatar Jan Kara 5-20/+48
2014-12-19udf: Verify symlink size before loading itGravatar Jan Kara 1-4/+13
2014-12-19udf: Verify i_size when loading inodeGravatar Jan Kara 1-0/+14
2014-11-19udf: One function call less in udf_fill_super() after error detectionGravatar Markus Elfring 1-2/+3
2014-11-19udf: Deletion of unnecessary checks before the function call "iput"Gravatar Markus Elfring 1-4/+2
2014-10-09udf: Fix loading of special inodesGravatar Jan Kara 3-11/+26
2014-09-29udf: remove redundant sys_tz declarationGravatar Fabian Frederick 1-2/+0
2014-09-17udf: Fix race between write(2) and close(2)Gravatar Jan Kara 1-1/+8
2014-09-04udf: saner calling conventions for udf_new_inode()Gravatar Al Viro 3-43/+27
2014-09-04udf: fix the udf_iget() vs. udf_new_inode() racesGravatar Al Viro 2-1/+13
2014-09-04udf: merge the pieces inserting a new non-directory object into directoryGravatar Al Viro 1-69/+29
2014-09-04udf: Set i_generation fieldGravatar Jan Kara 2-0/+2
2014-09-04udf: Properly detect stale inodesGravatar Jan Kara 1-2/+4
2014-09-04udf: Make udf_read_inode() and udf_iget() return errorGravatar Jan Kara 4-95/+96
2014-09-04udf: Avoid infinite loop when processing indirect ICBsGravatar Jan Kara 1-14/+21
2014-09-04udf: Fold udf_fill_inode() into __udf_read_inode()Gravatar Jan Kara 1-17/+5
2014-09-04udf: Avoid dir link count to go negativeGravatar Jan Kara 1-1/+1
2014-08-19udf: avoid unneeded up_write when fail to add entry in ->symlinkGravatar Chao Yu 1-1/+2
2014-07-15udf: avoid redundant memcpy when writing data in ICBGravatar Chao Yu 1-19/+1
2014-07-15fs/udf: re-use hex_asc_upper_{hi,lo} macrosGravatar Andy Shevchenko 1-5/+4