summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-02-2023-206/+456
|\
| * 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-024-71/+71
| * 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-0818-301/+263
| |\
* | \ Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-2025-722/+659
|\ \ \
| * | | 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-0610-421/+397
| * | | fscrypt: remove redundant assignment of resColin Ian King2017-02-061-1/+0
| | |/ | |/|
| * | fscrypt: make fscrypt_operations.key_prefix a stringEric Biggers2017-01-087-76/+15
| * | fscrypt: remove unused 'mode' member of fscrypt_ctxEric Biggers2017-01-081-1/+0
| * | 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-016-147/+184
| * | 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 tag 'device-properties-4.11-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-02-204-90/+177
|\ \ \
| * | | i2c: allow specify device properties in i2c_board_infoDmitry Torokhov2017-02-082-1/+18
| * | | device property: export code duplicating array of property entriesDmitry Torokhov2017-02-072-65/+134
| * | | device property: constify property arrays valuesDmitry Torokhov2017-02-072-11/+11
| * | | device property: allow to constify propertiesDmitry Torokhov2017-02-072-21/+22
* | | | Merge tag 'acpi-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-02-20240-506/+838
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'acpi-ec', 'acpi-button' and 'acpi-apei'Rafael J. Wysocki2017-02-205-110/+38
| |\ \ \ \ \ \