summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inline.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: xattr-in-inode supportAndreas Dilger2017-06-211-1/+1
* ext4: remove unused d_name argument from ext4_search_dir() et al.Eric Biggers2017-05-241-3/+2
* ext4: trim return value and 'dir' argument from ext4_insert_dentry()Eric Biggers2017-04-291-1/+1
* ext4: mark inode dirty after converting inline directoryEric Biggers2017-03-151-3/+2
* ext4: add shutdown bit and check for itTheodore Ts'o2017-02-051-0/+3
* ext4: fix inline data error pathsTheodore Ts'o2017-02-041-1/+8
* ext4: propagate error values from ext4_inline_data_truncate()Theodore Ts'o2017-01-221-17/+23
* ext4: avoid calling ext4_mark_inode_dirty() under unneeded semaphoresTheodore Ts'o2017-01-111-6/+3
* ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o2017-01-111-36/+30
* ext4: return -ENOMEM instead of successDan Carpenter2016-12-101-1/+3
* ext4: only set S_DAX if DAX is really supportedJan Kara2016-11-201-0/+10
* ext4: use current_time() for inode timestampsDeepa Dinamani2016-11-141-2/+2
* ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim2016-07-101-7/+7
* ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk2016-04-271-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-9/+9
* ext4: drop unneeded BUFFER_TRACE in ext4_delete_inline_entry()Geliang Tang2016-03-101-1/+0
* ext4: rename and split get blocks functionsJan Kara2016-03-081-3/+4
* ext4 crypto: simplify interfaces to directory entry insert functionsTheodore Ts'o2016-01-081-6/+4
* ext4: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-171-2/+1
* ext4 crypto: optimize filename encryptionTheodore Ts'o2015-05-181-16/+15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-2/+2
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* | ext4 crypto: insert encrypted filenames into a leaf directory blockMichael Halcrow2015-04-121-2/+5
* | ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenamesTheodore Ts'o2015-04-121-2/+5
* | ext4: fix transposition typo in format stringRasmus Villemoes2015-04-021-1/+1
|/
* ext4: ext4_da_convert_inline_data_to_extent drop locked page after errorDmitry Monakhov2014-12-051-1/+4
* ext4: ext4_inline_data_fiemap should respect callers argumentDmitry Monakhov2014-12-021-6/+13
* ext4: prevent fsreentrance deadlock for inline_dataDmitry Monakhov2014-12-021-5/+6
* ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov2014-10-131-2/+1
* ext4: don't keep using page if inline conversion failsDarrick J. Wong2014-09-111-1/+3
* ext4: check inline directory before convertingDarrick J. Wong2014-07-281-0/+12
* ext4: make ext4_has_inline_data() as a inline functionZheng Liu2014-07-151-6/+0
* ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessliang xie2014-05-121-0/+5
* ext4: make local functions staticStephen Hemminger2014-05-121-5/+5
* ext4: delete "set but not used" variablesjon ernst2014-01-111-2/+0
* ext4: avoid clearing beyond i_blocks when truncating an inline data fileTheodore Ts'o2014-01-071-3/+5
* ext4: standardize error handling in ext4_da_write_inline_data_begin()Jan Kara2014-01-061-7/+4
* ext4: retry allocation when inline->extent conversion failedJan Kara2014-01-061-0/+7
* ext4: drop set but otherwise unused variable from ext4_add_dirent_to_inline()Azat Khuzhin2013-10-301-2/+0
* ext4: change ext4_read_inline_dir() to return 0 on successBoxiLiu2013-10-301-0/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-021-2/+2
|\
| * ext4: improve free space calculation for inline_databoxi liu2013-07-011-1/+1
| * ext4: fix data offset overflow on 32-bit archs in ext4_inline_data_fiemap()Jan Kara2013-05-311-1/+1
* | [readdir] convert ext4Al Viro2013-06-291-98/+66
|/
* ext4: fix readdir error in case inline_data+^dir_index.Tao Ma2013-04-191-18/+51
* ext4: fix readdir error in the case of inline_data+dir_indexTao Ma2013-04-191-1/+108
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | ext4: pass context information to jbd2__journal_start()Theodore Ts'o2013-02-081-5/+5
* | ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o2013-01-121-1/+1
|/