aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-18ext4: switch to fscrypt_prepare_rename()Eric Biggers1-26/+7
2017-10-18ext4: switch to fscrypt_prepare_link()Eric Biggers1-3/+4
2017-10-18ext4: switch to fscrypt_file_open()Eric Biggers1-19/+4
2017-10-18fscrypt: remove unneeded empty fscrypt_operations structsEric Biggers1-3/+2
2017-10-18fscrypt: remove ->is_encrypted()Eric Biggers1-2/+0
2017-10-18fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers2-4/+11
2017-10-18fscrypt: clean up include file messDave Chinner1-5/+3
2017-10-18Convert fs/*/* to SB_I_VERSIONMatthew Garrett1-2/+2
2017-10-18ext4: mention noload when recovering on read-only deviceSimon Ruderich1-1/+2
2017-10-18ext4: convert timers to use timer_setup()Kees Cook1-9/+5
2017-10-12ext4: remove duplicate extended attributes defsRoss Zwisler1-37/+0
2017-10-12ext4: add ext4_should_use_dax()Ross Zwisler1-3/+16
2017-10-12ext4: add sanity check for encryption + DAXRoss Zwisler1-0/+3
2017-10-12ext4: prevent data corruption with journaling + DAXRoss Zwisler2-8/+13
2017-10-12ext4: prevent data corruption with inline data + DAXRoss Zwisler2-10/+5
2017-10-06ext4: fix interaction between i_size, fallocate, and delalloc after a crashTheodore Ts'o1-2/+4
2017-10-01ext4: retry allocations conservativelyTheodore Ts'o1-8/+7
2017-10-01ext4: Switch to iomap for SEEK_HOLE / SEEK_DATAChristoph Hellwig4-327/+49
2017-10-01ext4: Add iomap support for inline dataAndreas Gruenbacher3-2/+51
2017-10-01iomap: Switch from blkno to disk offsetAndreas Gruenbacher1-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