aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-18Convert fs/*/* to SB_I_VERSIONMatthew Garrett1-2/+2
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-28/+25
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+4
2017-09-07Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-12/+14
2017-09-05ext4: fix null pointer dereference on sbiColin Ian King1-1/+1
2017-08-31ext4: perform dax_device lookup at mountDan Williams1-0/+4
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-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-07-30ext4: remove unused metadata accounting variablesEric Whitney1-2/+0
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-28/+25
2017-07-09Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-26/+83
2017-07-09Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds1-1/+1
2017-07-06ext4: fix __ext4_new_inode() journal credits calculationTahsin Erdogan1-1/+2
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds1-1/+1
2017-06-23fscrypt: make ->dummy_context() return boolEric Biggers1-1/+1
2017-06-23ext4: forbid encrypting root directoryEric Biggers1-0/+9
2017-06-22ext4: send parallel discards on commit completionsDaeho Jeong1-0/+3
2017-06-22ext4: add nombcache mount optionTahsin Erdogan1-11/+23
2017-06-22quota: add get_inode_usage callback to transfer multi-inode chargesTahsin Erdogan1-10/+11
2017-06-22ext4: xattr inode deduplicationTahsin Erdogan1-3/+34
2017-06-22ext2, ext4: make mb block cache names more explicitTahsin Erdogan1-9/+9
2017-06-21ext4: improve journal credit handling in set xattr pathsTahsin Erdogan1-3/+3
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig1-1/+1
2017-05-24ext4: fix quota charging for shared xattr blocksTahsin Erdogan1-0/+3
2017-05-21ext4: clear lockdep subtype for quota files on quota offJan Kara1-9/+5
2017-05-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+1
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko1-2/+2
2017-05-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-3/+11
2017-05-08block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams1-0/+1
2017-05-04ext4: mark superblock writes synchronous for nobarrier mountsJan Kara1-1/+1
2017-05-03Merge branch 'generic' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-8/+66
2017-04-30ext4: preload block group descriptorsAndrew Perepechko1-0/+6
2017-04-30ext4: support GETFSMAP ioctlsDarrick J. Wong1-0/+1
2017-04-29ext4: constify static data that is never modifiedEric Biggers1-2/+3
2017-04-24ext4: Improve comments in ext4_quota_{on|off}()Jan Kara1-2/+10
2017-04-19ext4: Set flags on quota files directlyJan Kara1-6/+56
2017-03-15fscrypt: eliminate ->prepare_context() operationEric Biggers1-6/+4
2017-02-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-9/+38
2017-02-15ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o1-1/+1
2017-02-10ext4: do not use stripe_width if it is not setJan Kara1-2/+2
2017-02-08fscrypt: constify struct fscrypt_operationsEric Biggers1-2/+2
2017-02-05ext4: add EXT4_IOC_GOINGDOWN ioctlTheodore Ts'o1-1/+1
2017-02-05ext4: add shutdown bit and check for itTheodore Ts'o1-0/+21
2017-02-05ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o1-1/+2
2017-02-04ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o1-2/+4
2017-01-11ext4: add debug_want_extra_isize mount optionTheodore Ts'o1-2/+7