aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-5/+4
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 2-5/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+2
2017-02-27scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-02-27fs: add i_blocksize()Gravatar Fabian Frederick 3-5/+5
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultGravatar Dave Jiang 1-3/+9
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultGravatar Dave Jiang 1-22/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 3-15/+15
2017-02-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-7/+6
2017-02-22Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 2-2/+2
2017-02-22mm, dax: change pmd_fault() to take only vmf parameterGravatar Dave Jiang 1-4/+4
2017-02-22mm, dax: make pmd_fault() and friends be the same as fault()Gravatar Dave Jiang 1-5/+4
2017-02-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 17-133/+446
2017-02-20Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-51/+24
2017-02-20ext4: rename EXT4_IOC_GOINGDOWN to EXT4_IOC_SHUTDOWNGravatar Theodore Ts'o 2-5/+5
2017-02-15ext4: fix fencepost in s_first_meta_bg validationGravatar Theodore Ts'o 1-1/+1
2017-02-14ext4: don't BUG when truncating encrypted inodes on the orphan listGravatar Theodore Ts'o 1-0/+4
2017-02-10ext4: do not use stripe_width if it is not setGravatar Jan Kara 1-2/+2
2017-02-10ext4: fix stripe-unaligned allocationsGravatar Jan Kara 1-2/+4
2017-02-08ext4: fix DAX write lockingGravatar Christoph Hellwig 1-9/+1
2017-02-08fscrypt: constify struct fscrypt_operationsGravatar Eric Biggers 1-2/+2
2017-02-06fscrypt: split supp and notsupp declarations into their own headersGravatar Eric Biggers 2-24/+5
2017-02-05ext4: add EXT4_IOC_GOINGDOWN ioctlGravatar Theodore Ts'o 3-1/+61
2017-02-05ext4: add shutdown bit and check for itGravatar Theodore Ts'o 11-3/+103
2017-02-05ext4: rename s_resize_flags to s_ext4_flagsGravatar Theodore Ts'o 2-5/+10
2017-02-05ext4: return EROFS if device is r/o and journal replay is neededGravatar Theodore Ts'o 1-1/+2
2017-02-04ext4: preserve the needs_recovery flag when the journal is abortedGravatar Theodore Ts'o 1-2/+4
2017-02-04ext4: fix inline data error pathsGravatar Theodore Ts'o 2-6/+23
2017-02-02ext4: move halfmd4 into hash.c directlyGravatar Jason A. Donenfeld 1-1/+70
2017-02-01ext4: fix use-after-iput when fscrypt contexts are inconsistentGravatar Eric Biggers 1-2/+4
2017-01-30iomap: constify struct iomap_opsGravatar Christoph Hellwig 2-2/+2
2017-01-27ext4: fix data corruption in data=journal modeGravatar Jan Kara 1-10/+13
2017-01-27ext4: trim allocation requests to group sizeGravatar Jan Kara 1-0/+7
2017-01-24dax: fix build warnings with FS_DAX and !FS_IOMAPGravatar Ross Zwisler 1-1/+0
2017-01-22ext4: replace BUG_ON with WARN_ON in mb_find_extent()Gravatar Theodore Ts'o 1-1/+11
2017-01-22ext4: propagate error values from ext4_inline_data_truncate()Gravatar Theodore Ts'o 3-19/+27
2017-01-11ext4: avoid calling ext4_mark_inode_dirty() under unneeded semaphoresGravatar Theodore Ts'o 2-7/+4
2017-01-11ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Gravatar Theodore Ts'o 3-54/+74
2017-01-11ext4: add debug_want_extra_isize mount optionGravatar Theodore Ts'o 1-2/+7
2017-01-08ext4: do not polute the extents cache while shifting extentsGravatar Roman Pen 1-3/+6
2017-01-08ext4: Include forgotten start block on fallocate insert rangeGravatar Roman Pen 1-6/+12
2017-01-08Merge branch 'fscrypt' into dGravatar Theodore Ts'o 4-25/+17
2017-01-08fscrypt: make fscrypt_operations.key_prefix a stringGravatar Eric Biggers 2-23/+1
2017-01-08ext4: don't allow encrypted operations without keysGravatar Theodore Ts'o 1-0/+12
2016-12-31fscrypt: use ENOKEY when file cannot be created w/o keyGravatar Eric Biggers 2-2/+4
2016-12-26ext4: Simplify DAX fault pathGravatar Jan Kara 1-38/+10
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 3-3/+3
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 1-3/+0
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2