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