aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-06ext4: use pagevec_lookup_range() in ext4_find_unwritten_pgoff()Jan Kara1-10/+4
2017-09-06mm: make pagevec_lookup() update indexJan Kara2-9/+3
2017-09-06dax: use common 4k zero page for dax mmap readsRoss Zwisler1-31/+1
2017-09-05ext4: fix null pointer dereference on sbiColin Ian King1-1/+1
2017-09-04fs: support RWF_NOWAIT for buffered readsChristoph Hellwig1-3/+3
2017-08-31ext4: perform dax_device lookup at mountDan Williams3-8/+8
2017-08-31ext4: avoid Y2038 overflow in recently_deleted()Andreas Dilger1-6/+13
2017-08-24ext4: fix fault handling when mounted with -o dax,roRandy Dodgen1-1/+14
2017-08-24ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)1-7/+31
2017-08-24ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)1-3/+3
2017-08-24ext4: remove useless test and assignment in strtohash functionsDamien Guibouret1-4/+0
2017-08-24ext4: backward compatibility support for Lustre ea_inode implementationTahsin Erdogan3-56/+94
2017-08-24ext4: remove timebomb in ext4_decode_extra_time()Christoph Hellwig1-6/+4
2017-08-24ext4: use sizeof(*ptr)Markus Elfring2-2/+2
2017-08-24ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong1-2/+2
2017-08-24ext4: reduce lock contention in __ext4_new_inodeWang Shilong1-11/+39
2017-08-24ext4: cleanup goto next groupWang Shilong1-14/+6
2017-08-24ext4: do not unnecessarily allocate buffer in recently_deleted()Jan Kara1-2/+2
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2-3/+3
2017-08-17quota: Reduce contention on dq_data_lockJan Kara1-2/+2
2017-08-17ext4: Disable dirty list tracking of dquots when journalling quotasJan Kara1-1/+8
2017-08-17quota: Convert dqio_mutex to rwsemJan Kara1-9/+4
2017-08-14ext4: add missing xattr hash updateTahsin Erdogan1-2/+4
2017-08-14ext4: fix clang build regressionTheodore Ts'o1-2/+5
2017-08-06ext4: fix copy paste error in ext4_swap_extents()Maninder Singh1-1/+1
2017-08-06ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee1-1/+2
2017-08-06ext4, project: expand inode extra size if possibleMiao Xie3-24/+85
2017-08-06ext4: cleanup ext4_expand_extra_isize_ea()Miao Xie1-9/+5
2017-08-06ext4: restructure ext4_expand_extra_isizeMiao Xie2-40/+36
2017-08-06ext4: fix forgetten xattr lock protection in ext4_expand_extra_isizeMiao Xie2-12/+16
2017-08-06ext4: make xattr inode reads fasterTahsin Erdogan4-48/+92
2017-08-05ext4: inplace xattr block update fails to deduplicate blocksTahsin Erdogan1-3/+1
2017-08-05ext4: remove unused mode parameterTahsin Erdogan1-5/+4
2017-08-05ext4: fix warning about stack corruptionArnd Bergmann1-5/+6
2017-08-05ext4: fix dir_nlink behaviourAndreas Dilger2-10/+14
2017-08-05ext4: silence array overflow warningDan Carpenter1-1/+1
2017-08-05ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara1-0/+3
2017-08-05ext4: release discard bio after sending discard commandsDaeho Jeong1-1/+3
2017-07-31ext4: convert swap_inode_data() over to use swap() on most of the fieldsJeff Layton1-10/+8
2017-07-31ext4: error should be cleared if ea_inode isn't added to the cacheEmoly Liu1-0/+1
2017-07-30ext4: Don't clear SGID when inheriting ACLsJan Kara1-13/+15
2017-07-30ext4: preserve i_mode if __ext4_set_acl() failsErnesto A. Fernández1-4/+11
2017-07-30ext4: remove unused metadata accounting variablesEric Whitney2-6/+2
2017-07-30ext4: correct comment references to ext4_ext_direct_IO()Eric Whitney1-2/+2
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells6-33/+30
2017-07-09Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds20-441/+1994
2017-07-09Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds1-1/+1
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+1
2017-07-06ext4: fix spelling mistake: "prellocated" -> "preallocated"Colin Ian King1-1/+1
2017-07-06ext4: use errseq_t based error handling for reporting data writeback errorsJeff Layton1-1/+1