summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2018-04-24ext4: add extra checks to ext4_xattr_block_get()Theodore Ts'o2-7/+30
2018-04-24ext4: add bounds checking to ext4_xattr_find_entry()Theodore Ts'o1-11/+17
2018-04-24ext4: move call to ext4_error() into ext4_xattr_check_block()Theodore Ts'o1-33/+27
2018-04-24ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o1-0/+6
2018-04-24ext4: always initialize the crc32c checksum driverTheodore Ts'o1-9/+6
2018-04-24ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o1-0/+6
2018-04-24ext4: limit xattr size to INT_MAXEric Biggers1-3/+6
2018-04-24ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan1-3/+2
2018-04-24ext4: don't update checksum of new initialized bitmapsTheodore Ts'o2-46/+4
2018-04-24ext4: pass -ESHUTDOWN code to jbd2 layerTheodore Ts'o1-2/+2
2018-04-24ext4: eliminate sleep from shutdown ioctlTheodore Ts'o1-3/+1
2018-04-24ext4: shutdown should not prevent get_write_accessTheodore Ts'o1-7/+0
2018-02-22ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou1-0/+1
2018-02-22ext4: fix a race in the ext4 shutdown pathHarshad Shirwadkar1-4/+12
2017-12-20ext4: fix crash when a directory's i_size is too smallChandan Rajendra1-0/+4
2017-12-20ext4: add missing error check in __ext4_new_inode()Theodore Ts'o1-0/+2
2017-12-20ext4: fix fdatasync(2) after fallocate(2) operationEryu Guan1-0/+1
2017-12-20ext4: support fast symlinks from ext3 file systemsAndi Kleen1-0/+9
2017-11-30ext4: prevent data corruption with journaling + DAXRoss Zwisler2-8/+13
2017-11-30ext4: prevent data corruption with inline data + DAXRoss Zwisler2-10/+5
2017-11-30ext4: fix interaction between i_size, fallocate, and delalloc after a crashTheodore Ts'o1-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman31-0/+31
2017-10-19Convert fs/*/* to SB_I_VERSIONMatthew Garrett1-2/+2
2017-09-15Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2017-09-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds6-33/+30
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-8/+8
2017-09-08Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-12/+14
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+3
2017-09-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-54/+9
2017-09-07mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara2-4/+3
2017-09-07ext4: use pagevec_lookup_range() in writeback codeJan Kara1-7/+5
2017-09-07ext4: use pagevec_lookup_range() in ext4_find_unwritten_pgoff()Jan Kara1-10/+4
2017-09-07mm: make pagevec_lookup() update indexJan Kara2-9/+3
2017-09-07dax: 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-05fs: 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