aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-27ext4: add support for passing in write hints for buffered writesJens Axboe1-0/+2
2017-06-20ext4: nowait aio supportGoldwyn Rodrigues1-6/+29
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-baseChristoph Hellwig1-1/+1
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe10-120/+121
2017-06-09block: switch bios to blk_status_tChristoph Hellwig2-8/+9
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig1-1/+1
2017-05-29ext4: fix fdatasync(2) after extent manipulation operationsJan Kara2-0/+7
2017-05-26ext4: fix data corruption for mmap writesJan Kara1-2/+16
2017-05-26ext4: fix data corruption with EXT4_GET_BLOCKS_ZEROJan Kara1-43/+37
2017-05-24ext4: fix quota charging for shared xattr blocksTahsin Erdogan3-0/+15
2017-05-24ext4: remove redundant check for encrypted file on dio write pathEric Biggers1-3/+0
2017-05-24ext4: remove unused d_name argument from ext4_search_dir() et al.Eric Biggers3-13/+7
2017-05-24ext4: fix off-by-one error when writing back pages before dio readEric Biggers1-1/+1
2017-05-24ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()Eryu Guan1-1/+1
2017-05-21ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov1-2/+3
2017-05-21ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errorsKonstantin Khlebnikov1-9/+14
2017-05-21ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff()Jan Kara1-1/+1
2017-05-21ext4: fix SEEK_HOLEJan Kara1-36/+14
2017-05-21ext4: clear lockdep subtype for quota files on quota offJan Kara1-9/+5
2017-05-13dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams1-2/+2
2017-05-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+17
2017-05-12ext4: return to starting transaction in ext4_dax_huge_fault()Jan Kara1-4/+17
2017-05-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+1
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+3
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko2-3/+3
2017-05-08Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds1-81/+31
2017-05-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds15-86/+1060
2017-05-08block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams1-0/+1
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+8
2017-05-04ext4: clean up ext4_match() and callersEric Biggers1-56/+25
2017-05-04ext4: switch to using fscrypt_match_name()Eric Biggers1-17/+5
2017-05-04fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers1-2/+2
2017-05-04ext4: remove "nokey" check from ext4_lookup()Eric Biggers1-8/+1
2017-05-04ext4: mark superblock writes synchronous for nobarrier mountsJan Kara1-1/+1
2017-05-03Merge branch 'generic' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds4-37/+66
2017-05-02ext4: inherit encryption xattr before other xattrsEric Biggers1-6/+11
2017-04-30ext4: replace BUG_ON with WARN_ONCE in ext4_end_bio()Theodore Ts'o1-1/+10
2017-04-30ext4: avoid unnecessary transaction stalls during writebackJan Kara1-0/+35
2017-04-30ext4: preload block group descriptorsAndrew Perepechko1-0/+6
2017-04-30ext4: make ext4_shutdown() staticEric Biggers1-1/+1
2017-04-30ext4: support GETFSMAP ioctlsDarrick J. Wong7-5/+953
2017-04-30ext4: evict inline data when writing to memory mapEric Biggers1-0/+5
2017-04-30ext4: remove ext4_xattr_check_entry()Eric Biggers1-24/+6
2017-04-29ext4: rename ext4_xattr_check_names() to ext4_xattr_check_entries()Eric Biggers1-5/+5
2017-04-29ext4: merge ext4_xattr_list() into ext4_listxattr()Eric Biggers1-16/+5
2017-04-29ext4: constify static data that is never modifiedEric Biggers5-10/+11
2017-04-29ext4: trim return value and 'dir' argument from ext4_insert_dentry()Eric Biggers3-17/+11
2017-04-25ext2, ext4, xfs: retrieve dax_device for iomap operationsDan Williams1-1/+8
2017-04-24ext4: Improve comments in ext4_quota_{on|off}()Jan Kara1-2/+10
2017-04-19ext4: Remove ext4_get_inode_flags()Jan Kara3-29/+0