summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner2020-07-063-4/+26
* xfs: remove useless definitions in xfs_linux.hYafang Shao2020-07-061-4/+0
* xfs: use MMAPLOCK around filemap_map_pages()Dave Chinner2020-07-061-1/+14
* xfs: move helpers that lock and unlock two inodes against userspace IODarrick J. Wong2020-07-065-97/+99
* xfs: refactor locking and unlocking two inodes against userspace IODarrick J. Wong2020-07-063-23/+34
* xfs: fix xfs_reflink_remap_prep calling conventionsDarrick J. Wong2020-07-062-4/+4
* xfs: reflink can skip remap existing mappingsDarrick J. Wong2020-07-061-0/+16
* xfs: only reserve quota blocks if we're mapping into a holeDarrick J. Wong2020-07-061-2/+4
* xfs: only reserve quota blocks for bmbt changes if we're changing the data forkDarrick J. Wong2020-07-061-7/+14
* xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong2020-07-063-162/+141
* xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong2020-07-063-5/+5
* xfs: fix reflink quota reservation accounting errorDarrick J. Wong2020-07-061-7/+14
* xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong2020-07-061-2/+20
* xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster2020-07-063-10/+28
* xfs: Couple of typo fixes in commentsKeyur Patel2020-07-061-3/+3
* Merge tag 'io_uring-5.8-2020-07-05' of git://git.kernel.dk/linux-blockLinus Torvalds2020-07-051-7/+22
|\
| * io_uring: fix regression with always ignoring signals in io_cqring_wait()Jens Axboe2020-07-041-7/+22
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-07-031-3/+3
|\ \
| * | Call sysctl_head_finish on errorMatthew Wilcox (Oracle)2020-07-031-3/+3
* | | Merge tag '5.8-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-07-034-8/+20
|\ \ \
| * | | cifs: prevent truncation from long to int in wait_for_free_creditsRonnie Sahlberg2020-07-011-1/+1
| * | | cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu2020-07-011-2/+8
| * | | SMB3: Honor 'posix' flag for multiuser mountsPaul Aurich2020-07-011-4/+1
| * | | SMB3: Honor 'handletimeout' flag for multiuser mountsPaul Aurich2020-07-011-0/+1
| * | | SMB3: Honor lease disabling for multiuser mountsPaul Aurich2020-07-011-0/+1
| * | | SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich2020-07-011-0/+2
| * | | SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich2020-07-011-0/+1
| * | | cifs: Display local UID details for SMB sessions in DebugDataPaul Aurich2020-07-011-1/+5
* | | | Merge tag 'xfs-5.8-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-07-032-6/+6
|\ \ \ \
| * | | | xfs: fix use-after-free on CIL context on shutdownDave Chinner2020-06-222-6/+6
| | |/ / | |/| |
* | | | Merge tag 'gfs2-v5.8-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-07-0310-28/+58
|\ \ \ \
| * | | | gfs2: The freeze glock should never be frozenBob Peterson2020-07-032-8/+11
| * | | | gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHEBob Peterson2020-07-032-11/+9
| * | | | gfs2: read-only mounts should grab the sd_freeze_gl glockBob Peterson2020-07-031-1/+11
| * | | | gfs2: freeze should work on read-only mountsBob Peterson2020-07-031-4/+6
| * | | | gfs2: eliminate GIF_ORDERED in favor of list_emptyBob Peterson2020-07-034-9/+12
| * | | | gfs2: Don't sleep during glock hash walkAndreas Gruenbacher2020-06-301-1/+4
| * | | | gfs2: fix trans slab error when withdraw occurs inside log_flushBob Peterson2020-06-301-0/+10
| * | | | gfs2: Don't return NULL from gfs2_inode_lookupAndreas Gruenbacher2020-06-301-1/+2
| | |/ / | |/| |
* | | | Merge tag 'nfsd-5.8-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-07-024-11/+29
|\ \ \ \
| * | | | nfsd: fix nfsdfs inode reference count leakJ. Bruce Fields2020-06-291-0/+1
| * | | | nfsd4: fix nfsdfs reference count loopJ. Bruce Fields2020-06-293-11/+22
| * | | | nfsd: apply umask on fs without ACL supportJ. Bruce Fields2020-06-171-0/+6
| | |/ / | |/| |
* | | | Merge tag 'io_uring-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-07-021-8/+24
|\ \ \ \ | | |_|/ | |/| |
| * | | io_uring: use signal based task_work runningJens Axboe2020-06-301-8/+24
* | | | Merge tag 'exfat-for-5.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-305-9/+47
|\ \ \ \
| * | | | exfat: flush dirty metadata in fsyncSungjong Seo2020-06-293-2/+20
| * | | | exfat: move setting VOL_DIRTY over exfat_remove_entries()Namjae Jeon2020-06-291-1/+1
| * | | | exfat: call sync_filesystem for read-only remountHyunchul Lee2020-06-291-0/+10
| * | | | exfat: add missing brelse() calls on error pathsDan Carpenter2020-06-291-2/+10