summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | exfat: Set the unused characters of FileName field to the value 0000hHyeongseok.Kim2020-06-291-4/+6
| | |_|/ | |/| |
* / | | Revert "fs: Do not check if there is a fsnotify watcher on pseudo inodes"Mel Gorman2020-06-291-1/+1
|/ / /
* | | Merge tag 'efi-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-281-4/+3
|\ \ \
| * | | efivarfs: Don't return -EINTR when rate-limiting readsTony Luck2020-06-151-4/+2
| * | | efivarfs: Update inode modification time for successful writesTony Luck2020-06-151-0/+1
| | |/ | |/|
* | | afs: Fix storage of cell namesDavid Howells2020-06-272-1/+10
* | | Merge tag '5.8-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-06-274-13/+35
|\ \ \
| * | | cifs: misc: Use array_size() in if-statement controlling expressionGustavo A. R. Silva2020-06-231-9/+7
| * | | cifs: update ctime and mtime during truncateZhang Xiaoxu2020-06-231-0/+9
| * | | cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu2020-06-231-0/+6
| * | | cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu2020-06-231-0/+5
| * | | cifs: Fix double add page to memcg when cifs_readpagesZhang Xiaoxu2020-06-231-4/+7
| * | | cifs: Fix cached_fid refcnt leak in open_shrootXiyu Yang2020-06-211-0/+1
* | | | Merge tag 'nfs-for-5.8-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-06-274-8/+18
|\ \ \ \
| * | | | NFSv4 fix CLOSE not waiting for direct IO compeletionOlga Kornievskaia2020-06-262-4/+10