summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-02-2020-136/+455
|\
| * ext4: rename EXT4_IOC_GOINGDOWN to EXT4_IOC_SHUTDOWNTheodore Ts'o2017-02-202-5/+5
| * 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
| * dax: assert that i_rwsem is held exclusive for writesChristoph Hellwig2017-02-081-1/+5
| * ext4: fix DAX write lockingChristoph Hellwig2017-02-081-9/+1
| * ext4: add EXT4_IOC_GOINGDOWN ioctlTheodore Ts'o2017-02-053-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-041-2/+4
| * jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o2017-02-041-1/+3
| * ext4: fix inline data error pathsTheodore Ts'o2017-02-042-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-011-2/+4
| * jbd2: fix use after free in kjournald2()Sahitya Tummala2017-02-011-1/+1
| * 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-221-1/+11
| * ext4: propagate error values from ext4_inline_data_truncate()Theodore Ts'o2017-01-223-19/+27
| * ext4: avoid calling ext4_mark_inode_dirty() under unneeded semaphoresTheodore Ts'o2017-01-112-7/+4
| * ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o2017-01-113-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-081-3/+6
| * ext4: Include forgotten start block on fallocate insert rangeRoman Pen2017-01-081-6/+12
| * Merge branch 'fscrypt' into dTheodore Ts'o2017-01-0817-295/+255
| |\
* | \ Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-2020-376/+278
|\ \ \
| * | | fscrypt: constify struct fscrypt_operationsEric Biggers2017-02-085-7/+7
| * | | fscrypt: properly declare on-stack completionRichard Weinberger2017-02-061-1/+1
| * | | fscrypt: split supp and notsupp declarations into their own headersEric Biggers2017-02-065-73/+16
| * | | fscrypt: remove redundant assignment of resColin Ian King2017-02-061-1/+0
| | |/ | |/|
| * | fscrypt: make fscrypt_operations.key_prefix a stringEric Biggers2017-01-086-75/+14
| * | ext4: don't allow encrypted operations without keysTheodore Ts'o2017-01-081-0/+12
| * | fscrypt: make test_dummy_encryption require a keyring keyTheodore Ts'o2017-01-022-24/+13
| * | fscrypt: factor out bio specific functionsRichard Weinberger2017-01-015-143/+177
| * | fscrypt: pass up error codes from ->get_context()Eric Biggers2016-12-311-31/+23
| * | fscrypt: remove user-triggerable warning messagesEric Biggers2016-12-311-13/+2
| * | fscrypt: use EEXIST when file already uses different policyEric Biggers2016-12-311-1/+1
| * | fscrypt: use ENOTDIR when setting encryption policy on nondirectoryEric Biggers2016-12-311-1/+1
| * | fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers2016-12-315-7/+12
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-208-16/+16
|\ \ \
| * | | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-147-15/+15
| * | | locking/atomic, kref: Add KREF_INIT()Peter Zijlstra2017-01-141-1/+1
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-208-82/+66
|\ \ \ \
| * | | | s390, sched/cputime: Make arch_cpu_idle_time() to return nsecsFrederic Weisbecker2017-02-011-2/+2
| * | | | fs/binfmt: Convert obsolete cputime type to nsecsFrederic Weisbecker2017-02-013-40/+20
| * | | | sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker2017-02-013-9/+16
| * | | | sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker2017-02-012-6/+6