summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | ext4: avoid ENOSPC when avoiding to reuse recently deleted inodesJan Kara2020-03-261-5/+18
| * | | | | ext4: unregister sysfs path before destroying jbd2 journalRitesh Harjani2020-03-261-1/+7
| * | | | | ext4: check for non-zero journal inum in ext4_calculate_overheadRitesh Harjani2020-03-261-1/+2
| * | | | | ext4: remove map_from_cluster from ext4_ext_map_blocksEric Whitney2020-03-141-4/+1
| * | | | | ext4: clean up ext4_ext_insert_extent() call in ext4_ext_map_blocks()Eric Whitney2020-03-141-13/+17
| * | | | | ext4: mark block bitmap corrupted when found instead of BUGONDmitry Monakhov2020-03-141-2/+9
| * | | | | ext4: use flexible-array member for xattr structsGustavo A. R. Silva2020-03-141-2/+2
| * | | | | ext4: use flexible-array member in struct fnameGustavo A. R. Silva2020-03-141-1/+1