| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2017-02-20 | 20 | -136/+455 |
|\ |
|
| * | ext4: rename EXT4_IOC_GOINGDOWN to EXT4_IOC_SHUTDOWN | Theodore Ts'o | 2017-02-20 | 2 | -5/+5 |
| * | ext4: fix fencepost in s_first_meta_bg validation | Theodore Ts'o | 2017-02-15 | 1 | -1/+1 |
| * | ext4: don't BUG when truncating encrypted inodes on the orphan list | Theodore Ts'o | 2017-02-14 | 1 | -0/+4 |
| * | ext4: do not use stripe_width if it is not set | Jan Kara | 2017-02-10 | 1 | -2/+2 |
| * | ext4: fix stripe-unaligned allocations | Jan Kara | 2017-02-10 | 1 | -2/+4 |
| * | dax: assert that i_rwsem is held exclusive for writes | Christoph Hellwig | 2017-02-08 | 1 | -1/+5 |
| * | ext4: fix DAX write locking | Christoph Hellwig | 2017-02-08 | 1 | -9/+1 |
| * | ext4: add EXT4_IOC_GOINGDOWN ioctl | Theodore Ts'o | 2017-02-05 | 3 | -1/+61 |
| * | ext4: add shutdown bit and check for it | Theodore Ts'o | 2017-02-05 | 11 | -3/+103 |
| * | ext4: rename s_resize_flags to s_ext4_flags | Theodore Ts'o | 2017-02-05 | 2 | -5/+10 |
| * | ext4: return EROFS if device is r/o and journal replay is needed | Theodore Ts'o | 2017-02-05 | 1 | -1/+2 |
| * | ext4: preserve the needs_recovery flag when the journal is aborted | Theodore Ts'o | 2017-02-04 | 1 | -2/+4 |
| * | jbd2: don't leak modified metadata buffers on an aborted journal | Theodore Ts'o | 2017-02-04 | 1 | -1/+3 |
| * | ext4: fix inline data error paths | Theodore Ts'o | 2017-02-04 | 2 | -6/+23 |
| * | ext4: move halfmd4 into hash.c directly | Jason A. Donenfeld | 2017-02-02 | 1 | -1/+70 |
| * | ext4: fix use-after-iput when fscrypt contexts are inconsistent | Eric Biggers | 2017-02-01 | 1 | -2/+4 |
| * | jbd2: fix use after free in kjournald2() | Sahitya Tummala | 2017-02-01 | 1 | -1/+1 |
| * | ext4: fix data corruption in data=journal mode | Jan Kara | 2017-01-27 | 1 | -10/+13 |
| * | ext4: trim allocation requests to group size | Jan Kara | 2017-01-27 | 1 | -0/+7 |
| * | ext4: replace BUG_ON with WARN_ON in mb_find_extent() | Theodore Ts'o | 2017-01-22 | 1 | -1/+11 |
| * | ext4: propagate error values from ext4_inline_data_truncate() | Theodore Ts'o | 2017-01-22 | 3 | -19/+27 |
| * | ext4: avoid calling ext4_mark_inode_dirty() under unneeded semaphores | Theodore Ts'o | 2017-01-11 | 2 | -7/+4 |
| * | ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea() | Theodore Ts'o | 2017-01-11 | 3 | -54/+74 |
| * | ext4: add debug_want_extra_isize mount option | Theodore Ts'o | 2017-01-11 | 1 | -2/+7 |
| * | ext4: do not polute the extents cache while shifting extents | Roman Pen | 2017-01-08 | 1 | -3/+6 |
| * | ext4: Include forgotten start block on fallocate insert range | Roman Pen | 2017-01-08 | 1 | -6/+12 |
| * | Merge branch 'fscrypt' into d | Theodore Ts'o | 2017-01-08 | 17 | -295/+255 |
| |\ |
|
* | \ | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-02-20 | 20 | -376/+278 |
|\ \ \ |
|
| * | | | fscrypt: constify struct fscrypt_operations | Eric Biggers | 2017-02-08 | 5 | -7/+7 |
| * | | | fscrypt: properly declare on-stack completion | Richard Weinberger | 2017-02-06 | 1 | -1/+1 |
| * | | | fscrypt: split supp and notsupp declarations into their own headers | Eric Biggers | 2017-02-06 | 5 | -73/+16 |
| * | | | fscrypt: remove redundant assignment of res | Colin Ian King | 2017-02-06 | 1 | -1/+0 |
| | |/
| |/| |
|
| * | | fscrypt: make fscrypt_operations.key_prefix a string | Eric Biggers | 2017-01-08 | 6 | -75/+14 |
| * | | ext4: don't allow encrypted operations without keys | Theodore Ts'o | 2017-01-08 | 1 | -0/+12 |
| * | | fscrypt: make test_dummy_encryption require a keyring key | Theodore Ts'o | 2017-01-02 | 2 | -24/+13 |
| * | | fscrypt: factor out bio specific functions | Richard Weinberger | 2017-01-01 | 5 | -143/+177 |
| * | | fscrypt: pass up error codes from ->get_context() | Eric Biggers | 2016-12-31 | 1 | -31/+23 |
| * | | fscrypt: remove user-triggerable warning messages | Eric Biggers | 2016-12-31 | 1 | -13/+2 |
| * | | fscrypt: use EEXIST when file already uses different policy | Eric Biggers | 2016-12-31 | 1 | -1/+1 |
| * | | fscrypt: use ENOTDIR when setting encryption policy on nondirectory | Eric Biggers | 2016-12-31 | 1 | -1/+1 |
| * | | fscrypt: use ENOKEY when file cannot be created w/o key | Eric Biggers | 2016-12-31 | 5 | -7/+12 |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-02-20 | 8 | -16/+16 |
|\ \ \ |
|
| * | | | locking/atomic, kref: Add kref_read() | Peter Zijlstra | 2017-01-14 | 7 | -15/+15 |
| * | | | locking/atomic, kref: Add KREF_INIT() | Peter Zijlstra | 2017-01-14 | 1 | -1/+1 |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-02-20 | 8 | -82/+66 |
|\ \ \ \ |
|
| * | | | | s390, sched/cputime: Make arch_cpu_idle_time() to return nsecs | Frederic Weisbecker | 2017-02-01 | 1 | -2/+2 |
| * | | | | fs/binfmt: Convert obsolete cputime type to nsecs | Frederic Weisbecker | 2017-02-01 | 3 | -40/+20 |
| * | | | | sched/cputime: Convert task/group cputime to nsecs | Frederic Weisbecker | 2017-02-01 | 3 | -9/+16 |
| * | | | | sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu... | Frederic Weisbecker | 2017-02-01 | 2 | -6/+6 |