aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hppfs/hppfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-22new helper: file_inode(file)Al Viro1-4/+4
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman1-1/+1
2012-10-09hppfs: fix the return value of get_inode()Wei Yongjun1-1/+1
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro1-1/+1
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro1-12/+8
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-7/+2
2012-01-03vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-07-27hppfs: missing includeAl Viro1-0/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-2/+3
2011-07-17hppfs_lookup(): don't open-code lookup_one_len()Al Viro1-16/+3
2011-07-17hppfs: fix dentry leakAl Viro1-6/+6
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-10-29convert get_sb_nodev() usersAl Viro1-4/+4
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-09switch hppfs to ->evict_inode()Al Viro1-4/+3
2010-08-09missing include in hppfsAl Viro1-0/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+1
2010-03-03hppfs can use existing proc_mnt, no need for do_kern_mount() in thereAl Viro1-1/+1
2010-01-14hppfs: handle ->put_link()Al Viro1-6/+12
2009-04-02hppfs: hppfs_read_file() may return -ERRORRoel Kluin1-1/+6
2008-11-14CRED: Use creds in file structsDavid Howells1-2/+2
2008-11-14CRED: Pass credentials through dentry_open()David Howells1-2/+4
2008-07-26[patch] hppfs: remove hppfs_permissionMiklos Szeredi1-7/+0
2008-05-13uml: move hppfs_kern.c to hppfs.cJeff Dike1-0/+771