summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-0610-69/+307
|\
| * ext4: Send notifications on errorGabriel Krisman Bertazi2021-10-271-0/+8
| * fanotify: Allow users to request FAN_FS_ERROR eventsGabriel Krisman Bertazi2021-10-272-1/+5
| * fanotify: Emit generic error info for error eventGabriel Krisman Bertazi2021-10-273-0/+38
| * fanotify: Report fid info for file related file system errorsGabriel Krisman Bertazi2021-10-273-3/+25
| * fanotify: WARN_ON against too large file handlesGabriel Krisman Bertazi2021-10-271-1/+11
| * fanotify: Add helpers to decide whether to report FID/DFIDGabriel Krisman Bertazi2021-10-272-6/+17
| * fanotify: Wrap object_fh inline space in a creator macroGabriel Krisman Bertazi2021-10-271-3/+9
| * fanotify: Support merging of error eventsGabriel Krisman Bertazi2021-10-272-3/+27
| * fanotify: Support enqueueing of error eventsGabriel Krisman Bertazi2021-10-272-0/+41
| * fanotify: Pre-allocate pool of error eventsGabriel Krisman Bertazi2021-10-273-1/+39
| * fanotify: Reserve UAPI bits for FAN_FS_ERRORGabriel Krisman Bertazi2021-10-271-0/+1
| * fanotify: Require fid_mode for any non-fd eventGabriel Krisman Bertazi2021-10-271-6/+6
| * fanotify: Encode empty file handle when no inode is providedGabriel Krisman Bertazi2021-10-271-1/+8
| * fanotify: Allow file handle encoding for unhashed eventsGabriel Krisman Bertazi2021-10-271-2/+6
| * fanotify: Support null inode event in fanotify_dfid_inodeGabriel Krisman Bertazi2021-10-271-1/+1
| * fsnotify: Pass group argument to free_eventGabriel Krisman Bertazi2021-10-274-4/+6
| * fsnotify: Protect fsnotify_handle_inode_event from no-inode eventsGabriel Krisman Bertazi2021-10-272-0/+6
| * fsnotify: Retrieve super block from the data fieldGabriel Krisman Bertazi2021-10-271-4/+3
| * fsnotify: Add wrapper around fsnotify_add_eventGabriel Krisman Bertazi2021-10-273-9/+9
| * fsnotify: Add helper to detect overflow_eventGabriel Krisman Bertazi2021-10-271-1/+2
| * inotify: Don't force FS_IN_IGNOREDGabriel Krisman Bertazi2021-10-271-3/+3
| * fanotify: Split fsid check from other fid mode checksGabriel Krisman Bertazi2021-10-271-9/+18
| * fanotify: Fold event size calculation to its own functionGabriel Krisman Bertazi2021-10-271-15/+20
| * fsnotify: Don't insert unmergeable events in hashtableGabriel Krisman Bertazi2021-10-271-2/+4
* | Merge tag 'fs_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-063-6/+17
|\ \
| * | fs: reiserfs: remove useless new_opts in reiserfs_remountDongliang Mu2021-10-271-6/+0
| * | isofs: Fix out of bound access for corrupted isofs imageJan Kara2021-10-191-0/+2
| * | quota: correct error number in free_dqentry()Zhang Yi2021-10-111-0/+1
| * | quota: check block number when reading the block in quota fileZhang Yi2021-10-111-0/+14
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-0612-77/+84
|\ \
| * | mm, thp: fix incorrect unmap behavior for private pagesRongwei Wang2021-11-061-1/+10
| * | mm, thp: lock filemap when truncating page cacheRongwei Wang2021-11-061-1/+4
| * | fs: explicitly unregister per-superblock BDIsChristoph Hellwig2021-11-061-0/+3
| * | mm/smaps: simplify shmem handling of pte holesPeter Xu2021-11-061-10/+12
| * | mm/smaps: fix shmem pte hole swap calculationPeter Xu2021-11-061-2/+4
| * | d_path: fix Kernel doc validator complainingJia He2021-11-061-5/+3
| * | fs/posix_acl.c: avoid -Wempty-body warningArnd Bergmann2021-11-061-2/+1
| * | ocfs2: do not zero pages beyond i_sizeJan Kara2021-11-061-7/+12
| * | ocfs2: fix data corruption on truncateJan Kara2021-11-061-2/+6
| * | ocfs2/dlm: remove redundant assignment of variable retColin Ian King2021-11-061-1/+0
| * | ocfs2: cleanup journal init and shutdownValentin Vidic2021-11-064-46/+27
| * | ocfs2: fix handle refcount leak in two exception handling pathsChenyuan Mi2021-11-061-0/+2
* | | Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-045-80/+89
|\ \ \
| * \ \ Merge 5.15-rc6 into driver-core-nextGreg Kroah-Hartman2021-10-1856-1138/+1001
| |\ \ \
| * | | | fs/sysfs/dir.c: replace S_IRWXU|S_IRUGO|S_IXUGO with 0755 sysfs_create_dir_ns()Luis Chamberlain2021-10-051-2/+1
| * | | | fs/kernfs/symlink.c: replace S_IRWXUGO with 0777 on kernfs_create_link()Luis Chamberlain2021-10-051-2/+1
| * | | | Merge 5.15-rc4 into driver-core-nextGreg Kroah-Hartman2021-10-04107-1084/+1351
| |\ \ \ \
| * | | | | sysfs: simplify sysfs_kf_seq_showChristoph Hellwig2021-09-141-9/+6
| * | | | | sysfs: refactor sysfs_add_file_mode_nsChristoph Hellwig2021-09-141-13/+14