summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-4.18-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-2712-130/+205
|\
| * xfs: fix fdblocks accounting w/ RMAPBT per-AG reservationDarrick J. Wong2018-06-241-4/+27
| * xfs: ensure post-EOF zeroing happens after zeroing part of a fileDarrick J. Wong2018-06-241-1/+16
| * xfs: fix off-by-one error in xfs_rtalloc_query_rangeDarrick J. Wong2018-06-241-2/+2
| * xfs: fix uninitialized field in rtbitmap fsmap backendDarrick J. Wong2018-06-241-2/+2
| * xfs: recheck reflink state after grabbing ILOCK_SHARED for a writeDarrick J. Wong2018-06-241-1/+14
| * xfs: don't allow insert-range to shift extents past the maximum offsetDarrick J. Wong2018-06-244-0/+34
| * xfs: don't trip over negative free space in xfs_reserve_blocksDarrick J. Wong2018-06-241-1/+1
| * xfs: allow empty transactions while frozenDarrick J. Wong2018-06-241-1/+6
| * xfs: xfs_iflush_abort() can be called twice on cluster writeback failureDave Chinner2018-06-211-36/+21
| * xfs: More robust inode extent count validationDave Chinner2018-06-212-29/+50
| * xfs: simplify xfs_bmap_punch_delalloc_rangeChristoph Hellwig2018-06-211-53/+32
* | Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-263-7/+12
|\ \
| * | Btrfs: fix return value on rename exchange failureFilipe Manana2018-06-221-1/+3
| * | btrfs: fix invalid-free in btrfs_extent_sameLu Fengqi2018-06-211-5/+5
| * | Btrfs: fix physical offset reported by fiemap for inline extentsFilipe Manana2018-06-211-1/+4
* | | Merge tag 'for_v4.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-06-228-34/+25
|\ \ \
| * | | udf: Drop unused arguments of udf_delete_aext()Jan Kara2018-06-203-9/+7
| * | | udf: Provide function for calculating dir entry lengthJan Kara2018-06-203-15/+10
| * | | udf: Detect incorrect directory sizeJan Kara2018-06-201-0/+3
| * | | ext2: add warning when specifying nocheck optionChengguang Xu2018-06-202-5/+3
| * | | quota: Cleanup list iteration in dqcache_shrink_scan()Jan Kara2018-06-201-5/+2
| * | | quota: reclaim least recently used dquotsGreg Thelen2018-06-201-2/+2
* | | | Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-06-224-13/+50
|\ \ \ \ | |/ / / |/| | |
| * | | pNFS/flexfiles: Process writeback resends from nfsiod context as wellTrond Myklebust2018-06-191-2/+8
| * | | pNFS/flexfiles: Don't tie up all the rpciod threads in resendsTrond Myklebust2018-06-191-3/+8
| * | | pNFS: Don't send layoutreturn if the layout is already invalidTrond Myklebust2018-06-192-0/+21
| * | | pNFS: Always free the session slot on error in nfs4_layoutget_handle_exceptionTrond Myklebust2018-06-191-7/+10
| * | | NFS: Fix an rcu deadlock in nfs_delegation_find_inode()Anna Schumaker2018-06-141-1/+3
* | | | proc: fix missing final NUL in get_mm_cmdline() rewriteLinus Torvalds2018-06-201-5/+23
* | | | Merge tag 'jfs-4.18' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2018-06-191-4/+6
|\ \ \ \
| * | | | jfs: Fix inconsistency between memory allocation and ea_buf->max_sizeShankara Pailoor2018-06-051-4/+6
* | | | | Merge tag '4.18-rc1-more-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-06-1817-268/+737
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | cifs: Fix invalid check in __cifs_calc_signature()Paulo Alcantara2018-06-151-9/+6
| * | | | cifs: Use correct packet length in SMB2_TRANSFORM headerPaulo Alcantara2018-06-154-23/+24
| * | | | smb3: fix corrupt path in subdirs on smb311 with posixSteve French2018-06-151-1/+2
| * | | | smb3: do not display empty interface listSteve French2018-06-151-1/+3
| * | | | smb3: Fix mode on mkdir on smb311 mountsSteve French2018-06-156-3/+175
| * | | | cifs: Fix kernel oops when traceSMB is enabledPaulo Alcantara2018-06-151-5/+5
| * | | | CIFS: dump every session iface infoAurelien Aptel2018-06-151-0/+27
| * | | | CIFS: parse and store info on iface queriesAurelien Aptel2018-06-151-15/+155
| * | | | CIFS: add iface info to struct cifs_sesAurelien Aptel2018-06-152-0/+23
| * | | | CIFS: complete PDU definitions for interface queriesAurelien Aptel2018-06-151-3/+20
| * | | | CIFS: move default port definitions to cifsglob.hAurelien Aptel2018-06-152-3/+3
| * | | | cifs: Fix encryption/signingPaulo Alcantara2018-06-151-2/+2
| * | | | cifs: update __smb_send_rqst() to take an array of requestsRonnie Sahlberg2018-06-151-35/+44
| * | | | cifs: remove smb2_send_recv()Ronnie Sahlberg2018-06-153-42/+116
| * | | | cifs: push rfc1002 generation down the stackRonnie Sahlberg2018-06-156-135/+99
| * | | | smb3: increase initial number of credits requested to allow writeSteve French2018-06-151-2/+3
| * | | | cifs: add lease tracking to the cached root fidRonnie Sahlberg2018-06-156-20/+58
OpenPOWER on IntegriCloud