summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-2436-106/+68
|\
| * fs: remove KSTAT_QUERY_FLAGSChristoph Hellwig2020-09-261-4/+4
| * fs: remove vfs_stat_set_lookup_flagsChristoph Hellwig2020-09-261-21/+12
| * fs: move vfs_fstatat out of lineChristoph Hellwig2020-09-261-2/+7
| * fs: remove vfs_statx_fdChristoph Hellwig2020-09-261-15/+7
| * fs: omfs: use kmemdup() rather than kmalloc+memcpyAlex Dewar2020-09-221-2/+1
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-1831-62/+31
| * Add a "nosymfollow" mount option.Mattias Nissler2020-08-274-1/+7
* | Merge tag 'xfs-5.10-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-10-234-18/+54
|\ \
| * | xfs: cancel intents immediately if process_intents failsDarrick J. Wong2020-10-211-0/+8
| * | xfs: fix fallocate functions when rtextsize is larger than 1Darrick J. Wong2020-10-213-18/+46
* | | Merge tag 'gfs2-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds2020-10-2322-301/+675
|\ \ \
| * | | gfs2: Recover statfs info in journal headAbhi Das2020-10-233-1/+106
| * | | gfs2: lookup local statfs inodes prior to journal recoveryAbhi Das2020-10-234-36/+139
| * | | gfs2: Add fields for statfs info in struct gfs2_log_header_hostAbhi Das2020-10-204-1/+11
| * | | gfs2: Ignore subsequent errors after withdraw in rgrp_go_syncAndreas Gruenbacher2020-10-201-1/+1
| * | | gfs2: Eliminate gl_vmBob Peterson2020-10-203-30/+16
| * | | gfs2: Only access gl_delete for iopen glocksBob Peterson2020-10-201-4/+7
| * | | gfs2: Fix comments to glock_hash_walkBob Peterson2020-10-201-2/+1
| * | | gfs2: eliminate GLF_QUEUED flag in favor of list_empty(gl_holders)Bob Peterson2020-10-153-10/+3
| * | | gfs2: Ignore journal log writes for jdata holesBob Peterson2020-10-151-2/+6
| * | | gfs2: simplify gfs2_block_mapBob Peterson2020-10-151-9/+5
| * | | gfs2: Only set PageChecked if we have a transactionBob Peterson2020-10-151-1/+2
| * | | gfs2: don't lock sd_ail_lock in gfs2_releasepageBob Peterson2020-10-151-3/+0
| * | | gfs2: make gfs2_ail1_empty_one return the count of active itemsBob Peterson2020-10-151-4/+8
| * | | gfs2: Wipe jdata and ail1 in gfs2_journal_wipe, formerly gfs2_meta_wipeBob Peterson2020-10-156-12/+86
| * | | gfs2: enhance log_blocks trace point to show log blocks freeBob Peterson2020-10-151-2/+4
| * | | gfs2: add missing log_blocks trace points in gfs2_write_revokesBob Peterson2020-10-151-2/+10
| * | | gfs2: rename gfs2_write_full_page to gfs2_write_jdata_page, remove parmBob Peterson2020-10-151-5/+10
| * | | gfs2: add validation checks for size of superblockAnant Thazhemadam2020-10-151-7/+11
| * | | gfs2: use-after-free in sysfs deregistrationJamie Iles2020-10-144-18/+11
| * | | gfs2: Fix NULL pointer dereference in gfs2_rgrp_dumpAndrew Price2020-10-144-9/+15
| * | | gfs2: use iomap for buffered I/O in ordered and writeback modeChristoph Hellwig2020-10-143-34/+57
| * | | gfs2: call truncate_inode_pages_final for address space glocksBob Peterson2020-10-141-1/+6
| * | | gfs2: simplify the logic in gfs2_evict_inodeBob Peterson2020-10-141-9/+4
| * | | gfs2: factor evict_linked_inode out of gfs2_evict_inodeBob Peterson2020-10-141-18/+34
| * | | gfs2: further simplify gfs2_evict_inode with new func evict_should_deleteBob Peterson2020-10-141-45/+77
| * | | gfs2: factor evict_unlinked_inode out of gfs2_evict_inodeBob Peterson2020-10-141-27/+40
| * | | gfs2: rename variable error to ret in gfs2_evict_inodeBob Peterson2020-10-141-18/+18
| * | | gfs2: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-10-141-18/+2
| * | | gfs2: Fix bad comment for trans_drainBob Peterson2020-10-141-1/+1
| * | | gfs2: Make sure we don't miss any delayed withdrawsAndreas Gruenbacher2020-10-143-30/+43
* | | | Merge tag '5.10-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-10-2322-342/+607
|\ \ \ \
| * | | | SMB3: add support for recognizing WSL reparse tagsSteve French2020-10-221-1/+24
| * | | | cifs: remove bogus debug codeDan Carpenter2020-10-221-8/+8
| * | | | smb3.1.1: fix typo in compression flagSteve French2020-10-221-1/+1
| * | | | cifs: move smb version mount options into fs_context.cRonnie Sahlberg2020-10-224-97/+99
| * | | | cifs: move cache mount options to fs_context.chRonnie Sahlberg2020-10-223-62/+63
| * | | | cifs: move security mount options into fs_context.chRonnie Sahlberg2020-10-223-85/+96
| * | | | cifs: add files to host new mount apiRonnie Sahlberg2020-10-223-1/+24