summaryrefslogtreecommitdiff
path: root/fs/hppfs/hppfs.c
Commit message (Expand)AuthorAge
* um: Remove hppfsRichard Weinberger2015-05-31
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-22
* vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-31
* clean up scary strncpy(dst, src, strlen(src)) usesKees Cook2013-07-03
* [readdir] convert procfsAl Viro2013-06-29
* hppfs: get rid of ->fsync()Al Viro2013-04-29
* hppfs: fix the leaks on close()Al Viro2013-04-29
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-03
* new helper: file_inode(file)Al Viro2013-02-22
* pidns: Use task_active_pid_ns where appropriateEric W. Biederman2012-11-19
* hppfs: fix the return value of get_inode()Wei Yongjun2012-10-09
* um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-09
* switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-23
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-06
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-20
* vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro2012-01-03
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-03
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* hppfs: missing includeAl Viro2011-07-27
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-20
* hppfs_lookup(): don't open-code lookup_one_len()Al Viro2011-07-17
* hppfs: fix dentry leakAl Viro2011-07-17
* fs: icache RCU free inodesNick Piggin2011-01-07
* convert get_sb_nodev() usersAl Viro2010-10-29
* llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* switch hppfs to ->evict_inode()Al Viro2010-08-09
* missing include in hppfsAl Viro2010-08-09
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-27
* hppfs can use existing proc_mnt, no need for do_kern_mount() in thereAl Viro2010-03-03
* hppfs: handle ->put_link()Al Viro2010-01-14
* hppfs: hppfs_read_file() may return -ERRORRoel Kluin2009-04-02
* CRED: Use creds in file structsDavid Howells2008-11-14
* CRED: Pass credentials through dentry_open()David Howells2008-11-14
* [patch] hppfs: remove hppfs_permissionMiklos Szeredi2008-07-26
* uml: move hppfs_kern.c to hppfs.cJeff Dike2008-05-13