summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '4.20-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-11-0312-99/+530
|\
| * cifs: fix signed/unsigned mismatch on aio_read patchSteve French2018-11-021-6/+11
| * cifs: don't dereference smb_file_target before null checkColin Ian King2018-11-021-2/+5
| * CIFS: Add direct I/O functions to file_operationsLong Li2018-11-021-6/+4
| * CIFS: Add support for direct I/O writeLong Li2018-11-022-41/+164
| * CIFS: Add support for direct I/O readLong Li2018-11-023-39/+192
| * smb3: missing defines and structs for reparse point handlingSteve French2018-11-022-0/+38
| * smb3: allow more detailed protocol info on open files for debuggingSteve French2018-11-024-0/+65
| * smb3: on kerberos mount if server doesn't specify auth type use krb5Steve French2018-11-021-2/+4
| * smb3: add trace point for tree connectionSteve French2018-11-022-1/+44
| * cifs: fix spelling mistake, EACCESS -> EACCESColin Ian King2018-11-022-3/+3
| * cifs: fix return value for cifs_listxattrRonnie Sahlberg2018-11-021-5/+6
* | bfs: add sanity check at bfs_fill_super()Tetsuo Handa2018-11-031-3/+6
* | ocfs2: fix clusters leak in ocfs2_defrag_extent()Larry Chen2018-11-031-0/+17
* | ocfs2: dlmglue: clean up timestamp handlingArnd Bergmann2018-11-031-17/+9
* | ocfs2: don't put and assigning null to bh allocated outsideChangwei Ge2018-11-031-18/+59
* | ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entryChangwei Ge2018-11-031-2/+1
* | ocfs2: don't use iocb when EIOCBQUEUED returnsChangwei Ge2018-11-031-2/+2
* | ocfs2: without quota support, avoid calling quota recoveryGuozhonghua2018-11-031-17/+34
* | ocfs2: remove ocfs2_is_o2cb_active()Gang He2018-11-033-10/+1
|/
* Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-022-6/+6
|\
| * blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-012-6/+6
* | Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-0216-546/+558
|\ \
| * | xfs: remove [cm]time update from reflink callsDarrick J. Wong2018-10-301-6/+1
| * | xfs: remove xfs_reflink_remap_rangeDarrick J. Wong2018-10-303-75/+70
| * | xfs: remove redundant remap partial EOF block checksDarrick J. Wong2018-10-301-19/+0
| * | xfs: support returning partial reflink resultsDarrick J. Wong2018-10-303-10/+14
| * | xfs: clean up xfs_reflink_remap_blocks call siteDarrick J. Wong2018-10-301-19/+18
| * | xfs: fix pagecache truncation prior to reflinkDarrick J. Wong2018-10-301-2/+3
| * | ocfs2: remove ocfs2_reflink_remap_rangeDarrick J. Wong2018-10-303-103/+102
| * | ocfs2: support partial clone range and dedupe rangeDarrick J. Wong2018-10-303-45/+46
| * | ocfs2: fix pagecache truncation prior to reflinkDarrick J. Wong2018-10-301-2/+3
| * | ocfs2: truncate page cache for clone destination file before remappingDarrick J. Wong2018-10-301-6/+4
| * | vfs: clean up generic_remap_file_range_prep return valueDarrick J. Wong2018-10-303-6/+6
| * | vfs: hide file range comparison functionDarrick J. Wong2018-10-301-96/+91
| * | vfs: enable remap callers that can handle short operationsDarrick J. Wong2018-10-301-8/+20
| * | vfs: plumb remap flags through the vfs dedupe functionsDarrick J. Wong2018-10-302-4/+8
| * | vfs: plumb remap flags through the vfs clone functionsDarrick J. Wong2018-10-305-10/+15
| * | vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-3015-64/+87
| * | vfs: remap helper should update destination inode metadataDarrick J. Wong2018-10-302-23/+19
| * | vfs: pass remap flags to generic_remap_checksDarrick J. Wong2018-10-301-1/+1
| * | vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong2018-10-307-23/+25
| * | vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong2018-10-309-95/+88
| * | vfs: rename clone_verify_area to remap_verify_areaDarrick J. Wong2018-10-301-5/+5
| * | vfs: rename vfs_clone_file_prep to be more descriptiveDarrick J. Wong2018-10-303-6/+6
| * | vfs: skip zero-length dedupe requestsDarrick J. Wong2018-10-301-0/+5
| * | vfs: avoid problematic remapping requests into partial EOF blockDarrick J. Wong2018-10-301-0/+33
| * | vfs: exit early from zero length remap operationsDarrick J. Wong2018-10-301-0/+2
| * | vfs: check file ranges before cloning filesDarrick J. Wong2018-10-303-44/+15
| * | vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOFDarrick J. Wong2018-10-301-3/+0