summaryrefslogtreecommitdiff
path: root/fs/ext4/inline.c (follow)
Commit message (Expand)AuthorAge
* Merge android-4.4.129 (b1c4836) into msm-4.4Srinivasarao P2018-04-24
|\
| * Merge 4.4.129 into android-4.4Greg Kroah-Hartman2018-04-24
| |\
| | * ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o2018-04-24
* | | Merge branch 'android-4.4@c71ad0f' into branch 'msm-4.4'Blagovest Kolenichev2017-04-20
|\| |
| * | Merge 4.4.48 into android-4.4Greg Kroah-Hartman2017-03-30
| |\|
| | * ext4: mark inode dirty after converting inline directoryEric Biggers2017-03-30
| * | ext4: fix inline data error pathsTheodore Ts'o2017-03-12
| |\|
| * | Merge remote-tracking branch 'common/android-4.4' into android-4.4.yDmitry Shmidt2017-02-15
| |\ \
| | * | ANDROID: Refactor fs readpage/write tracepoints.Mohan Srinivasan2017-02-10
| * | | Merge tag 'v4.4.40' into android-4.4.yDmitry Shmidt2017-01-09
| |\ \ \ | | |/ / | |/| |
| * | | ANDROID: fs: FS tracepoints to track IO.Mohan Srinivasan2016-09-20
* | | | ANDROID: Refactor fs readpage/write tracepoints.Mohan Srinivasan2017-04-17
* | | | ANDROID: fs: FS tracepoints to track IO.Mohan Srinivasan2017-04-17
* | | | Merge tag v4.4.55 into branch 'msm-4.4'Blagovest Kolenichev2017-03-23
|\ \ \ \ | | |_|/ | |/| |
| * | | ext4: fix inline data error pathsTheodore Ts'o2017-03-12
| | |/ | |/|
* | | Merge tag 'lsk-v4.4-17.02-android' into branch 'msm-4.4'Runmin Wang2017-03-18
|\ \ \
| * | | Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi2017-01-09
| |\| |
| | * | ext4: return -ENOMEM instead of successDan Carpenter2017-01-06
| | |/
| * / ANDROID: fs: FS tracepoints to track IO.Mohan Srinivasan2016-10-12
| |/
* / ext4 crypto: simplify interfaces to directory entry insert functionsTheodore Ts'o2016-08-28
|/
* ext4: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-17
* ext4 crypto: optimize filename encryptionTheodore Ts'o2015-05-18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-26
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* | ext4 crypto: insert encrypted filenames into a leaf directory blockMichael Halcrow2015-04-12
* | ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenamesTheodore Ts'o2015-04-12
* | ext4: fix transposition typo in format stringRasmus Villemoes2015-04-02
|/
* ext4: ext4_da_convert_inline_data_to_extent drop locked page after errorDmitry Monakhov2014-12-05
* ext4: ext4_inline_data_fiemap should respect callers argumentDmitry Monakhov2014-12-02
* ext4: prevent fsreentrance deadlock for inline_dataDmitry Monakhov2014-12-02
* ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov2014-10-13
* ext4: don't keep using page if inline conversion failsDarrick J. Wong2014-09-11
* ext4: check inline directory before convertingDarrick J. Wong2014-07-28
* ext4: make ext4_has_inline_data() as a inline functionZheng Liu2014-07-15
* ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessliang xie2014-05-12
* ext4: make local functions staticStephen Hemminger2014-05-12
* ext4: delete "set but not used" variablesjon ernst2014-01-11
* ext4: avoid clearing beyond i_blocks when truncating an inline data fileTheodore Ts'o2014-01-07
* ext4: standardize error handling in ext4_da_write_inline_data_begin()Jan Kara2014-01-06
* ext4: retry allocation when inline->extent conversion failedJan Kara2014-01-06
* ext4: drop set but otherwise unused variable from ext4_add_dirent_to_inline()Azat Khuzhin2013-10-30
* ext4: change ext4_read_inline_dir() to return 0 on successBoxiLiu2013-10-30
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-02
|\
| * ext4: improve free space calculation for inline_databoxi liu2013-07-01
| * ext4: fix data offset overflow on 32-bit archs in ext4_inline_data_fiemap()Jan Kara2013-05-31
* | [readdir] convert ext4Al Viro2013-06-29
|/
* ext4: fix readdir error in case inline_data+^dir_index.Tao Ma2013-04-19
* ext4: fix readdir error in the case of inline_data+dir_indexTao Ma2013-04-19
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\
| * new helper: file_inode(file)Al Viro2013-02-22