- 48892692 Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 1 year, 2 months ago
- 96931df nilfs2: d_obtain_alias(ERR_PTR(...)) will do the right thing... by Al Viro · 1 year, 4 months ago
- 6f133c9 nilfs2: convert nilfs_rename() to use folios by Matthew Wilcox (Oracle) · 1 year, 3 months ago
- 9b77f66 nilfs2: switch to kmap_local for directory handling by Matthew Wilcox (Oracle) · 1 year, 3 months ago
- 8cf57c6 nilfs2: eliminate staggered calls to kunmap in nilfs_rename by Ryusuke Konishi · 1 year, 3 months ago
- 584db20 nilfs2: move page release outside of nilfs_delete_entry and nilfs_set_link by Ryusuke Konishi · 1 year, 3 months ago
- e21d4f4 nilfs2: convert to ctime accessor functions by Jeff Layton · 1 year, 8 months ago
- e18275a fs: port ->rename() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- 5ebb29b fs: port ->mknod() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- c54bd91 fs: port ->mkdir() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- 7a77db9 fs: port ->symlink() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- 6c960e6 fs: port ->create() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- 94ee1d9 nilfs2: remove filenames from file comments by Ryusuke Konishi · 3 years, 4 months ago
- 27787ba Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 10 months ago
- 80e5d1ff5 useful constants: struct qstr for ".." by Al Viro · 3 years, 11 months ago
- 7c7c436 nilfs2: convert to fileattr by Miklos Szeredi · 4 years ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years, 2 months ago
- a1d0747 nilfs2: use a more common logging style by Joe Perches · 4 years, 7 months ago
- ae98043 nilfs2: convert to SPDX license tags by Ryusuke Konishi · 7 years ago
- 1e2e547 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 7 years ago
- 3147db8 nilfs2: use octal for unreadable permission macro by Ryusuke Konishi · 7 years ago
- dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
- 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
- 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
- 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
- f03b8ad fs: support RENAME_NOREPLACE for local filesystems by Miklos Szeredi · 8 years ago
- d6517de nilfs2: replace nilfs_warning() with nilfs_msg() by Ryusuke Konishi · 9 years ago
- 0c6c44c nilfs2: avoid bare use of 'unsigned' by Ryusuke Konishi · 9 years ago
- 06f4abf nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error() by Ryusuke Konishi · 9 years ago
- 4ad364c nilfs2: add missing line spacing by Ryusuke Konishi · 9 years ago
- 4b420ab nilfs2: clean up old e-mail addresses by Ryusuke Konishi · 9 years ago
- 5726d0b nilfs2: remove FSF mailing address from GPL notices by Ryusuke Konishi · 9 years ago
- 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 9 years ago
- fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
- 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
- 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
- 3348a17 fs/nilfs2/namei.c: remove unnecessary new_valid_dev() check by Yaowei Bai · 9 years ago
- f73c2f1 NILFS2: support NFSv2 export by NeilBrown · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- 705304a nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() races by Ryusuke Konishi · 10 years ago
- 94e07a75 fs: encode_fh: return FILEID_INVALID if invalid fid_type by Namjae Jeon · 12 years ago
- ebfc3b4 don't pass nameidata to ->create() by Al Viro · 13 years ago
- 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
- b0b0382 ->encode_fh() API change by Al Viro · 13 years ago
- 26fe575 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 13 years ago
- 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 13 years ago
- 1a67aaf switch ->mknod() to umode_t by Al Viro · 14 years ago
- 4acdaf2 switch ->create() to umode_t by Al Viro · 14 years ago
- 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 14 years ago
- bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
- a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 14 years ago
- dfb55de nilfs2: remove unnecessary dentry_unhash from rmdir, dir rename by Sage Weil · 14 years ago
- e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 14 years ago
- 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 14 years ago
- e3154e9 nilfs2: get rid of nilfs_sb_info structure by Ryusuke Konishi · 14 years ago
- 30eb43d nilfs2: i_nlink races in rename() by Al Viro · 14 years ago
- 622daaff nilfs2: fiemap support by Ryusuke Konishi · 14 years ago
- 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
- dc3d3b8 nilfs2: deny write access to inodes in snapshots by Ryusuke Konishi · 15 years ago
- 8e656fd nilfs2: make snapshots in checkpoint tree exportable by Ryusuke Konishi · 15 years ago
- 4d8d929 nilfs2: set pointer to root object in inodes by Ryusuke Konishi · 15 years ago
- 0319003 nilfs really shouldn't slap struct dentry on stack... by Al Viro · 15 years ago
- abdb318 nilfs2: replace mark_inode_dirty as nilfs_mark_inode_dirty by Jiro SEKIBA · 15 years ago
- 3534573 nilfs2: delete mark_inode_dirty in nilfs_delete_entry by Jiro SEKIBA · 15 years ago
- 58d5547 nilfs2: delete mark_inode_dirty in nilfs_commit_chunk by Jiro SEKIBA · 15 years ago
- 4cd76c3 nilfs2: split nilfs_unlink as nilfs_do_unlink and nilfs_unlink by Jiro SEKIBA · 15 years ago
- 1749147 nilfs2: delete redundant mark_inode_dirty by Jiro SEKIBA · 15 years ago
- 565de40 nilfs2: expand inode_inc_link_count and inode_dec_link_count by Jiro SEKIBA · 15 years ago
- 43f8bc2 nilfs2: delete mark_inode_dirty from nilfs_set_link by Jiro SEKIBA · 15 years ago
- 9ca941d nilfs2: delete mark_inode_dirty in nilfs_new_inode by Jiro SEKIBA · 15 years ago
- 6e1d5dc const: mark remaining inode_operations as const by Alexey Dobriyan · 15 years ago
- 47420c7 nilfs2: avoid double error caused by nilfs_transaction_end by Ryusuke Konishi · 16 years ago
- d250065 nilfs2: pathname operations by Ryusuke Konishi · 16 years ago