aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman31-0/+31
2017-10-18Convert fs/*/* to SB_I_VERSIONMatthew Garrett1-2/+2
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-33/+30
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds3-8/+8
2017-09-07Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-12/+14
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+3
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-54/+9
2017-09-06mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara2-4/+3
2017-09-06ext4: use pagevec_lookup_range() in writeback codeJan Kara1-7/+5
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