summaryrefslogtreecommitdiffstats
path: root/fs/ext4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o2017-02-151-1/+1
* ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o2017-02-141-0/+4
* ext4: do not use stripe_width if it is not setJan Kara2017-02-101-2/+2
* ext4: fix stripe-unaligned allocationsJan Kara2017-02-101-2/+4
* ext4: fix DAX write lockingChristoph Hellwig2017-02-081-9/+1
* ext4: add EXT4_IOC_GOINGDOWN ioctlTheodore Ts'o2017-02-063-1/+61
* ext4: add shutdown bit and check for itTheodore Ts'o2017-02-0511-3/+103
* ext4: rename s_resize_flags to s_ext4_flagsTheodore Ts'o2017-02-052-5/+10
* ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o2017-02-051-1/+2
* ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o2017-02-051-2/+4
* ext4: fix inline data error pathsTheodore Ts'o2017-02-052-6/+23
* ext4: move halfmd4 into hash.c directlyJason A. Donenfeld2017-02-021-1/+70
* ext4: fix use-after-iput when fscrypt contexts are inconsistentEric Biggers2017-02-021-2/+4
* ext4: fix data corruption in data=journal modeJan Kara2017-01-271-10/+13
* ext4: trim allocation requests to group sizeJan Kara2017-01-271-0/+7
* ext4: replace BUG_ON with WARN_ON in mb_find_extent()Theodore Ts'o2017-01-231-1/+11
* ext4: propagate error values from ext4_inline_data_truncate()Theodore Ts'o2017-01-233-19/+27
* ext4: avoid calling ext4_mark_inode_dirty() under unneeded semaphoresTheodore Ts'o2017-01-122-7/+4
* ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o2017-01-123-54/+74
* ext4: add debug_want_extra_isize mount optionTheodore Ts'o2017-01-111-2/+7
* ext4: do not polute the extents cache while shifting extentsRoman Pen2017-01-091-3/+6
* ext4: Include forgotten start block on fallocate insert rangeRoman Pen2017-01-091-6/+12
* Merge branch 'fscrypt' into dTheodore Ts'o2017-01-094-25/+17
|\
| * fscrypt: make fscrypt_operations.key_prefix a stringEric Biggers2017-01-082-23/+1
| * ext4: don't allow encrypted operations without keysTheodore Ts'o2017-01-081-0/+12
| * fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers2016-12-312-2/+4
* | ext4: Simplify DAX fault pathJan Kara2016-12-271-38/+10
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-243-3/+3
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-181-3/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-181-2/+2
|\ \
| * | quota: constify struct path in quota_onAl Viro2016-12-061-2/+2
| |/
* | Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-153-25/+8
|\ \
| * | fs: Add helper to clean bdev aliases under a bh and use itJan Kara2016-11-042-3/+2
| * | ext4: Use clean_bdev_aliases() instead of iterationJan Kara2016-11-042-22/+6
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-12-1415-326/+615
|\ \ \
| * \ \ Merge branch 'fscrypt' into devTheodore Ts'o2016-12-133-31/+6
| |\ \ \
| | * | | fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()David Gstir2016-12-111-1/+0
| | * | | fscrypto: move ioctl processing more fully into common codeEric Biggers2016-12-112-31/+7
| * | | | ext4: do not perform data journaling when data is encryptedSergey Karamov2016-12-102-6/+13
| * | | | ext4: return -ENOMEM instead of successDan Carpenter2016-12-101-1/+3
| * | | | ext4: reject inodes with negative sizeDarrick J. Wong2016-12-101-0/+6
| * | | | ext4: remove another test in ext4_alloc_file_blocks()Dan Carpenter2016-12-031-1/+1
| * | | | ext4: fix checks for data=ordered and journal_async_commit optionsJan Kara2016-12-031-6/+15
| * | | | ext4: fix reading new encrypted symlinks on no-journal file systemsTheodore Ts'o2016-12-021-1/+2
| * | | | ext4: validate s_first_meta_bg at mount timeEryu Guan2016-12-011-0/+9
| * | | | ext4: correctly detect when an xattr value has an invalid sizeEric Biggers2016-12-011-6/+21
| * | | | ext4: don't read out of bounds when checking for in-inode xattrsEric Biggers2016-12-012-4/+5
| * | | | ext4: forbid i_extra_isize not divisible by 4Eric Biggers2016-12-011-4/+7
| * | | | ext4: disable pwsalt ioctl when encryption disabled by configEric Biggers2016-12-011-0/+6