summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-04-244-24/+17
|\
| * fs: Fix description of vfs_tmpfile()Roberto Sassu2023-03-121-2/+2
| * sysv: switch to put_and_unmap_page()Al Viro2023-03-123-22/+15
| * fs/sysv: Don't round down address for kunmap_flush_on_unmap()Fabio M. De Francesco2023-03-121-1/+1
* | Merge tag 'pull-old-dio' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2023-04-242-8/+3
|\ \
| * | __blockdev_direct_IO(): get rid of submit_io callbackAl Viro2023-03-052-8/+3
* | | Merge tag 'pull-write-one-page' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-243-19/+58
|\ \ \
| * | | mm,jfs: move write_one_page/folio_write_one to jfsChristoph Hellwig2023-03-121-5/+34
| * | | ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_pageChristoph Hellwig2023-03-121-4/+5
| * | | ufs: don't flush page immediately for DIRSYNC directoriesChristoph Hellwig2023-03-121-10/+19
| | |/ | |/|
* | | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-04-243-44/+27
|\ \ \
| * | | fuse_dev_ioctl(): switch to fdget()Al Viro2023-04-201-20/+21
| * | | build_mount_idmapped(): switch to fdget()Al Viro2023-04-201-6/+6
| * | | kill the last remaining user of proc_ns_fget()Al Viro2023-04-201-18/+0
| | |/ | |/|
* | | Merge tag 'erofs-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-2414-455/+536
|\ \ \
| * | | erofs: cleanup i_format-related stuffsGao Xiang2023-04-172-18/+8
| * | | erofs: sunset erofs_dbg()Gao Xiang2023-04-175-19/+3
| * | | erofs: fix potential overflow calculating xattr_isizeJingbo Xu2023-04-171-1/+1
| * | | erofs: get rid of z_erofs_fill_inode()Gao Xiang2023-04-173-24/+8
| * | | erofs: enable long extended attribute name prefixesJingbo Xu2023-04-173-1/+11
| * | | erofs: handle long xattr name prefixes properlyJingbo Xu2023-04-171-12/+56
| * | | erofs: add helpers to load long xattr name prefixesJingbo Xu2023-04-174-3/+73
| * | | erofs: introduce on-disk format for long xattr name prefixesJingbo Xu2023-04-171-1/+15
| * | | erofs: move packed inode out of the compression partJingbo Xu2023-04-172-4/+2
| * | | erofs: keep meta inode into erofs_bufGao Xiang2023-04-176-18/+28
| * | | erofs: initialize packed inode after root inode is assignedJingbo Xu2023-04-172-11/+12
| * | | erofs: stop parsing non-compact HEAD index if clusterofs is invalidGao Xiang2023-04-171-0/+4
| * | | erofs: don't warn ztailpacking feature anymoreYue Hu2023-04-171-2/+0
| * | | erofs: simplify erofs_xattr_generic_get()Jingbo Xu2023-04-171-14/+3
| * | | erofs: rename init_inode_xattrs with erofs_ prefixJingbo Xu2023-04-171-3/+3
| * | | erofs: move several xattr helpers into xattr.cJingbo Xu2023-04-172-42/+29
| * | | erofs: tidy up EROFS on-disk namingGao Xiang2023-04-172-142/+119
| * | | erofs: support flattened block device for multi-blob imagesJia Zhu2023-04-173-3/+11
| * | | erofs: set block size to the on-disk block sizeJingbo Xu2023-04-174-28/+35
| * | | erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu2023-04-1713-130/+135
* | | | Merge tag 'v6.4/vfs.open' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-04-241-5/+13
|\ \ \ \
| * | | | open: return EINVAL for O_DIRECTORY | O_CREATChristian Brauner2023-03-221-5/+13
* | | | | Merge tag 'v6.4/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-04-2416-112/+63
|\ \ \ \ \
| * | | | | fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode()Tetsuo Handa2023-04-121-5/+23
| * | | | | pnode: pass mountpoint directlyChristian Brauner2023-04-061-7/+5
| * | | | | eventfd: use wait_event_interruptible_locked_irq() helperWen Yang2023-04-061-34/+7
| * | | | | splice: report related fsnotify eventsChung-Chiang Cheng2023-04-041-0/+8
| * | | | | fs: consolidate duplicate dt_type helpersJeff Layton2023-04-033-21/+5
| * | | | | nfs: use vfs setgid helperChristian Brauner2023-03-303-5/+2
| * | | | | Update relatime comments to include equalityStephen Kitt2023-03-271-4/+4
| * | | | | fs/buffer: Remove redundant assignment to errJiapeng Chong2023-03-271-6/+3
| * | | | | fs_context: drop the unused lsm_flags memberOndrej Mosnacek2023-03-161-3/+0
| * | | | | fs/namespace: fnic: Switch to use %ptTdAndy Shevchenko2023-03-151-6/+3
| * | | | | devpts: simplify two-level sysctl registration for pty_kern_tableLuis Chamberlain2023-03-131-19/+1
| * | | | | eventpoll: align comment with nested epoll limitationChangcheng Liu2023-03-131-2/+2
| | |_|_|/ | |/| | |