summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | cifs: minor documentation updatesSteve French2019-03-151-0/+1
| * | | | | | | cifs: remove unused value pointed out by CoveritySteve French2019-03-151-4/+0Star
| * | | | | | | SMB3: passthru query info doesn't check for SMB3 FSCTL passthruSteve French2019-03-152-7/+22
| * | | | | | | smb3: add dynamic tracepoints for simple fallocate and zero rangeSteve French2019-03-152-0/+38
| * | | | | | | cifs: fix smb3_zero_range so it can expand the file-size when requiredRonnie Sahlberg2019-03-153-19/+68
| * | | | | | | cifs: add SMB2_ioctl_init/free helpers to be used with compoundingRonnie Sahlberg2019-03-152-57/+80
| * | | | | | | smb3: Add dynamic trace points for various compounded smb3 opsSteve French2019-03-152-4/+185
| * | | | | | | cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg2019-03-155-28/+118
| * | | | | | | smb3: display volume serial number for shares in /proc/fs/cifs/DebugDataSteve French2019-03-151-0/+3
| * | | | | | | cifs: simplify how we handle credits in compound_send_recv()Ronnie Sahlberg2019-03-151-72/+38Star
| * | | | | | | smb3: add dynamic tracepoint for timeout waiting for creditsSteve French2019-03-152-0/+6
| * | | | | | | smb3: display security information in /proc/fs/cifs/DebugData more accuratelySteve French2019-03-151-1/+7
| * | | | | | | cifs: add a timeout argument to wait_for_free_creditsRonnie Sahlberg2019-03-151-10/+30
| * | | | | | | cifs: prevent starvation in wait_for_free_credits for multi-credit requestsRonnie Sahlberg2019-03-151-0/+28
| * | | | | | | cifs: wait_for_free_credits() make it possible to wait for >=1 creditsRonnie Sahlberg2019-03-153-10/+10
| * | | | | | | cifs: pass flags down into wait_for_free_credits()Ronnie Sahlberg2019-03-151-16/+14Star
| * | | | | | | cifs: change wait_for_free_request() to take flags as argumentRonnie Sahlberg2019-03-151-16/+17
* | | | | | | | Merge tag 'xfs-5.1-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-03-152-30/+25Star
|\ \ \ \ \ \ \ \
| * | | | | | | | xfs: clean up xfs_dir2_leaf_addnameDarrick J. Wong2019-03-121-18/+15Star
| * | | | | | | | xfs: zero initialize highstale and lowstale in xfs_dir2_leaf_addnameDarrick J. Wong2019-03-101-2/+2
| * | | | | | | | xfs: clean up xfs_dir2_leafn_addDarrick J. Wong2019-03-081-12/+8Star
| * | | | | | | | xfs: Zero initialize highstale and lowstale in xfs_dir2_leafn_addNathan Chancellor2019-03-081-0/+2
* | | | | | | | | Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-03-1518-175/+358
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | f2fs: set pin_file under CAP_SYS_ADMINJaegeuk Kim2019-03-141-2/+2
| * | | | | | | | f2fs: fix to avoid deadlock in f2fs_read_inline_dir()Chao Yu2019-03-131-1/+7
| * | | | | | | | f2fs: fix to adapt small inline xattr space in __find_inline_xattr()Chao Yu2019-03-131-3/+10
| * | | | | | | | f2fs: fix to do sanity check with inode.i_inline_xattr_sizeChao Yu2019-03-133-4/+22
| * | | | | | | | f2fs: give some messages for inline_xattr_sizeJaegeuk Kim2019-03-131-6/+11
| * | | | | | | | f2fs: don't trigger read IO for beyond EOF pageChao Yu2019-03-131-9/+8Star
| * | | | | | | | f2fs: fix to add refcount once page is tagged PG_privateChao Yu2019-03-136-23/+36
| * | | | | | | | f2fs: remove wrong comment in f2fs_invalidate_page()Chao Yu2019-03-131-1/+0Star
| * | | | | | | | f2fs: fix to use kvfree instead of kzfreeChao Yu2019-03-131-5/+5
| * | | | | | | | f2fs: trace f2fs_ioc_shutdownChao Yu2019-03-131-0/+3
| * | | | | | | | f2fs: fix to avoid deadlock of atomic file operationsChao Yu2019-03-131-12/+31
| * | | | | | | | f2fs: fix to dirty inode for i_mode recoveryChao Yu2019-03-131-4/+1Star
| * | | | | | | | f2fs: give random value to i_generationJaegeuk Kim2019-03-133-4/+2Star
| * | | | | | | | f2fs: no need to take page lock in readdirGao Xiang2019-03-131-3/+3
| * | | | | | | | f2fs: fix to update iostat correctly in IPU pathChao Yu2019-03-131-3/+3
| * | | | | | | | f2fs: fix encrypted page memory leakChao Yu2019-03-131-2/+7
| * | | | | | | | f2fs: make fault injection covering __submit_flush_wait()Chao Yu2019-03-131-1/+5
| * | | | | | | | f2fs: fix to retry fill_super only if recovery failedChao Yu2019-03-131-8/+11
| * | | | | | | | f2fs: silence VM_WARN_ON_ONCE in mempool_allocGao Xiang2019-03-131-1/+2
| * | | | | | | | f2fs: fix wrong #endifJaegeuk Kim2019-03-131-2/+2
| * | | | | | | | f2fs: don't clear CP_QUOTA_NEED_FSCK_FLAGJaegeuk Kim2019-03-061-2/+4
| * | | | | | | | f2fs: don't allow negative ->write_io_size_bitsChao Yu2019-03-061-1/+1
| * | | | | | | | f2fs: fix to check inline_xattr_size boundary correctlyChao Yu2019-03-062-7/+7
| * | | | | | | | f2fs: do not use mutex lock in atomic contextSahitya Tummala2019-03-061-7/+13
| * | | | | | | | f2fs: fix potential data inconsistence of checkpointChao Yu2019-03-064-13/+11Star
| * | | | | | | | f2fs: jump to label 'free_node_inode' when failing from d_make_root()Chengguang Xu2019-03-061-1/+1
| * | | | | | | | f2fs: fix to data block override node segment by mistakezhengliang2019-03-061-0/+4