summaryrefslogtreecommitdiffstats
path: root/fs/ext4
AgeCommit message (Expand)AuthorLines
2017-09-07Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-12/+14
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+3
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-54/+9
2017-09-06mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara-4/+3
2017-09-06ext4: use pagevec_lookup_range() in writeback codeJan Kara-7/+5
2017-09-06ext4: use pagevec_lookup_range() in ext4_find_unwritten_pgoff()Jan Kara-10/+4
2017-09-06mm: make pagevec_lookup() update indexJan Kara-9/+3
2017-09-06dax: use common 4k zero page for dax mmap readsRoss Zwisler-31/+1
2017-08-31ext4: avoid Y2038 overflow in recently_deleted()Andreas Dilger-6/+13
2017-08-24ext4: fix fault handling when mounted with -o dax,roRandy Dodgen-1/+14
2017-08-24ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)-7/+31
2017-08-24ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)-3/+3
2017-08-24ext4: remove useless test and assignment in strtohash functionsDamien Guibouret-4/+0
2017-08-24ext4: backward compatibility support for Lustre ea_inode implementationTahsin Erdogan-56/+94
2017-08-24ext4: remove timebomb in ext4_decode_extra_time()Christoph Hellwig-6/+4
2017-08-24ext4: use sizeof(*ptr)Markus Elfring-2/+2
2017-08-24ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong-2/+2
2017-08-24ext4: reduce lock contention in __ext4_new_inodeWang Shilong-11/+39
2017-08-24ext4: cleanup goto next groupWang Shilong-14/+6
2017-08-24ext4: do not unnecessarily allocate buffer in recently_deleted()Jan Kara-2/+2
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig-3/+3
2017-08-17quota: Reduce contention on dq_data_lockJan Kara-2/+2
2017-08-17ext4: Disable dirty list tracking of dquots when journalling quotasJan Kara-1/+8
2017-08-17quota: Convert dqio_mutex to rwsemJan Kara-9/+4
2017-08-14ext4: add missing xattr hash updateTahsin Erdogan-2/+4
2017-08-14ext4: fix clang build regressionTheodore Ts'o-2/+5
2017-08-06ext4: fix copy paste error in ext4_swap_extents()Maninder Singh-1/+1
2017-08-06ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee-1/+2
2017-08-06ext4, project: expand inode extra size if possibleMiao Xie-24/+85
2017-08-06ext4: cleanup ext4_expand_extra_isize_ea()Miao Xie-9/+5
2017-08-06ext4: restructure ext4_expand_extra_isizeMiao Xie-40/+36
2017-08-06ext4: fix forgetten xattr lock protection in ext4_expand_extra_isizeMiao Xie-12/+16
2017-08-06ext4: make xattr inode reads fasterTahsin Erdogan-48/+92
2017-08-05ext4: inplace xattr block update fails to deduplicate blocksTahsin Erdogan-3/+1
2017-08-05ext4: remove unused mode parameterTahsin Erdogan-5/+4
2017-08-05ext4: fix warning about stack corruptionArnd Bergmann-5/+6
2017-08-05ext4: fix dir_nlink behaviourAndreas Dilger-10/+14
2017-08-05ext4: silence array overflow warningDan Carpenter-1/+1
2017-08-05ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara-0/+3
2017-08-05ext4: release discard bio after sending discard commandsDaeho Jeong-1/+3
2017-07-31ext4: convert swap_inode_data() over to use swap() on most of the fieldsJeff Layton-10/+8
2017-07-31ext4: error should be cleared if ea_inode isn't added to the cacheEmoly Liu-0/+1
2017-07-30ext4: Don't clear SGID when inheriting ACLsJan Kara-13/+15
2017-07-30ext4: preserve i_mode if __ext4_set_acl() failsErnesto A. Fernández-4/+11
2017-07-30ext4: remove unused metadata accounting variablesEric Whitney-6/+2
2017-07-30ext4: correct comment references to ext4_ext_direct_IO()Eric Whitney-2/+2
2017-07-09Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-441/+1994
2017-07-09Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2017-07-06ext4: fix spelling mistake: "prellocated" -> "preallocated"Colin Ian King-1/+1