summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | udf: atomically read inode sizeFabian Frederick2017-01-102-4/+5
| * | | | | | | | | | | | | udf: merge module informations in super.cFabian Frederick2017-01-102-7/+6
| * | | | | | | | | | | | | udf: remove next_epos from udf_update_extent_cache()Fabian Frederick2017-01-101-14/+11
| * | | | | | | | | | | | | udf: Factor out trimming of crtimeFabian Frederick2017-01-101-14/+11
| * | | | | | | | | | | | | udf: remove empty conditionFabian Frederick2017-01-101-2/+0
| * | | | | | | | | | | | | udf: remove unneeded line breakFabian Frederick2017-01-101-2/+1
| * | | | | | | | | | | | | udf: merge bh freeFabian Frederick2017-01-101-18/+10
| * | | | | | | | | | | | | udf: use pointer for kernel_long_ad argumentFabian Frederick2017-01-101-14/+9
| * | | | | | | | | | | | | udf: use __packed instead of __attribute__ ((packed))Fabian Frederick2017-01-102-66/+66
| * | | | | | | | | | | | | udf: Make stat on symlink report symlink length as st_sizeJan Kara2017-01-054-2/+33
| * | | | | | | | | | | | | fs/udf: make #ifdef UDF_PREALLOCATE unconditionalSteve Kenton2017-01-032-3/+0
| * | | | | | | | | | | | | fs: udf: Replace CURRENT_TIME with current_time()Deepa Dinamani2017-01-031-3/+6
* | | | | | | | | | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-02-2019-479/+1582
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | CIFS: Allow to switch on encryption with seal mount optionPavel Shilovsky2017-02-012-31/+43
| * | | | | | | | | | | | | | CIFS: Add capability to decrypt big read responsesPavel Shilovsky2017-02-013-13/+169
| * | | | | | | | | | | | | | CIFS: Decrypt and process small encrypted packetsPavel Shilovsky2017-02-017-3/+243
| * | | | | | | | | | | | | | CIFS: Add copy into pages callback for a read operationPavel Shilovsky2017-02-012-6/+49
| * | | | | | | | | | | | | | CIFS: Add mid handle callbackPavel Shilovsky2017-02-015-11/+20
| * | | | | | | | | | | | | | CIFS: Add transform header handling callbacksPavel Shilovsky2017-02-012-5/+15
| * | | | | | | | | | | | | | CIFS: Encrypt SMB3 requests before sendingPavel Shilovsky2017-02-0110-10/+320
| * | | | | | | | | | | | | | CIFS: Enable encryption during session setup phasePavel Shilovsky2017-02-012-22/+12
| * | | | | | | | | | | | | | CIFS: Add capability to transform requests before sendingPavel Shilovsky2017-02-013-33/+136
| * | | | | | | | | | | | | | CIFS: Separate RFC1001 length processing for SMB2 readPavel Shilovsky2017-02-014-25/+74
| * | | | | | | | | | | | | | 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-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