summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-07-06xfs: mark dquot buffers in cacheDave Chinner6-0/+20
2020-07-06xfs: mark inode buffers in cacheDave Chinner6-30/+77
2020-07-06xfs: add an inode item lockDave Chinner5-40/+66
2020-07-06xfs: remove logged flag from inode log itemDave Chinner3-35/+14
2020-07-06xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner3-4/+26
2020-07-06xfs: remove useless definitions in xfs_linux.hYafang Shao1-4/+0
2020-07-06xfs: use MMAPLOCK around filemap_map_pages()Dave Chinner1-1/+14
2020-07-06xfs: move helpers that lock and unlock two inodes against userspace IODarrick J. Wong5-97/+99
2020-07-06xfs: refactor locking and unlocking two inodes against userspace IODarrick J. Wong3-23/+34
2020-07-06xfs: fix xfs_reflink_remap_prep calling conventionsDarrick J. Wong2-4/+4
2020-07-06xfs: reflink can skip remap existing mappingsDarrick J. Wong1-0/+16
2020-07-06xfs: only reserve quota blocks if we're mapping into a holeDarrick J. Wong1-2/+4
2020-07-06xfs: only reserve quota blocks for bmbt changes if we're changing the data forkDarrick J. Wong1-7/+14
2020-07-06xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong3-162/+141
2020-07-06xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong3-5/+5
2020-07-06xfs: fix reflink quota reservation accounting errorDarrick J. Wong1-7/+14
2020-07-06xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong1-2/+20
2020-07-06xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster3-10/+28
2020-07-06xfs: Couple of typo fixes in commentsKeyur Patel1-3/+3
2020-07-05Merge tag 'io_uring-5.8-2020-07-05' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+22
2020-07-04io_uring: fix regression with always ignoring signals in io_cqring_wait()Jens Axboe1-7/+22
2020-07-03Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2020-07-03Merge tag '5.8-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-8/+20
2020-07-03Merge tag 'xfs-5.8-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-6/+6
2020-07-03Merge tag 'gfs2-v5.8-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-28/+58
2020-07-03Call sysctl_head_finish on errorMatthew Wilcox (Oracle)1-3/+3
2020-07-03gfs2: The freeze glock should never be frozenBob Peterson2-8/+11
2020-07-03gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHEBob Peterson2-11/+9
2020-07-03gfs2: read-only mounts should grab the sd_freeze_gl glockBob Peterson1-1/+11
2020-07-03gfs2: freeze should work on read-only mountsBob Peterson1-4/+6
2020-07-03gfs2: eliminate GIF_ORDERED in favor of list_emptyBob Peterson4-9/+12
2020-07-02Merge tag 'nfsd-5.8-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-11/+29
2020-07-02Merge tag 'io_uring-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+24
2020-07-01cifs: prevent truncation from long to int in wait_for_free_creditsRonnie Sahlberg1-1/+1
2020-07-01cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu1-2/+8
2020-07-01SMB3: Honor 'posix' flag for multiuser mountsPaul Aurich1-4/+1
2020-07-01SMB3: Honor 'handletimeout' flag for multiuser mountsPaul Aurich1-0/+1
2020-07-01SMB3: Honor lease disabling for multiuser mountsPaul Aurich1-0/+1
2020-07-01SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich1-0/+2
2020-07-01SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich1-0/+1
2020-07-01cifs: Display local UID details for SMB sessions in DebugDataPaul Aurich1-1/+5
2020-06-30Merge tag 'exfat-for-5.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-9/+47
2020-06-30io_uring: use signal based task_work runningJens Axboe1-8/+24
2020-06-30gfs2: Don't sleep during glock hash walkAndreas Gruenbacher1-1/+4
2020-06-30gfs2: fix trans slab error when withdraw occurs inside log_flushBob Peterson1-0/+10
2020-06-30gfs2: Don't return NULL from gfs2_inode_lookupAndreas Gruenbacher1-1/+2
2020-06-29nfsd: fix nfsdfs inode reference count leakJ. Bruce Fields1-0/+1
2020-06-29nfsd4: fix nfsdfs reference count loopJ. Bruce Fields3-11/+22
2020-06-29Revert "fs: Do not check if there is a fsnotify watcher on pseudo inodes"Mel Gorman1-1/+1
2020-06-29exfat: flush dirty metadata in fsyncSungjong Seo3-2/+20