summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* 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/+37
| * | ext4: fix quota charging for shared xattr blocksTahsin Erdogan2017-05-243-0/+15
| * | ext4: remove redundant check for encrypted file on dio write pathEric Biggers2017-05-241-3/+0
| * | ext4: remove unused d_name argument from ext4_search_dir() et al.Eric Biggers2017-05-243-13/+7
| * | ext4: fix off-by-one error when writing back pages before dio readEric Biggers2017-05-241-1/+1
| * | ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()Eryu Guan2017-05-241-1/+1
| * | ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov2017-05-211-2/+3
| * | ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errorsKonstantin Khlebnikov2017-05-211-9/+14
| * | ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff()Jan Kara2017-05-211-1/+1
| * | ext4: fix SEEK_HOLEJan Kara2017-05-211-36/+14
| * | ext4: clear lockdep subtype for quota files on quota offJan Kara2017-05-211-9/+5
| |/
* / 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-131-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-121-4/+17
* | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-121-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-082-3/+3
|\ \
| * | mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-082-3/+3
* | | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-81/+31
|\ \ \
| * | | ext4: clean up ext4_match() and callersEric Biggers2017-05-041-56/+25
| * | | ext4: switch to using fscrypt_match_name()Eric Biggers2017-05-041-17/+5
| * | | fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers2017-05-041-2/+2
| * | | ext4: remove "nokey" check from ext4_lookup()Eric Biggers2017-05-041-8/+1
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-05-0815-86/+1060
|\ \ \ \ | |_|/ / |/| | |
| * | | ext4: mark superblock writes synchronous for nobarrier mountsJan Kara2017-05-041-1/+1
| * | | ext4: inherit encryption xattr before other xattrsEric Biggers2017-05-021-6/+11
| * | | ext4: replace BUG_ON with WARN_ONCE in ext4_end_bio()Theodore Ts'o2017-04-301-1/+10
| * | | ext4: avoid unnecessary transaction stalls during writebackJan Kara2017-04-301-0/+35
| * | | ext4: preload block group descriptorsAndrew Perepechko2017-04-301-0/+6
| * | | ext4: make ext4_shutdown() staticEric Biggers2017-04-301-1/+1
| * | | ext4: support GETFSMAP ioctlsDarrick J. Wong2017-04-307-5/+953
| * | | ext4: evict inline data when writing to memory mapEric Biggers2017-04-301-0/+5
| * | | ext4: remove ext4_xattr_check_entry()Eric Biggers2017-04-301-24/+6
| * | | ext4: rename ext4_xattr_check_names() to ext4_xattr_check_entries()Eric Biggers2017-04-291-5/+5
| * | | ext4: merge ext4_xattr_list() into ext4_listxattr()Eric Biggers2017-04-291-16/+5
| * | | ext4: constify static data that is never modifiedEric Biggers2017-04-295-10/+11
| * | | ext4: trim return value and 'dir' argument from ext4_insert_dentry()Eric Biggers2017-04-293-17/+11
| |/ /
* | | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-051-1/+8
|\ \ \ | | |/ | |/|
| * | ext2, ext4, xfs: retrieve dax_device for iomap operationsDan Williams2017-04-251-1/+8
* | | Merge branch 'generic' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/...Linus Torvalds2017-05-034-37/+66
|\ \ \ | |_|/ |/| |
| * | ext4: Improve comments in ext4_quota_{on|off}()Jan Kara2017-04-241-2/+10
| * | ext4: Remove ext4_get_inode_flags()Jan Kara2017-04-193-29/+0
| * | ext4: Set flags on quota files directlyJan Kara2017-04-191-6/+56
* | | statx: Include a mask for stx_attributes in struct statxDavid Howells2017-04-031-0/+6