index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
libfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: Convert simple_readpage to simple_read_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-7
/
+7
*
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
2022-05-08
1
-1
/
+1
*
fs: Remove aop flags parameter from grab_cache_page_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
1
-1
/
+1
*
fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio
Matthew Wilcox (Oracle)
2022-03-16
1
-2
/
+2
*
fs: Remove noop_invalidatepage()
Matthew Wilcox (Oracle)
2022-03-15
1
-11
/
+0
*
unicode: clean up the Kconfig symbol confusion
Christoph Hellwig
2022-01-20
1
-5
/
+5
*
libfs: Support RENAME_EXCHANGE in simple_rename()
Lorenz Bauer
2021-11-03
1
-1
/
+4
*
libfs: Move shmem_exchange to simple_rename_exchange
Lorenz Bauer
2021-11-03
1
-0
/
+24
*
fs: remove noop_set_page_dirty()
Matthew Wilcox (Oracle)
2021-06-29
1
-16
/
+0
*
fs: remove anon_set_page_dirty()
Matthew Wilcox (Oracle)
2021-06-29
1
-10
/
+1
*
fs: move ramfs_aops to libfs
Christoph Hellwig
2021-06-29
1
-4
/
+13
*
libfs: fix kernel-doc for mnt_userns
Randy Dunlap
2021-03-23
1
-0
/
+1
*
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-23
1
-12
/
+16
|
\
|
*
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
1
-16
/
+15
|
*
stat: handle idmapped mounts
Christian Brauner
2021-01-24
1
-2
/
+2
|
*
attr: handle idmapped mounts
Christian Brauner
2021-01-24
1
-2
/
+2
|
*
namei: make permission helpers idmapped mount aware
Christian Brauner
2021-01-24
1
-1
/
+6
*
|
Merge tag 'selinux-pr-20210215' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-02-21
1
-5
/
+0
|
\
\
|
*
|
fs: add LSM-supporting anon-inode interface
Daniel Colascione
2021-01-14
1
-5
/
+0
|
|
/
*
|
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-21
1
-1
/
+1
|
\
\
|
*
|
block: use an on-stack bio in blkdev_issue_flush
Christoph Hellwig
2021-01-27
1
-1
/
+1
|
|
/
*
/
libfs: unexport generic_ci_d_compare() and generic_ci_d_hash()
Eric Biggers
2021-01-27
1
-5
/
+3
|
/
*
Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-12-17
1
-0
/
+70
|
\
|
*
libfs: Add generic function for setting dentry_ops
Daniel Rosenberg
2020-12-02
1
-0
/
+70
*
|
libfs: fix error cast of negative value in simple_attr_write()
Yicong Yang
2020-11-22
1
-2
/
+4
|
/
*
fs: Add standard casefolding support
Daniel Rosenberg
2020-09-10
1
-0
/
+87
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-2
/
+2
*
block: remove the error_sector argument to blkdev_issue_flush
Christoph Hellwig
2020-05-22
1
-1
/
+1
*
libfs: fix infoleak in simple_attr_read()
Eric Biggers
2020-03-24
1
-3
/
+5
*
simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystems
Al Viro
2019-12-10
1
-0
/
+70
*
fs/libfs.c: fix kernel-doc warning
Randy Dunlap
2019-10-14
1
-2
/
+1
*
libfs: take cursors out of list when moving past the end of directory
Al Viro
2019-10-09
1
-24
/
+25
*
Fix the locking in dcache_readdir() and friends
Al Viro
2019-09-22
1
-65
/
+69
*
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-07-19
1
-33
/
+49
|
\
|
*
convenience helper get_tree_nodev()
Al Viro
2019-07-04
1
-1
/
+1
|
*
vfs: Use sget_fc() for pseudo-filesystems
David Howells
2019-05-25
1
-14
/
+10
|
*
fold mount_pseudo_xattr() into pseudo_fs_get_tree()
Al Viro
2019-05-25
1
-54
/
+34
|
*
vfs: Provide a mount_pseudo-replacement for the new mount API
David Howells
2019-05-25
1
-0
/
+46
|
*
mount_pseudo(): drop 'name' argument, switch to d_make_root()
Al Viro
2019-05-25
1
-9
/
+3
*
|
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
/
*
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2019-05-07
1
-0
/
+14
|
\
|
*
libfs: document simple_get_link()
Eric Biggers
2019-04-30
1
-0
/
+14
*
|
fs: mark expected switch fall-throughs
Gustavo A. R. Silva
2019-04-08
1
-0
/
+2
|
/
*
fs, dax: prepare for dax-specific address_space_operations
Dan Williams
2018-03-30
1
-0
/
+39
*
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-11-27
1
-3
/
+3
*
fs: convert __generic_file_fsync to use errseq_t based reporting
Jeff Layton
2017-07-06
1
-4
/
+6
*
fs: check for writeback errors after syncing out buffers in generic_file_fsync
Jeff Layton
2017-07-06
1
-1
/
+3
*
fs: constify tree_descr arrays passed to simple_fill_super()
Eric Biggers
2017-04-26
1
-1
/
+1
*
Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-03-03
1
-6
/
+6
|
\
|
*
statx: Add a system call to make enhanced file info available
David Howells
2017-03-02
1
-6
/
+6
[next]