summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
...
| * ext4: fix ext4_xattr_cmp()Tahsin Erdogan2017-06-221-1/+2
| * ext4: fix ext4_xattr_move_to_block()Tahsin Erdogan2017-06-221-6/+13
| * ext4: fix ext4_xattr_make_inode_space() value size calculationTahsin Erdogan2017-06-221-5/+8
| * ext4: ext4_xattr_value_same() should return false for external dataTahsin Erdogan2017-06-221-0/+3
| * ext4: add missing le32_to_cpu(e_value_inum) conversionsTahsin Erdogan2017-06-221-4/+5
| * ext4: clean up ext4_xattr_inode_get()Tahsin Erdogan2017-06-221-22/+13Star
| * ext4: change ext4_xattr_inode_iget() signatureTahsin Erdogan2017-06-222-35/+40
| * ext4: extended attribute value size limit is enforced by vfsTahsin Erdogan2017-06-221-6/+0Star
| * ext4: fix ref counting for ea_inodeTahsin Erdogan2017-06-221-2/+1Star
| * ext4: call journal revoke when freeing ea_inode blocksTahsin Erdogan2017-06-222-2/+4
| * ext4: ea_inode owner should be the same as the inode ownerTahsin Erdogan2017-06-221-1/+2
| * ext4: attach jinode after creation of xattr inodeTahsin Erdogan2017-06-221-0/+6
| * ext4: do not set posix acls on xattr inodesTahsin Erdogan2017-06-224-12/+18
| * ext4: lock inode before calling ext4_orphan_add()Tahsin Erdogan2017-06-221-0/+2
| * ext4: fix lockdep warning about recursive inode lockingTahsin Erdogan2017-06-223-0/+16
| * ext4: xattr-in-inode supportAndreas Dilger2017-06-226-56/+604
| * ext4: add largedir featureArtem Blagodarenko2017-06-224-47/+113
* | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-091-1/+1
|\ \
| * | fscrypt: make ->dummy_context() return boolEric Biggers2017-06-241-1/+1
* | | Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-081-1/+1
|\ \ \
| * | | ext4: use errseq_t based error handling for reporting data writeback errorsJeff Layton2017-07-061-1/+1
| |/ /
* | | ext4: add support for passing in write hints for buffered writesJens Axboe2017-06-271-0/+2
* | | ext4: nowait aio supportGoldwyn Rodrigues2017-06-201-6/+29
* | | Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig2017-06-131-1/+1
|\ \ \
| * | | fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-051-1/+1
| |/ /
* | | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-1210-120/+121
|\ \ \ | | |/ | |/|
| * | ext4: fix fdatasync(2) after extent manipulation operationsJan Kara2017-05-292-0/+7
| * | ext4: fix data corruption for mmap writesJan Kara2017-05-261-2/+16
| * | ext4: fix data corruption with EXT4_GET_BLOCKS_ZEROJan Kara2017-05-261-43/+37Star
| * | ext4: fix quota charging for shared xattr blocksTahsin Erdogan2017-05-253-0/+15
| * | ext4: remove redundant check for encrypted file on dio write pathEric Biggers2017-05-251-3/+0Star
| * | ext4: remove unused d_name argument from ext4_search_dir() et al.Eric Biggers2017-05-253-13/+7Star
| * | ext4: fix off-by-one error when writing back pages before dio readEric Biggers2017-05-251-1/+1
| * | ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()Eryu Guan2017-05-251-1/+1
| * | ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov2017-05-221-2/+3
| * | ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errorsKonstantin Khlebnikov2017-05-221-9/+14
| * | ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff()Jan Kara2017-05-221-1/+1
| * | ext4: fix SEEK_HOLEJan Kara2017-05-221-36/+14Star
| * | ext4: clear lockdep subtype for quota files on quota offJan Kara2017-05-221-9/+5Star
| |/
* / block: switch bios to blk_status_tChristoph Hellwig2017-06-092-8/+9
|/
* dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams2017-05-141-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-131-4/+17
|\
| * ext4: return to starting transaction in ext4_dax_huge_fault()Jan Kara2017-05-131-4/+17
* | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-131-0/+1
|\ \ | |/ |/|
| * block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams2017-05-081-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-092-3/+3
|\ \
| * | mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-092-3/+3
* | | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-81/+31Star
|\ \ \
| * | | ext4: clean up ext4_match() and callersEric Biggers2017-05-041-56/+25Star
| * | | ext4: switch to using fscrypt_match_name()Eric Biggers2017-05-041-17/+5Star