summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: convert to new i_version APIJeff Layton2018-01-291-1/+2
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-26/+26
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-11-141-12/+15
|\
| * ext4: improve smp scalability for inode generationTheodore Ts'o2017-11-091-2/+0Star
| * ext4: mention noload when recovering on read-only deviceSimon Ruderich2017-10-181-1/+2
| * ext4: convert timers to use timer_setup()Kees Cook2017-10-181-9/+5Star
| * ext4: add sanity check for encryption + DAXRoss Zwisler2017-10-121-0/+3
| * ext4: prevent data corruption with inline data + DAXRoss Zwisler2017-10-121-0/+5
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-141-7/+8
|\ \
| * | fscrypt: remove unneeded empty fscrypt_operations structsEric Biggers2017-10-191-3/+2Star
| * | fscrypt: remove ->is_encrypted()Eric Biggers2017-10-191-2/+0Star
| * | fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers2017-10-191-2/+6
| |/
* / Convert fs/*/* to SB_I_VERSIONMatthew Garrett2017-10-191-2/+2
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-151-28/+25Star
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-28/+25Star
* | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-111-0/+4
|\ \
| * | ext4: fix null pointer dereference on sbiColin Ian King2017-09-051-1/+1
| * | ext4: perform dax_device lookup at mountDan Williams2017-08-311-0/+4
* | | Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-081-12/+14
|\ \ \
| * | | quota: Reduce contention on dq_data_lockJan Kara2017-08-171-2/+2
| * | | ext4: Disable dirty list tracking of dquots when journalling quotasJan Kara2017-08-171-1/+8
| * | | quota: Convert dqio_mutex to rwsemJan Kara2017-08-171-9/+4Star
| |/ /
* | | ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)2017-08-241-7/+31
* | | ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)2017-08-241-3/+3
|/ /
* / ext4: remove unused metadata accounting variablesEric Whitney2017-07-311-2/+0Star
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-091-26/+83
|\
| * ext4: fix __ext4_new_inode() journal credits calculationTahsin Erdogan2017-07-061-1/+2
| * ext4: forbid encrypting root directoryEric Biggers2017-06-231-0/+9
| * ext4: send parallel discards on commit completionsDaeho Jeong2017-06-231-0/+3
| * ext4: add nombcache mount optionTahsin Erdogan2017-06-221-11/+23
| * quota: add get_inode_usage callback to transfer multi-inode chargesTahsin Erdogan2017-06-221-10/+11
| * ext4: xattr inode deduplicationTahsin Erdogan2017-06-221-3/+34
| * ext2, ext4: make mb block cache names more explicitTahsin Erdogan2017-06-221-9/+9
| * ext4: improve journal credit handling in set xattr pathsTahsin Erdogan2017-06-221-3/+3
* | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-091-1/+1
|\ \
| * | fscrypt: make ->dummy_context() return boolEric Biggers2017-06-241-1/+1
* | | Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds2017-07-031-1/+1
|\ \ \ | |_|/ |/| |
| * | fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-051-1/+1
| |/
* | ext4: fix quota charging for shared xattr blocksTahsin Erdogan2017-05-251-0/+3
* | ext4: clear lockdep subtype for quota files on quota offJan Kara2017-05-221-9/+5Star
|/
* Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-131-0/+1
|\
| * block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams2017-05-081-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-091-2/+2
|\ \
| * | mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-091-2/+2
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-05-081-3/+11
|\ \ \ | |/ / |/| |
| * | ext4: mark superblock writes synchronous for nobarrier mountsJan Kara2017-05-041-1/+1
| * | ext4: preload block group descriptorsAndrew Perepechko2017-04-301-0/+6
| * | ext4: support GETFSMAP ioctlsDarrick J. Wong2017-04-301-0/+1
| * | ext4: constify static data that is never modifiedEric Biggers2017-04-301-2/+3
| |/
* | Merge branch 'generic' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/...Linus Torvalds2017-05-031-8/+66
|\ \ | |/ |/|