aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+7
2017-08-16fs-udf: Delete an error message for a failed memory allocation in two functionsMarkus Elfring2-8/+1
2017-08-16fs-udf: Improve six size determinationsMarkus Elfring3-7/+6
2017-08-16fs-udf: Adjust two checks for null pointersMarkus Elfring1-2/+3
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-7/+7
2017-06-14udf: Convert udf_disk_stamp_to_time() to use mktime64()Jan Kara1-51/+2
2017-06-14udf: Use time64_to_tm for timestamp conversionJan Kara1-34/+11
2017-06-14udf: Fix deadlock between writeback and udf_setsize()Jan Kara1-2/+2
2017-06-14udf: Use i_size_read() in udf_adinicb_writepage()Jan Kara1-1/+2
2017-06-14udf: Fix races with i_size changes during readpageJan Kara1-2/+7
2017-06-13udf: Remove unused UDF_DEFAULT_BLOCKSIZEJan Kara1-2/+0
2017-04-24udf: use kmap_atomic for memcpy copyingFabian Frederick2-9/+9
2017-04-24udf: use octal for permissionsFabian Frederick2-8/+8
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-2/+3
2017-02-27fs: add i_blocksize()Fabian Frederick1-1/+1
2017-02-03udf: simplify udf_ioctl()Fabian Frederick1-26/+15
2017-02-03udf: fix ioctl errorsFabian Frederick1-1/+4
2017-01-20udf: allow implicit blocksize specification during mountFabian Frederick1-9/+19
2017-01-10udf: check partition reference in udf_read_inode()Fabian Frederick1-0/+6
2017-01-10udf: atomically read inode sizeFabian Frederick2-4/+5
2017-01-10udf: merge module informations in super.cFabian Frederick2-7/+6
2017-01-10udf: remove next_epos from udf_update_extent_cache()Fabian Frederick1-14/+11
2017-01-10udf: Factor out trimming of crtimeFabian Frederick1-14/+11
2017-01-10udf: remove empty conditionFabian Frederick1-2/+0
2017-01-10udf: remove unneeded line breakFabian Frederick1-2/+1
2017-01-10udf: merge bh freeFabian Frederick1-18/+10
2017-01-10udf: use pointer for kernel_long_ad argumentFabian Frederick1-14/+9
2017-01-10udf: use __packed instead of __attribute__ ((packed))Fabian Frederick2-66/+66
2017-01-05udf: Make stat on symlink report symlink length as st_sizeJan Kara4-2/+33
2017-01-03fs/udf: make #ifdef UDF_PREALLOCATE unconditionalSteve Kenton2-3/+0
2017-01-03fs: udf: Replace CURRENT_TIME with current_time()Deepa Dinamani1-3/+6
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig3-0/+3
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-14/+18
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani3-13/+13
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-19udf: don't bother with full-page write optimisations in adinicb caseAl Viro1-1/+15
2016-09-06udf: Remove useless check in udf_adinicb_write_begin()Jan Kara1-1/+1
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+2
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds3-3/+3
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig2-2/+2
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie3-3/+3
2016-05-19udf: Use correct partition reference number for metadataAlden Tondettar3-12/+21
2016-05-19udf: Use IS_ERR when loading metadata mirror file entryAlden Tondettar1-0/+2
2016-05-19udf: Don't BUG on missing metadata partition descriptorAlden Tondettar1-2/+3
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-9/+5
2016-05-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-27/+44
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro3-5/+17