summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-07-06xfs: remove useless definitions in xfs_linux.hYafang Shao
2020-07-06xfs: use MMAPLOCK around filemap_map_pages()Dave Chinner
2020-07-06xfs: move helpers that lock and unlock two inodes against userspace IODarrick J. Wong
2020-07-06xfs: refactor locking and unlocking two inodes against userspace IODarrick J. Wong
2020-07-06xfs: fix xfs_reflink_remap_prep calling conventionsDarrick J. Wong
2020-07-06xfs: reflink can skip remap existing mappingsDarrick J. Wong
2020-07-06xfs: only reserve quota blocks if we're mapping into a holeDarrick J. Wong
2020-07-06xfs: only reserve quota blocks for bmbt changes if we're changing the data forkDarrick J. Wong
2020-07-06xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong
2020-07-06xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong
2020-07-06xfs: fix reflink quota reservation accounting errorDarrick J. Wong
2020-07-06xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong
2020-07-06xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster
2020-07-06xfs: Couple of typo fixes in commentsKeyur Patel
2020-07-05Merge tag 'io_uring-5.8-2020-07-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-04io_uring: fix regression with always ignoring signals in io_cqring_wait()io_uring-5.8-2020-07-05Jens Axboe
2020-07-03Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-07-03Merge tag '5.8-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-07-03Merge tag 'xfs-5.8-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-07-03Merge tag 'gfs2-v5.8-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-07-03Call sysctl_head_finish on errorMatthew Wilcox (Oracle)
2020-07-03gfs2: The freeze glock should never be frozenBob Peterson
2020-07-03gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHEBob Peterson
2020-07-03gfs2: read-only mounts should grab the sd_freeze_gl glockBob Peterson
2020-07-03gfs2: freeze should work on read-only mountsBob Peterson
2020-07-03gfs2: eliminate GIF_ORDERED in favor of list_emptyBob Peterson
2020-07-02Merge tag 'nfsd-5.8-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-07-02Merge tag 'io_uring-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-01cifs: prevent truncation from long to int in wait_for_free_creditsRonnie Sahlberg
2020-07-01cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu
2020-07-01SMB3: Honor 'posix' flag for multiuser mountsPaul Aurich
2020-07-01SMB3: Honor 'handletimeout' flag for multiuser mountsPaul Aurich
2020-07-01SMB3: Honor lease disabling for multiuser mountsPaul Aurich
2020-07-01SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich
2020-07-01SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich
2020-07-01cifs: Display local UID details for SMB sessions in DebugDataPaul Aurich
2020-06-30Merge tag 'exfat-for-5.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-30io_uring: use signal based task_work runningio_uring-5.8-2020-07-01Jens Axboe
2020-06-30gfs2: Don't sleep during glock hash walkAndreas Gruenbacher
2020-06-30gfs2: fix trans slab error when withdraw occurs inside log_flushBob Peterson
2020-06-30gfs2: Don't return NULL from gfs2_inode_lookupAndreas Gruenbacher
2020-06-29nfsd: fix nfsdfs inode reference count leakJ. Bruce Fields
2020-06-29nfsd4: fix nfsdfs reference count loopJ. Bruce Fields
2020-06-29Revert "fs: Do not check if there is a fsnotify watcher on pseudo inodes"Mel Gorman
2020-06-29exfat: flush dirty metadata in fsyncSungjong Seo
2020-06-29exfat: move setting VOL_DIRTY over exfat_remove_entries()Namjae Jeon
2020-06-29exfat: call sync_filesystem for read-only remountHyunchul Lee
2020-06-29exfat: add missing brelse() calls on error pathsDan Carpenter
2020-06-29exfat: Set the unused characters of FileName field to the value 0000hHyeongseok.Kim
2020-06-28Merge tag 'efi-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds