summaryrefslogtreecommitdiffstats
path: root/fs/udf
AgeCommit message (Expand)Author
2015-07-09udf: Don't corrupt unalloc spacetable when writing itSteven J. Magnani
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes
2015-05-21udf: fix udf_load_pvoldesc()Dan Carpenter
2015-05-18udf: remove double err declaration in udf_file_write_iter()Fabian Frederick
2015-05-18UDF: support NFSv2 exportNeilBrown
2015-05-18udf: Return error from udf_find_entry()Fabian Frederick
2015-05-18udf: Make udf_get_filename() return error instead of 0 length file nameFabian Frederick
2015-05-18udf: bug on exotic flag in udf_get_filename()Fabian Frederick
2015-05-18udf: improve error management in udf_CS0toNLS()Fabian Frederick
2015-05-18udf: improve error management in udf_CS0toUTF8()Fabian Frederick
2015-05-18udf: unicode: update function name in commentsFabian Frederick
2015-05-18udf: remove unnecessary test in udf_build_ustr_exact()Fabian Frederick
2015-05-18udf: Return -ENOMEM when allocation fails in udf_get_filename()Fabian Frederick
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11switch generic_write_checks() to iocb and iterAl Viro
2015-04-11udf_file_write_iter: reorder and simplifyAl Viro
2015-04-11generic_write_checks(): drop isblk argumentAl Viro
2015-04-11lift generic_write_checks() into callers of __generic_file_write_iter()Al Viro
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-01udf: Update ctime and mtime when directory is modifiedJan Kara
2015-04-01udf: return correct errno for udf_update_inode()Changwoo Min
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-16udf: use int for allocated blocks instead of sector_tFabian Frederick
2015-03-14udf: remove redundant buffer_head.h includesFabian Frederick
2015-03-14udf: remove else after return in __load_block_bitmap()Fabian Frederick
2015-03-14udf: remove unused variable in udf_table_free_blocks()Fabian Frederick
2015-03-12fs: remove ki_nbytesChristoph Hellwig
2015-02-05udf: remove bool assignment to 0/1Fabian Frederick
2015-02-05udf: use bool for doneFabian Frederick
2015-01-30Merge branch 'for_linus' into for_nextJan Kara
2015-01-28udf: Release preallocation on last writeable closeJan Kara
2015-01-12udf: destroy sbi mutex in put_superFabian Frederick
2015-01-07udf: Check length of extended attributes and allocation descriptorsJan Kara
2015-01-07udf: Remove repeated loads blocksizeJan Kara
2015-01-05udf: Update Kconfig descriptionJan Kara
2014-12-21udf: Reduce repeated dereferencesJan Kara
2014-12-21udf: Check component length before reading itJan Kara
2014-12-19udf: Check path length when reading symlinkJan Kara
2014-12-19udf: Verify symlink size before loading itJan Kara
2014-12-19udf: Verify i_size when loading inodeJan Kara
2014-11-19udf: One function call less in udf_fill_super() after error detectionMarkus Elfring
2014-11-19udf: Deletion of unnecessary checks before the function call "iput"Markus Elfring
2014-10-09udf: Fix loading of special inodesJan Kara