summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | CIFS: Separate SMB2 sync header processingPavel Shilovsky2017-02-012-20/+35
| * | | | | | CIFS: Send RFC1001 length in a separate iovPavel Shilovsky2017-02-016-95/+174
| * | | | | | CIFS: Make send_cancel take rqst as argumentPavel Shilovsky2017-02-013-17/+22
| * | | | | | CIFS: Make SendReceive2() takes resp iovPavel Shilovsky2017-02-015-100/+136
| * | | | | | CIFS: Separate SMB2 header structurePavel Shilovsky2017-02-017-148/+174
| * | | | | | CIFS: Fix splice read for non-cached filesPavel Shilovsky2017-02-011-1/+9
| * | | | | | cifs: Add soft dependenciesJean Delvare2017-02-011-0/+12
| * | | | | | cifs: Only select the required crypto modulesJean Delvare2017-02-011-2/+3
| * | | | | | cifs: Simplify SMB2 and SMB311 dependenciesJean Delvare2017-02-011-3/+2
* | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-02-2120-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-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
| * | | | | | | jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o2017-02-051-1/+3
| * | | | | | | 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
| * | | | | | | jbd2: fix use after free in kjournald2()Sahitya Tummala2017-02-021-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-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-0917-295/+255
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-2120-376/+278
|\ \ \ \ \ \ \ \
| * | | | | | | | fscrypt: constify struct fscrypt_operationsEric Biggers2017-02-085-7/+7
| * | | | | | | | fscrypt: properly declare on-stack completionRichard Weinberger2017-02-071-1/+1
| * | | | | | | | fscrypt: split supp and notsupp declarations into their own headersEric Biggers2017-02-075-73/+16
| * | | | | | | | fscrypt: remove redundant assignment of resColin Ian King2017-02-071-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