summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-10-16btrfs: fix relocation failure due to race with fallocateFilipe Manana1-1/+7
2020-10-16afs: Don't assert on unpurgeable server recordsDavid Howells1-1/+6
2020-10-16afs: Add tracing for cell refcount and active user countDavid Howells9-55/+101
2020-10-16afs: Fix cell removalDavid Howells2-6/+11
2020-10-16afs: Fix cell purging with aliasesDavid Howells1-0/+3
2020-10-16afs: Fix cell refcounting by splitting the usage counterDavid Howells9-76/+136
2020-10-16NFSv4.2: support EXCHGID4_FLAG_SUPP_FENCE_OPS 4.2 EXCHANGE_ID flagOlga Kornievskaia1-3/+6
2020-10-16afs: Fix rapid cell addition/removal by not using RCU on cells treeDavid Howells5-93/+71
2020-10-16smb3.1.1: add new module load parm enable_gcm_256Steve French4-2/+14
2020-10-16smb3.1.1: add new module load parm require_gcm_256Steve French3-4/+15
2020-10-16cifs: map STATUS_ACCOUNT_LOCKED_OUT to -EACCESStefan Metzmacher1-1/+1
2020-10-16SMB3.1.1: add defines for new signing negotiate contextSteve French1-0/+14
2020-10-16cifs: handle -EINTR in cifs_setattrRonnie Sahlberg1-4/+9
2020-10-16Handle STATUS_IO_TIMEOUT gracefullyRohith Surabattula4-2/+32
2020-10-16Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-3/+9
2020-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2020-10-16Merge tag 'dio_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-39/+30
2020-10-16Merge tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds17-98/+130
2020-10-15fs: Allow a NULL pos pointer to __kernel_readMatthew Wilcox (Oracle)1-2/+3
2020-10-15fs: Allow a NULL pos pointer to __kernel_writeMatthew Wilcox (Oracle)1-2/+3
2020-10-15NFSv4: Fix up RCU annotations for struct nfs_netns_clientTrond Myklebust2-4/+9
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-132/+192
2020-10-15vfs: move the generic write and copy checks out of mmDarrick J. Wong1-0/+143
2020-10-15vfs: move the remap range helpers to remap_range.cDarrick J. Wong2-476/+477
2020-10-15gfs2: eliminate GLF_QUEUED flag in favor of list_empty(gl_holders)Bob Peterson3-10/+3
2020-10-15gfs2: Ignore journal log writes for jdata holesBob Peterson1-2/+6
2020-10-15gfs2: simplify gfs2_block_mapBob Peterson1-9/+5
2020-10-15gfs2: Only set PageChecked if we have a transactionBob Peterson1-1/+2
2020-10-15gfs2: don't lock sd_ail_lock in gfs2_releasepageBob Peterson1-3/+0
2020-10-15gfs2: make gfs2_ail1_empty_one return the count of active itemsBob Peterson1-4/+8
2020-10-15gfs2: Wipe jdata and ail1 in gfs2_journal_wipe, formerly gfs2_meta_wipeBob Peterson6-12/+86
2020-10-15gfs2: enhance log_blocks trace point to show log blocks freeBob Peterson1-2/+4
2020-10-15gfs2: add missing log_blocks trace points in gfs2_write_revokesBob Peterson1-2/+10
2020-10-15gfs2: rename gfs2_write_full_page to gfs2_write_jdata_page, remove parmBob Peterson1-5/+10
2020-10-15gfs2: add validation checks for size of superblockAnant Thazhemadam1-7/+11
2020-10-15vfs: move generic_remap_checks out of mmDarrick J. Wong2-1/+99
2020-10-15Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+55
2020-10-15fs: fix NULL dereference due to data race in prepend_path()Andrii Nakryiko1-1/+5
2020-10-15gfs2: use-after-free in sysfs deregistrationJamie Iles4-18/+11
2020-10-15gfs2: Fix NULL pointer dereference in gfs2_rgrp_dumpAndrew Price4-9/+15
2020-10-15gfs2: use iomap for buffered I/O in ordered and writeback modeChristoph Hellwig3-34/+57
2020-10-15gfs2: call truncate_inode_pages_final for address space glocksBob Peterson1-1/+6
2020-10-15gfs2: simplify the logic in gfs2_evict_inodeBob Peterson1-9/+4
2020-10-15gfs2: factor evict_linked_inode out of gfs2_evict_inodeBob Peterson1-18/+34
2020-10-15gfs2: further simplify gfs2_evict_inode with new func evict_should_deleteBob Peterson1-45/+77
2020-10-15gfs2: factor evict_unlinked_inode out of gfs2_evict_inodeBob Peterson1-27/+40
2020-10-15gfs2: rename variable error to ret in gfs2_evict_inodeBob Peterson1-18/+18
2020-10-15gfs2: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin1-18/+2
2020-10-15gfs2: Fix bad comment for trans_drainBob Peterson1-1/+1
2020-10-15gfs2: Make sure we don't miss any delayed withdrawsAndreas Gruenbacher3-30/+43