Commit History

Author SHA1 Message Date
  David Howells 2b0143b5c9 VFS: normal filesystems (and lustre): d_inode() annotations 10 years ago
  David Howells e36cb0b89c VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) 10 years ago
  Fabian Frederick b625032b10 fs/coda/dir.c: forward declaration clean-up 10 years ago
  Al Viro 93fe74b2e2 coda_venus_readdir(): use file_inode() 10 years ago
  Al Viro a7400222e3 new helper: is_root_inode() 10 years ago
  Fabian Frederick 834b46c37a fs/coda: use linux/uaccess.h 11 years ago
  Fabian Frederick 6d6bd94f4d fs/coda: use __func__ 11 years ago
  Fabian Frederick f38cfb2564 fs/coda: logging prefix uniformization 11 years ago
  Fabian Frederick d9b4b3195a fs/coda: replace printk by pr_foo() 11 years ago
  Al Viro 11d100d9a2 coda_revalidate_inode(): switch to passing inode... 12 years ago
  Al Viro 72c2d53192 file->f_op is never NULL... 12 years ago
  Al Viro 84d08fa888 helper for reading ->d_count 12 years ago
  Al Viro 6b5e1223d9 coda: don't bother with find_inode_number() 12 years ago
  Al Viro e924f25126 [readdir] convert coda 12 years ago
  Al Viro bb6f619b3a [readdir] introduce ->iterate(), ctx->pos, dir_emit() 12 years ago
  Al Viro 496ad9aa8e new helper: file_inode(file) 12 years ago
  Al Viro ebfc3b49a7 don't pass nameidata to ->create() 13 years ago
  Al Viro 00cd8dd3bf stop passing nameidata to ->lookup() 13 years ago
  Al Viro 0b728e1911 stop passing nameidata * to ->d_revalidate() 13 years ago
  Al Viro f4947fbce2 coda: switch coda_cnode_make() to sane API as well, clean coda_lookup() 13 years ago
  Al Viro 0b2c4e39c0 coda: deal correctly with allocation failure from coda_cnode_makectl() 13 years ago
  Al Viro 4acdaf27eb switch ->create() to umode_t 14 years ago
  Al Viro 18bb1db3e7 switch vfs_mkdir() and ->mkdir() to umode_t 14 years ago
  Miklos Szeredi 6d6b77f163 filesystems: add missing nlink wrappers 14 years ago
  Al Viro b85fd6bdc9 don't open-code parent_ino() in assorted ->readdir() 14 years ago
  Al Viro ee60498f3e coda_venus_readdir(): use offsetof() 14 years ago
  Al Viro 10556cb21a ->permission() sanitizing: don't pass flags to ->permission() 14 years ago
  Sage Weil 42b850b280 coda: remove unnecessary dentry_unhash on rmdir, dir rename 14 years ago
  Sage Weil e4eaac06bc vfs: push dentry_unhash on rename_dir into file systems 14 years ago
  Sage Weil 79bf7c732b vfs: push dentry_unhash on rmdir into file systems 14 years ago