summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-096-85/+205
|\
| * fuse: copy_file_range should truncate cacheMiklos Szeredi2020-05-201-0/+22
| * fuse: fix copy_file_range cache issuesMiklos Szeredi2020-05-201-12/+8
| * fuse: optimize writepages searchMaxim Patlasov2020-05-192-14/+50
| * fuse: update attr_version counter on fuse_notify_inval_inode()Miklos Szeredi2020-05-191-0/+7
| * fuse: don't check refcount after stealing pageMiklos Szeredi2020-05-191-1/+0
| * fuse: fix weird page warningMiklos Szeredi2020-05-191-1/+2
| * fuse: use dump_pageMiklos Szeredi2020-05-191-2/+1
| * virtiofs: do not use fuse_fill_super_common() for device installationVivek Goyal2020-05-192-13/+15
| * fuse: always allow query of st_devMiklos Szeredi2020-05-191-1/+11
| * fuse: always flush dirty data on close(2)Miklos Szeredi2020-05-191-4/+4
| * fuse: invalidate inode attr in writeback cache modeEryu Guan2020-05-191-1/+10
| * fuse: Update stale comment in queue_interrupt()Kirill Tkhai2020-04-201-1/+1
| * fuse: BUG_ON correction in fuse_dev_splice_write()Vasily Averin2020-04-201-2/+3
| * virtiofs: schedule blocking async replies in separate workerVivek Goyal2020-04-203-35/+73
* | Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2020-06-0913-220/+423
|\ \
| * | ovl: remove unnecessary lock checkyoungjun2020-06-081-6/+1
| * | ovl: make oip->index boolMiklos Szeredi2020-06-042-2/+2
| * | ovl: only pass ->ki_flags to ovl_iocb_to_rwf()Miklos Szeredi2020-06-041-4/+3
| * | ovl: make private mounts longtermMiklos Szeredi2020-06-042-1/+22
| * | ovl: get rid of redundant members in struct ovl_fsMiklos Szeredi2020-06-042-55/+48
| * | ovl: add accessor for ofs->upper_mntMiklos Szeredi2020-06-047-30/+35
| * | ovl: initialize error in ovl_copy_xattrYuxuan Shui2020-06-041-1/+1
| * | ovl: drop negative dentry in upper layerChengguang Xu2020-06-031-7/+28
| * | ovl: check permission to open real fileMiklos Szeredi2020-06-031-2/+14
| * | ovl: call secutiry hook in ovl_real_ioctl()Miklos Szeredi2020-06-031-1/+4
| * | ovl: verify permissions in ovl_path_open()Miklos Szeredi2020-06-021-1/+26
| * | ovl: switch to mounter creds in readdirMiklos Szeredi2020-06-021-6/+21
| * | ovl: pass correct flags for opening real directoryMiklos Szeredi2020-06-021-3/+9
| * | ovl: fix redirect traversal on metacopy dentriesVivek Goyal2020-06-021-12/+14
| * | ovl: initialize OVL_UPPERDATA in ovl_lookup()Vivek Goyal2020-06-023-10/+5
| * | ovl: use only uppermetacopy state in ovl_lookup()Vivek Goyal2020-06-021-29/+28
| * | ovl: simplify setting of origin for index lookupVivek Goyal2020-06-021-12/+17
| * | ovl: fix out of bounds access warning in ovl_check_fb_len()Amir Goldstein2020-06-021-0/+3
| * | ovl: return required buffer size for file handlesLubos Dolezel2020-05-131-10/+8
| * | ovl: sync dirty data when remounting to ro modeChengguang Xu2020-05-131-1/+10
| * | ovl: whiteout inode sharingChengguang Xu2020-05-136-15/+48
| * | ovl: inherit SB_NOSEC flag from upperdirJeffle Xu2020-05-131-0/+12
| * | ovl: skip overlayfs superblocks at global syncKonstantin Khlebnikov2020-05-132-3/+5
| * | ovl: index dir act as work dirAmir Goldstein2020-05-131-5/+9
| * | ovl: prepare to copy up without workdirAmir Goldstein2020-05-131-3/+4
| * | ovl: cleanup non-empty directories in ovl_indexdir_cleanup()Amir Goldstein2020-05-133-17/+14
| * | ovl: resolve more conflicting mount optionsAmir Goldstein2020-05-131-0/+48
* | | Merge tag 'afs-fixes-20200609' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-097-9/+7
|\ \ \
| * | | afs: Make afs_zap_data() staticDavid Howells2020-06-092-2/+1
| * | | afs: Remove afs_zero_fid as it's not usedDavid Howells2020-06-091-2/+0
| * | | afs: Fix debugging statements with %px to be %pDavid Howells2020-06-092-2/+2
| * | | afs: Fix use of BUG()David Howells2020-06-091-1/+2
| * | | afs: Fix file lockingDavid Howells2020-06-092-2/+1
| * | | afs: Fix memory leak in afs_put_sysnames()Zhihao Cheng2020-06-091-0/+1