Age | Commit message (Expand) | Author | Files | Lines |
2025-05-26 | Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+2 |
2025-05-09 | libfs: export find_next_child() | Christian Brauner | 1 | -1/+2 |
2025-04-21 | fs: add S_ANON_INODE | Christian Brauner | 1 | -1/+1 |
2025-04-07 | anon_inode: use a proper mode internally | Christian Brauner | 1 | -1/+7 |
2025-03-24 | Merge tag 'vfs-6.15-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
2025-03-20 | libfs: Fix duplicate directory entry in offset_dir_lookup | Yongjian Sun | 1 | -1/+1 |
2025-03-05 | pidfs: record exit code and cgroupid at exit | Christian Brauner | 1 | -2/+2 |
2025-01-30 | Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -7/+8 |
2025-01-27 | generic_ci_d_compare(): use shortname_storage | Al Viro | 1 | -7/+8 |
2025-01-20 | Merge tag 'vfs-6.14-rc1.libfs' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -85/+77 |
2025-01-04 | libfs: Use d_children list to iterate simple_offset directories | Chuck Lever | 1 | -26/+58 |
2025-01-04 | libfs: Replace simple_offset end-of-directory detection | Chuck Lever | 1 | -16/+21 |
2025-01-04 | Revert "libfs: fix infinite directory reads for offset dir" | Chuck Lever | 1 | -24/+11 |
2025-01-04 | Revert "libfs: Add simple_offset_empty()" | Chuck Lever | 1 | -32/+0 |
2025-01-04 | libfs: Return ENOSPC when the directory offset range is exhausted | Chuck Lever | 1 | -2/+2 |
2024-12-14 | pseudofs: add support for export_ops | Erin Shepherd | 1 | -0/+1 |
2024-11-18 | Merge tag 'pull-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -11/+0 |
2024-11-13 | libfs: kill empty_dir_getattr() | Al Viro | 1 | -11/+0 |
2024-10-28 | tmpfs: Add casefold lookup support | André Almeida | 1 | -0/+4 |
2024-10-28 | libfs: Export generic_ci_ dentry functions | André Almeida | 1 | -3/+5 |
2024-09-16 | Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -7/+6 |
2024-09-16 | Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -10/+18 |
2024-09-06 | libfs: fix get_stashed_dentry() | Christian Brauner | 1 | -3/+3 |
2024-08-30 | vfs: elide smp_mb in iversion handling in the common case | Mateusz Guzik | 1 | -10/+18 |
2024-08-12 | libfs: fix infinite directory reads for offset dir | yangerkun | 1 | -11/+24 |
2024-08-07 | fs: Convert aops->write_begin to take a folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2024-08-07 | fs: Convert aops->write_end to take a folio | Matthew Wilcox (Oracle) | 1 | -5/+4 |
2024-06-07 | libfs: Introduce case-insensitive string comparison helper | Gabriel Krisman Bertazi | 1 | -0/+74 |
2024-04-17 | shmem: Fix shmem_rename2() | Chuck Lever | 1 | -0/+9 |
2024-04-17 | libfs: Add simple_offset_rename() API | Chuck Lever | 1 | -0/+21 |
2024-04-17 | libfs: Fix simple_offset_rename_exchange() | Chuck Lever | 1 | -6/+19 |
2024-03-13 | pidfs: remove config option | Christian Brauner | 1 | -15/+18 |
2024-03-11 | Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -1/+1 |
2024-03-11 | Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -0/+142 |
2024-03-07 | Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi... | Christian Brauner | 1 | -62/+40 |
2024-03-01 | libfs: improve path_from_stashed() | Christian Brauner | 1 | -23/+18 |
2024-03-01 | libfs: add stashed_dentry_prune() | Christian Brauner | 1 | -2/+27 |
2024-03-01 | libfs: improve path_from_stashed() helper | Christian Brauner | 1 | -21/+40 |
2024-03-01 | pidfs: convert to path_from_stashed() helper | Christian Brauner | 1 | -3/+12 |
2024-03-01 | libfs: add path_from_stashed() | Christian Brauner | 1 | -0/+94 |
2024-02-27 | libfs: Drop generic_set_encrypted_ci_d_ops | Gabriel Krisman Bertazi | 1 | -34/+0 |
2024-02-27 | libfs: Add helper to choose dentry operations at mount-time | Gabriel Krisman Bertazi | 1 | -0/+28 |
2024-02-27 | libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops | Gabriel Krisman Bertazi | 1 | -28/+6 |
2024-02-27 | libfs: Attempt exact-match comparison first during casefolded lookup | Gabriel Krisman Bertazi | 1 | -17/+23 |
2024-02-22 | Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke... | Christian Brauner | 1 | -31/+65 |
2024-02-21 | libfs: Convert simple directory offsets to use a Maple Tree | Chuck Lever | 1 | -24/+23 |
2024-02-21 | libfs: Add simple_offset_empty() | Chuck Lever | 1 | -0/+32 |
2024-02-21 | libfs: Define a minimum directory offset | Chuck Lever | 1 | -5/+8 |
2024-02-21 | libfs: Re-arrange locking in offset_iterate_dir() | Chuck Lever | 1 | -6/+6 |
2024-02-20 | libfs: Remove unnecessary ‘0’ values from ret | Li zeming | 1 | -1/+1 |
2024-02-05 | filelock: split leases out of struct file_lock | Jeff Layton | 1 | -1/+1 |
2024-01-11 | Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -36/+26 |
2023-11-25 | Merge branches 'work.dcache-misc' and 'work.dcache2' into work.dcache | Al Viro | 1 | -24/+21 |
2023-11-25 | simple_fill_super(): don't bother with d_genocide() on failure | Al Viro | 1 | -12/+5 |
2023-11-25 | dentry: switch the lists of children to hlist | Al Viro | 1 | -24/+21 |
2023-11-20 | libfs: getdents() should return 0 after reaching EOD | Chuck Lever | 1 | -3/+11 |
2023-11-07 | Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -0/+44 |
2023-10-28 | fs: fix build error with CONFIG_EXPORTFS=m or not defined | Amir Goldstein | 1 | -0/+41 |
2023-10-28 | fs: report f_fsid from s_dev for "simple" filesystems | Amir Goldstein | 1 | -0/+3 |
2023-10-18 | fs: new accessor methods for atime and mtime | Jeff Layton | 1 | -11/+30 |
2023-09-20 | direct_write_fallback(): on error revert the ->ki_pos update from buffered write | Al Viro | 1 | -0/+1 |
2023-08-31 | Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -12/+2 |
2023-08-28 | Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -21/+21 |
2023-08-28 | Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -0/+248 |
2023-08-27 | libfs: remove redundant checks of s_encoding | Eric Biggers | 1 | -12/+2 |
2023-08-21 | libfs: Convert simple_write_begin and simple_write_end to use a folio | Matthew Wilcox (Oracle) | 1 | -20/+20 |
2023-08-09 | libfs: Remove parent dentry locking in offset_iterate_dir() | Chuck Lever | 1 | -7/+4 |
2023-08-09 | libfs: Add a lock class for the offset map's xa_lock | Chuck Lever | 1 | -0/+3 |
2023-08-09 | libfs: Add directory operations for stable offsets | Chuck Lever | 1 | -0/+248 |
2023-08-09 | fs: pass the request_mask to generic_fillattr | Jeff Layton | 1 | -2/+2 |
2023-07-24 | kernfs: convert to ctime accessor functions | Jeff Layton | 1 | -9/+10 |
2023-07-10 | fs: Pass argument to fcntl_setlease as int | Luca Vizzarro | 1 | -1/+1 |
2023-07-10 | fs: new helper: simple_rename_timestamp | Jeff Layton | 1 | -9/+27 |
2023-06-09 | fs: factor out a direct_write_fallback helper | Christoph Hellwig | 1 | -0/+41 |
2023-04-03 | fs: consolidate duplicate dt_type helpers | Jeff Layton | 1 | -7/+2 |
2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -10/+10 |
2023-01-26 | fs: uninline inode_query_iversion | Jeff Layton | 1 | -0/+36 |
2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 1 | -4/+4 |
2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 1 | -5/+5 |
2022-11-30 | libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed value | Akinobu Mita | 1 | -3/+19 |
2022-10-03 | fs: uninline inode_maybe_inc_iversion() | Andrew Morton | 1 | -0/+46 |
2022-05-09 | fs: Convert simple_readpage to simple_read_folio | Matthew Wilcox (Oracle) | 1 | -7/+7 |
2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-05-08 | fs: Remove aop flags parameter from grab_cache_page_write_begin() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-03-16 | fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2022-03-15 | fs: Remove noop_invalidatepage() | Matthew Wilcox (Oracle) | 1 | -11/+0 |
2022-01-20 | unicode: clean up the Kconfig symbol confusion | Christoph Hellwig | 1 | -5/+5 |
2021-11-03 | libfs: Support RENAME_EXCHANGE in simple_rename() | Lorenz Bauer | 1 | -1/+4 |
2021-11-03 | libfs: Move shmem_exchange to simple_rename_exchange | Lorenz Bauer | 1 | -0/+24 |
2021-06-29 | fs: remove noop_set_page_dirty() | Matthew Wilcox (Oracle) | 1 | -16/+0 |
2021-06-29 | fs: remove anon_set_page_dirty() | Matthew Wilcox (Oracle) | 1 | -10/+1 |
2021-06-29 | fs: move ramfs_aops to libfs | Christoph Hellwig | 1 | -4/+13 |
2021-03-23 | libfs: fix kernel-doc for mnt_userns | Randy Dunlap | 1 | -0/+1 |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -12/+16 |
2021-02-21 | Merge tag 'selinux-pr-20210215' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -5/+0 |
2021-02-21 | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
2021-01-27 | libfs: unexport generic_ci_d_compare() and generic_ci_d_hash() | Eric Biggers | 1 | -5/+3 |
2021-01-27 | block: use an on-stack bio in blkdev_issue_flush | Christoph Hellwig | 1 | -1/+1 |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -16/+15 |
2021-01-24 | stat: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
2021-01-24 | namei: make permission helpers idmapped mount aware | Christian Brauner | 1 | -1/+6 |
2021-01-14 | fs: add LSM-supporting anon-inode interface | Daniel Colascione | 1 | -5/+0 |
2020-12-17 | Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+70 |
2020-12-02 | libfs: Add generic function for setting dentry_ops | Daniel Rosenberg | 1 | -0/+70 |
2020-11-22 | libfs: fix error cast of negative value in simple_attr_write() | Yicong Yang | 1 | -2/+4 |
2020-09-10 | fs: Add standard casefolding support | Daniel Rosenberg | 1 | -0/+87 |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+2 |
2020-05-22 | block: remove the error_sector argument to blkdev_issue_flush | Christoph Hellwig | 1 | -1/+1 |
2020-03-24 | libfs: fix infoleak in simple_attr_read() | Eric Biggers | 1 | -3/+5 |
2019-12-10 | simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystems | Al Viro | 1 | -0/+70 |
2019-10-14 | fs/libfs.c: fix kernel-doc warning | Randy Dunlap | 1 | -2/+1 |
2019-10-09 | libfs: take cursors out of list when moving past the end of directory | Al Viro | 1 | -24/+25 |
2019-09-22 | Fix the locking in dcache_readdir() and friends | Al Viro | 1 | -65/+69 |
2019-07-19 | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -33/+49 |
2019-07-04 | convenience helper get_tree_nodev() | Al Viro | 1 | -1/+1 |
2019-05-25 | vfs: Use sget_fc() for pseudo-filesystems | David Howells | 1 | -14/+10 |
2019-05-25 | fold mount_pseudo_xattr() into pseudo_fs_get_tree() | Al Viro | 1 | -54/+34 |
2019-05-25 | vfs: Provide a mount_pseudo-replacement for the new mount API | David Howells | 1 | -0/+46 |
2019-05-25 | mount_pseudo(): drop 'name' argument, switch to d_make_root() | Al Viro | 1 | -9/+3 |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
2019-05-07 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+14 |
2019-04-30 | libfs: document simple_get_link() | Eric Biggers | 1 | -0/+14 |
2019-04-08 | fs: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+2 |
2018-03-30 | fs, dax: prepare for dax-specific address_space_operations | Dan Williams | 1 | -0/+39 |
2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 1 | -3/+3 |
2017-07-06 | fs: convert __generic_file_fsync to use errseq_t based reporting | Jeff Layton | 1 | -4/+6 |
2017-07-06 | fs: check for writeback errors after syncing out buffers in generic_file_fsync | Jeff Layton | 1 | -1/+3 |
2017-04-26 | fs: constify tree_descr arrays passed to simple_fill_super() | Eric Biggers | 1 | -1/+1 |
2017-03-03 | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+6 |
2017-03-02 | statx: Add a system call to make enhanced file info available | David Howells | 1 | -6/+6 |
2017-03-02 | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar | 1 | -0/+1 |
2017-01-10 | libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mount | Eric W. Biederman | 1 | -1/+2 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-12-17 | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds | 1 | -1/+0 |
2016-12-10 | simple_write_end(): don't zero in short copy into uptodate | Al Viro | 1 | -6/+8 |
2016-12-09 | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 1 | -1/+0 |
2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -8/+12 |
2016-10-10 | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 1 | -1/+5 |
2016-10-10 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -24/+5 |
2016-10-07 | libfs: Use IOP_XATTR flag for empty directory handling | Andreas Gruenbacher | 1 | -21/+1 |
2016-10-06 | sockfs: Get rid of getxattr iop | Andreas Gruenbacher | 1 | -3/+4 |
2016-09-27 | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 1 | -7/+7 |
2016-09-27 | libfs: support RENAME_NOREPLACE in simple_rename() | Miklos Szeredi | 1 | -1/+5 |
2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 1 | -1/+1 |
2016-06-20 | lockless next_positive() | Al Viro | 1 | -5/+27 |
2016-06-20 | libfs.c: new helper - next_positive() | Al Viro | 1 | -30/+47 |
2016-06-20 | dcache_{readdir,dir_lseek}(): don't bother with nested ->d_lock | Al Viro | 1 | -9/+3 |
2016-06-10 | much milder d_walk() race | Al Viro | 1 | -3/+1 |
2016-05-27 | switch ->setxattr() to passing dentry and inode separately | Al Viro | 1 | -2/+3 |
2016-05-09 | more trivial ->iterate_shared conversions | Al Viro | 1 | -1/+1 |
2016-05-02 | dcache_{readdir,dir_lseek}() users: switch to ->iterate_shared | Al Viro | 1 | -4/+1 |
2016-05-02 | Merge getxattr prototype change into work.lookups | Al Viro | 1 | -2/+2 |
2016-04-11 | ->getxattr(): pass dentry and inode as separate arguments | Al Viro | 1 | -2/+2 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -12/+12 |
2016-01-22 | wrappers for ->i_mutex access | Al Viro | 1 | -5/+5 |
2015-12-30 | switch ->get_link() to delayed_call, kill ->put_link() | Al Viro | 1 | -4/+5 |
2015-12-29 | kill free_page_put_link() | Al Viro | 1 | -6/+0 |
2015-12-08 | replace ->follow_link() with new method that could stay in RCU mode | Al Viro | 1 | -4/+5 |
2015-08-12 | fs: Set the size of empty dirs to 0. | Eric W. Biederman | 1 | -1/+1 |
2015-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -5/+0 |
2015-07-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -0/+95 |
2015-07-01 | fs: Add helper functions for permanently empty directories. | Eric W. Biederman | 1 | -0/+96 |
2015-06-23 | make simple_positive() public | Al Viro | 1 | -5/+0 |
2015-05-11 | new helper: free_page_put_link() | Al Viro | 1 | -0/+6 |
2015-05-11 | switch ->put_link() from dentry to inode | Al Viro | 1 | -1/+1 |
2015-05-10 | don't pass nameidata to ->follow_link() | Al Viro | 1 | -1/+1 |
2015-05-10 | new ->follow_link() and ->put_link() calling conventions | Al Viro | 1 | -8/+4 |
2015-05-10 | libfs: simple_follow_link() | Al Viro | 1 | -0/+13 |
2015-04-15 | VFS: fs library helpers: d_inode() annotations | David Howells | 1 | -13/+13 |
2015-02-22 | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells | 1 | -1/+1 |
2015-02-05 | vfs: add support for a lazytime mount option | Theodore Ts'o | 1 | -1/+1 |
2014-11-03 | move d_rcu from overlapping d_child to overlapping d_alias | Al Viro | 1 | -6/+6 |
2014-10-07 | locks: plumb a "priv" pointer into the setlease routines | Jeff Layton | 1 | -1/+3 |
2014-09-09 | locks: consolidate "nolease" routines | Jeff Layton | 1 | -0/+16 |
2014-06-04 | fs/libfs.c: add generic data flush to fsync | Fabian Frederick | 1 | -3/+31 |
2013-11-15 | consolidate simple ->d_delete() instances | Al Viro | 1 | -5/+7 |
2013-11-09 | take anon inode allocation to libfs.c | Al Viro | 1 | -0/+43 |
2013-10-24 | new helper: kfree_put_link() | Al Viro | 1 | -0/+10 |
2013-10-24 | libfs: get exports to definitions of objects being exported... | Al Viro | 1 | -35/+34 |
2013-07-14 | make simple_lookup() usable for filesystems that set ->s_d_op | Al Viro | 1 | -1/+2 |
2013-06-29 | [readdir] switch dcache_readdir() users to ->iterate() | Al Viro | 1 | -50/+30 |
2012-12-20 | vfs: drop vmtruncate | Marco Stornelli | 1 | -2/+0 |
2012-12-17 | lseek: the "whence" argument is called "whence" | Andrew Morton | 1 | -2/+2 |
2012-09-05 | vfs: fix kerneldoc for generic_fh_to_parent() | Yanchuan Nian | 1 | -1/+1 |
2012-07-14 | VFS: Pass mount flags to sget() | David Howells | 1 | -2/+2 |
2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 1 | -1/+1 |
2012-05-10 | vfs: make it possible to access the dentry hash/len as one 64-bit entry | Linus Torvalds | 1 | -2/+2 |
2012-04-09 | dentry leak in simple_fill_super() failure exit | Al Viro | 1 | -0/+1 |
2012-04-05 | libfs: add simple_open() | Stephen Boyd | 1 | -0/+8 |
2012-03-24 | Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
2012-03-20 | make simple_pin_fs() pass MS_KERNMOUNT - it's a kernel-internal one | Al Viro | 1 | -1/+1 |
2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -4/+2 |
2012-02-28 | fs: reduce the use of module.h wherever possible | Paul Gortmaker | 1 | -1/+1 |
2012-01-03 | fs: move code out of buffer.c | Al Viro | 1 | -1/+1 |
2011-11-02 | filesystems: add set_nlink() | Miklos Szeredi | 1 | -1/+1 |
2011-11-02 | vfs: fix dentry leak in simple_fill_super() | Konstantin Khlebnikov | 1 | -1/+3 |
2011-07-22 | fix IN_DELETE_SELF on overwriting rename() on ramfs et.al. | Al Viro | 1 | -1/+3 |
2011-07-20 | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 1 | -4/+12 |