summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-02-09pstore: don't OOPS when there are no ftrace zonesBrian Norris1-1/+1
2017-02-09fanotify: simplify the code of fanotify_mergeKinglong Mee1-8/+3
2017-02-08dax: assert that i_rwsem is held exclusive for writesChristoph Hellwig1-1/+5
2017-02-08ext4: fix DAX write lockingChristoph Hellwig1-9/+1
2017-02-08btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney1-2/+4
2017-02-08fscrypt: constify struct fscrypt_operationsEric Biggers5-7/+7
2017-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-76/+60
2017-02-07mm: fix KPF_SWAPCACHE in /proc/kpageflagsHugh Dickins1-1/+2
2017-02-07fscrypt: properly declare on-stack completionRichard Weinberger1-1/+1
2017-02-07fscrypt: split supp and notsupp declarations into their own headersEric Biggers5-73/+16
2017-02-07fscrypt: remove redundant assignment of resColin Ian King1-1/+0
2017-02-06ext4: add EXT4_IOC_GOINGDOWN ioctlTheodore Ts'o3-1/+61
2017-02-05ext4: add shutdown bit and check for itTheodore Ts'o11-3/+103
2017-02-05ext4: rename s_resize_flags to s_ext4_flagsTheodore Ts'o2-5/+10
2017-02-05ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o1-1/+2
2017-02-05ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o1-2/+4
2017-02-05jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o1-1/+3
2017-02-05ext4: fix inline data error pathsTheodore Ts'o2-6/+23
2017-02-04fs: break out of iomap_file_buffered_write on fatal signalsMichal Hocko2-0/+8
2017-02-03udf: simplify udf_ioctl()Fabian Frederick1-26/+15
2017-02-03udf: fix ioctl errorsFabian Frederick1-1/+4
2017-02-03gfs2: Make gfs2_write_full_page staticAndrew Price1-2/+2
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-4/+42
2017-02-02Merge tag 'nfsd-4.10-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-75/+50
2017-02-02debugfs: add debugfs_lookup()Omar Sandoval1-0/+36
2017-02-02ext4: move halfmd4 into hash.c directlyJason A. Donenfeld1-1/+70
2017-02-02block: Get rid of blk_get_backing_dev_info()Jan Kara4-5/+3
2017-02-02block: Make blk_get_backing_dev_info() safe without open bdevJan Kara1-0/+7
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara3-3/+3
2017-02-02block: Unhash block device inodes on gendisk destructionJan Kara1-0/+15
2017-02-02ext4: fix use-after-iput when fscrypt contexts are inconsistentEric Biggers1-2/+4
2017-02-02jbd2: fix use after free in kjournald2()Sahitya Tummala1-1/+1
2017-02-02CIFS: Allow to switch on encryption with seal mount optionPavel Shilovsky2-31/+43
2017-02-02CIFS: Add capability to decrypt big read responsesPavel Shilovsky3-13/+169
2017-02-02CIFS: Decrypt and process small encrypted packetsPavel Shilovsky7-3/+243
2017-02-02CIFS: Add copy into pages callback for a read operationPavel Shilovsky2-6/+49
2017-02-02CIFS: Add mid handle callbackPavel Shilovsky5-11/+20
2017-02-02CIFS: Add transform header handling callbacksPavel Shilovsky2-5/+15
2017-02-02CIFS: Encrypt SMB3 requests before sendingPavel Shilovsky10-10/+320
2017-02-02CIFS: Enable encryption during session setup phasePavel Shilovsky2-22/+12
2017-02-02CIFS: Add capability to transform requests before sendingPavel Shilovsky3-33/+136
2017-02-02CIFS: Separate RFC1001 length processing for SMB2 readPavel Shilovsky4-25/+74
2017-02-02CIFS: Separate SMB2 sync header processingPavel Shilovsky2-20/+35
2017-02-02CIFS: Send RFC1001 length in a separate iovPavel Shilovsky6-95/+174
2017-02-02CIFS: Make send_cancel take rqst as argumentPavel Shilovsky3-17/+22
2017-02-02CIFS: Make SendReceive2() takes resp iovPavel Shilovsky5-100/+136
2017-02-02CIFS: Separate SMB2 header structurePavel Shilovsky7-148/+174
2017-02-02CIFS: Fix splice read for non-cached filesPavel Shilovsky1-1/+9
2017-02-02cifs: Add soft dependenciesJean Delvare1-0/+12
2017-02-02cifs: Only select the required crypto modulesJean Delvare1-2/+3