summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* proc: inline m_next_vma into m_nextMatthew Wilcox (Oracle)2020-04-071-10/+8
* seq_file: remove m->versionMatthew Wilcox (Oracle)2020-04-071-28/+0
* proc: use ppos instead of m->versionMatthew Wilcox (Oracle)2020-04-071-4/+3
* proc: remove m_cache_vmaMatthew Wilcox (Oracle)2020-04-071-32/+6
* proc: inline vma_stop into m_stopMatthew Wilcox (Oracle)2020-04-071-19/+15
* proc: speed up /proc/*/statmAlexey Dobriyan2020-04-071-16/+23
* proc: faster open/read/close with "permanent" filesAlexey Dobriyan2020-04-076-53/+174
* fs/proc/inode.c: annotate close_pdeo() for sparseJules Irenge2020-04-071-0/+1
* userfaultfd: wp: declare _UFFDIO_WRITEPROTECT conditionallyPeter Xu2020-04-071-3/+13
* userfaultfd: wp: don't wake up when doing write protectPeter Xu2020-04-071-5/+8
* userfaultfd: wp: add the writeprotect API to userfaultfd ioctlAndrea Arcangeli2020-04-071-16/+66
* userfaultfd: wp: add UFFDIO_COPY_MODE_WPAndrea Arcangeli2020-04-071-2/+3
* mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()Anshuman Khandual2020-04-071-1/+2
* Merge tag 'fsnotify_for_v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-066-233/+514
|\
| * fanotify: Fix the checks in fanotify_fsid_equalNathan Chancellor2020-03-301-1/+1
| * fanotify: report name info for FAN_DIR_MODIFY eventAmir Goldstein2020-03-252-28/+91
| * fanotify: record name info for FAN_DIR_MODIFY eventAmir Goldstein2020-03-253-12/+108
| * fanotify: Drop fanotify_event_has_fid()Jan Kara2020-03-253-8/+3
| * fanotify: prepare to report both parent and child fid'sAmir Goldstein2020-03-251-8/+15
| * fanotify: send FAN_DIR_MODIFY event flavor with dir inode and nameAmir Goldstein2020-03-252-4/+5
| * fanotify: divorce fanotify_path_event and fanotify_fid_eventJan Kara2020-03-253-94/+180
| * fanotify: Store fanotify handles differentlyJan Kara2020-03-253-106/+145
| * fanotify: Simplify create_fd()Jan Kara2020-03-251-15/+11
| * fanotify: fix merging marks masks with FAN_ONDIRAmir Goldstein2020-03-241-4/+7
| * fanotify: merge duplicate events on parent and childAmir Goldstein2020-03-241-1/+6
| * fsnotify: replace inode pointer with an object idAmir Goldstein2020-03-243-5/+5
| * fsnotify: simplify arguments passing to fsnotify_parent()Amir Goldstein2020-03-231-11/+4
| * fsnotify: use helpers to access data by data_typeAmir Goldstein2020-03-233-17/+14
* | Merge tag 'for_v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2020-04-063-7/+15
|\ \
| * | ext2: fix empty body warnings when -Wextra is usedRandy Dunlap2020-03-231-2/+3
| * | ext2: fix debug reference to ext2_xattr_cacheJan Kara2020-03-171-2/+1
| * | udf: udf_sb.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-161-1/+1
| * | ext2: xattr.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-161-1/+1
| * | ext2: Silence lockdep warning about reclaim under xattr_semJan Kara2020-02-261-1/+9
| |/
* | Merge tag '9p-for-5.7' of git://github.com/martinetd/linuxLinus Torvalds2020-04-063-12/+15
|\ \
| * | 9p: read only once on O_NONBLOCKSergey Alirzaev2020-03-271-1/+4
| * | 9p: Remove unneeded semicolonzhengbin2020-03-271-1/+1
| * | 9p: Fix Kconfig indentationKrzysztof Kozlowski2020-03-271-10/+10
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-04-061-1/+1
|\ \ \
| * | | fix a braino in legitimize_path()Al Viro2020-04-061-1/+1
* | | | sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj fnLinus Torvalds2020-04-051-16/+0
* | | | Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-051-3/+25
|\ \ \ \
| * | | | sysfs: Wrap __compat_only_sysfs_link_entry_to_kobj function to change the sym...Sourabh Jain2020-02-191-3/+25
* | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-04-0521-673/+388
|\ \ \ \ \
| * | | | | ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o2020-04-0115-215/+199
| * | | | | ext4: fix incorrect group count in ext4_fill_super error messageJosh Triplett2020-03-281-2/+2
| * | | | | ext4: fix incorrect inodes per group in error messageJosh Triplett2020-03-281-1/+1
| * | | | | ext4: don't set dioread_nolock by default for blocksize < pagesizeRitesh Harjani2020-03-281-1/+12
| * | | | | ext4: disable dioread_nolock whenever delayed allocation is disabledEric Whitney2020-03-261-0/+3
| * | | | | ext4: do not commit super on read-only bdevEric Sandeen2020-03-261-1/+2