summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | f2fs: handle inline data independently in f2fs_bmapChao Yu2014-05-071-0/+5
| * | f2fs: adjust free mem size to flush dentry blocksJaegeuk Kim2014-05-074-21/+32
| * | f2fs: avoid BUG_ON when mouting corrupted image having garbage blocksJaegeuk Kim2014-05-071-1/+5
| * | f2fs: add available_nids to fix handling max_nid correctlyJaegeuk Kim2014-05-072-2/+5
| * | f2fs: add static to get_max_meta_blksFabian Frederick2014-05-071-1/+1
| * | f2fs: introduce raw_nat_from_node_info() to simplfy codesChao Yu2014-05-072-12/+11Star
| * | f2fs: add the flush_merge handle in the remount flowGu Zheng2014-05-073-3/+45
| * | f2fs: atomically set inode->i_flags in f2fs_set_inode_flags()Zhang Zhen2014-05-071-8/+9
| * | f2fs: make recover_inline_xattr() staticJingoo Han2014-05-071-1/+1
| * | f2fs: remove costly dirty_dir_inode operationsJaegeuk Kim2014-05-073-48/+25Star
| * | f2fs: fix to unlock f2fs_lock at the omitted error caseJaegeuk Kim2014-05-071-6/+7
| * | f2fs: call redirty_page_for_writepageJaegeuk Kim2014-05-073-15/+5Star
| * | f2fs: avoid to conduct roll-forward due to the remained garbage blocksJaegeuk Kim2014-05-073-2/+22
| * | f2fs: enable flush_merge only in f2fs is not read-onlyGu Zheng2014-05-072-4/+3Star
| * | f2fs: use __GFP_ZERO to avoid appending set-NULLGu Zheng2014-05-071-3/+1Star
| * | f2fs: put the bio when issue_flush completedGu Zheng2014-05-071-0/+1
* | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-06-1011-98/+158
|\ \ \
| * | | CIFS: Fix memory leaks in SMB2_openPavel Shilovsky2014-05-241-1/+6
| * | | cifs: ensure that vol->username is not NULL before running strlen on itJeff Layton2014-05-211-1/+1
| * | | Clarify SMB2/SMB3 create context and add missing onesSteve French2014-05-213-1/+9
| * | | Do not send ClientGUID on SMB2.02 dialectSteve French2014-05-211-1/+6
| * | | cifs: Set client guid on per connection basisSachin Prabhu2014-05-215-12/+7Star
| * | | fs/cifs/netmisc.c: convert printk to pr_foo()Fabian Frederick2014-05-211-4/+5
| * | | fs/cifs/cifs.c: replace seq_printf by seq_putsFabian Frederick2014-05-211-40/+40
| * | | Update cifs version number to 2.03Steve French2014-05-211-1/+1
| * | | fs: cifs: new helper: file_inode(file)Libo Chen2014-05-211-1/+1
| * | | cifs: fix potential races in cifs_revalidate_mappingJeff Layton2014-05-214-15/+49
| * | | cifs: new helper function: cifs_revalidate_mappingJeff Layton2014-05-212-6/+11
| * | | cifs: convert booleans in cifsInodeInfo to a flags fieldJeff Layton2014-05-214-18/+17Star
| * | | cifs: fix cifs_uniqueid_to_ino_t not to ever return 0Jeff Layton2014-05-211-5/+13
* | | | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-06-10117-2709/+4635
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'scsi-queue/drivers-for-3.16' into for-linusJames Bottomley2014-06-09111-2518/+4508
| |\ \ \ \
| | * | | | mvsas: Recognise device/subsystem 9485/9485 as 88SE9485Ben Hutchings2014-06-021-0/+9
| | * | | | Revert "be2iscsi: Fix processing cqe for cxn whose endpoint is freed"Christoph Hellwig2014-06-021-11/+0Star
| | * | | | mptfusion: fix msgContext in mptctl_hp_hostinfoTomas Henzl2014-05-281-3/+3
| | * | | | acornscsi: remove linked command supportPaul Bolle2014-05-281-53/+0Star
| | * | | | scsi/NCR5380: dprintk macroFinn Thain2014-05-282-8/+4Star
| | * | | | fusion: Remove use of DEF_SCSI_QCMDMatthew Wilcox2014-05-285-26/+18Star
| | * | | | fusion: Add free msg frames to the head, not tail of listMatthew Wilcox2014-05-281-1/+1
| | * | | | mpt2sas: Add free smids to the head, not tail of listMatthew Wilcox2014-05-281-4/+4
| | * | | | mpt2sas: Remove use of DEF_SCSI_QCMDMatthew Wilcox2014-05-281-6/+3Star
| | * | | | mpt2sas: Remove uses of serial_numberMatthew Wilcox2014-05-283-11/+8Star
| | * | | | mpt3sas: Remove use of DEF_SCSI_QCMDMatthew Wilcox2014-05-281-6/+3Star
| | * | | | mpt3sas: Remove uses of serial_numberMatthew Wilcox2014-05-283-11/+8Star
| | * | | | qla2xxx: Use kmemdup instead of kmalloc + memcpyBenoit Taine2014-05-281-2/+1Star
| | * | | | qla4xxx: Use kmemdup instead of kmalloc + memcpyBenoit Taine2014-05-281-4/+3Star
| | * | | | qla2xxx: fix incorrect debug printkDan Carpenter2014-05-281-1/+2
| | * | | | be2iscsi: Bump the driver versionJayamohan Kallickal2014-05-281-1/+1
| | * | | | be2iscsi: Fix processing cqe for cxn whose endpoint is freedJayamohan Kallickal2014-05-281-0/+11
| | * | | | be2iscsi: Fix destroy MCC-CQ before MCC-EQ is destroyedJayamohan Kallickal2014-05-281-5/+6