summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* smb2: fix typo in definition of a few error flagsSteve French2019-03-141-3/+3
* CIFS: make mknod() an smb_version_opAurelien Aptel2019-03-144-104/+239
* cifs: minor documentation updatesSteve French2019-03-141-0/+1
* cifs: remove unused value pointed out by CoveritySteve French2019-03-141-4/+0
* SMB3: passthru query info doesn't check for SMB3 FSCTL passthruSteve French2019-03-142-7/+22
* smb3: add dynamic tracepoints for simple fallocate and zero rangeSteve French2019-03-142-0/+38
* cifs: fix smb3_zero_range so it can expand the file-size when requiredRonnie Sahlberg2019-03-143-19/+68
* cifs: add SMB2_ioctl_init/free helpers to be used with compoundingRonnie Sahlberg2019-03-142-57/+80
* smb3: Add dynamic trace points for various compounded smb3 opsSteve French2019-03-142-4/+185
* cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg2019-03-145-28/+118
* smb3: display volume serial number for shares in /proc/fs/cifs/DebugDataSteve French2019-03-141-0/+3
* cifs: simplify how we handle credits in compound_send_recv()Ronnie Sahlberg2019-03-141-72/+38
* smb3: add dynamic tracepoint for timeout waiting for creditsSteve French2019-03-142-0/+6
* smb3: display security information in /proc/fs/cifs/DebugData more accuratelySteve French2019-03-141-1/+7
* cifs: add a timeout argument to wait_for_free_creditsRonnie Sahlberg2019-03-141-10/+30
* cifs: prevent starvation in wait_for_free_credits for multi-credit requestsRonnie Sahlberg2019-03-141-0/+28
* cifs: wait_for_free_credits() make it possible to wait for >=1 creditsRonnie Sahlberg2019-03-143-10/+10
* cifs: pass flags down into wait_for_free_credits()Ronnie Sahlberg2019-03-141-16/+14
* cifs: change wait_for_free_request() to take flags as argumentRonnie Sahlberg2019-03-141-16/+17
* Merge tag 'fsdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nv...Linus Torvalds2019-03-131-14/+11
|\
| * dax: Flush partial PMDs correctlyMatthew Wilcox2019-03-011-10/+9
| * fs/dax: NIT fix comment regarding start/end vs rangeIra Weiny2019-02-121-1/+1
| * fs/dax: Convert to use vmf_error()Souptick Joarder2019-02-121-3/+1
* | Merge tag 'upstream-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-03-131-0/+8
|\ \
| * | ubifs: Reject unsupported ioctl flags explicitlyHou Tao2019-02-241-0/+8
* | | Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-03-125-11/+26
|\ \ \
| * | | nfsd: allow nfsv3 readdir request to be larger.NeilBrown2019-03-082-2/+4
| * | | nfsd: fix wrong check in write_v4_end_grace()Yihao Wu2019-03-061-1/+1
| * | | nfsd: fix memory corruption caused by readdirNeilBrown2019-03-052-2/+15
| * | | nfsd: fix performance-limiting session calculationJ. Bruce Fields2019-02-211-4/+4
| * | | nfsd: fix an IS_ERR() vs NULL checkDan Carpenter2019-02-061-2/+2
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-03-1217-147/+250
|\ \ \ \
| * | | | jbd2: jbd2_get_transaction does not need to return a valueLiu Song2019-03-011-5/+3
| * | | | jbd2: fix invalid descriptor block checksumluojiajun2019-03-011-2/+4
| * | | | ext4: fix bigalloc cluster freeing when hole punching under loadEric Whitney2019-02-281-7/+10
| * | | | ext4: add sysfs attr /sys/fs/ext4/<disk>/journal_taskKonstantin Khlebnikov2019-02-211-0/+13
| * | | | ext4: Change debugging support help prefix from EXT4 to Ext4Geert Uytterhoeven2019-02-211-1/+1
| * | | | ext4: fix compile error when using BUFFER_TRACEzhangyi (F)2019-02-211-1/+1
| * | | | jbd2: fix compile warning when using JBUFFER_TRACEzhangyi (F)2019-02-211-8/+8
| * | | | ext4: fix some error pointer dereferencesDan Carpenter2019-02-211-0/+3
| * | | | ext4: annotate more implicit fall throughsMathieu Malaterre2019-02-211-0/+6
| * | | | ext4: annotate implicit fall throughsMathieu Malaterre2019-02-211-0/+2
| * | | | ext4: don't update s_rev_level if not requiredAndreas Dilger2019-02-143-3/+5
| * | | | jbd2: fold jbd2_superblock_csum_{verify,set} into their callersTheodore Ts'o2019-02-141-25/+11
| * | | | jbd2: fix race when writing superblockTheodore Ts'o2019-02-141-25/+27
| * | | | ext4: fix crash during online resizingJan Kara2019-02-111-1/+2
| * | | | ext4: disallow files with EXT4_JOURNAL_DATA_FL from EXT4_IOC_SWAP_BOOTTheodore Ts'o2019-02-111-0/+1
| * | | | ext4: add mask of ext4 flags to swapyangerkun2019-02-112-1/+8
| * | | | ext4: update quota information while swapping boot loader inodeyangerkun2019-02-111-13/+43
| * | | | ext4: cleanup pagecache before swap i_datayangerkun2019-02-111-4/+12