summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* block: Revalidate i_bdev reference in bd_aquire()Jan Kara2017-02-211-1/+10
* Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds2017-02-2111-16/+76
|\
| * Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-1711-16/+76
| |\
| | * debugfs: add debugfs_lookup()Omar Sandoval2017-02-021-0/+36
| | * block: Get rid of blk_get_backing_dev_info()Jan Kara2017-02-024-5/+3
| | * block: Make blk_get_backing_dev_info() safe without open bdevJan Kara2017-02-021-0/+7
| | * block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-023-3/+3
| | * block: Unhash block device inodes on gendisk destructionJan Kara2017-02-021-0/+15
| | * block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-1/+1
| | * block: make scsi_request and scsi ioctl support optionalChristoph Hellwig2017-01-311-0/+1
| | * block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-7/+10
* | | Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-02-218-60/+105
|\ \ \
| * | | gfs2: Make gfs2_write_full_page staticAndrew Price2017-02-031-2/+2
| * | | GFS2: Reduce contention on gfs2_log_lockBob Peterson2017-01-301-2/+11
| * | | GFS2: Inline function meta_lo_addBob Peterson2017-01-271-27/+22
| * | | GFS2: Switch tr_touched to flag in transactionBob Peterson2017-01-274-18/+23
| * | | GFS2: Wake up io waiters whenever a flush is doneBob Peterson2017-01-061-1/+5
| * | | GFS2: Made logd daemon take into account log demandBob Peterson2017-01-053-2/+9
| * | | GFS2: Limit number of transaction blocks requested for truncatesBob Peterson2017-01-051-3/+26
| * | | GFS2: Fix reference to ERR_PTR in gfs2_glock_iter_nextDan Carpenter2016-12-151-5/+7
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-02-2111-193/+205
|\ \ \ \
| * | | | fanotify: simplify the code of fanotify_mergeKinglong Mee2017-02-091-8/+3
| * | | | udf: simplify udf_ioctl()Fabian Frederick2017-02-031-26/+15
| * | | | udf: fix ioctl errorsFabian Frederick2017-02-031-1/+4
| * | | | udf: allow implicit blocksize specification during mountFabian Frederick2017-01-201-9/+19
| * | | | udf: check partition reference in udf_read_inode()Fabian Frederick2017-01-101-0/+6
| * | | | 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