Commit History

Author SHA1 Message Date
  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 e45198a6ac make finish_no_open() return int 13 years ago
  Al Viro 30d9049474 kill struct opendata 13 years ago
  Al Viro d95852777b make ->atomic_open() return int 13 years ago
  Al Viro 47237687d7 ->atomic_open() prototype change - pass int * instead of bool * 13 years ago
  Miklos Szeredi c8ccbe032f fuse: implement i_op->atomic_open() 13 years ago
  Al Viro b3d9b7a3c7 vfs: switch i_dentry/d_alias to hlist 13 years ago
  Miklos Szeredi 203627bbc9 fuse: fix blksize calculation 13 years ago
  Pavel Shilovsky 45c72cd73c fuse: fix stat call on 32 bit platforms 13 years ago
  Anand Avati 4273b793ec fuse: O_DIRECT support for files 13 years ago
  Miklos Szeredi ac45d61357 fuse: fix nlink after unlink 13 years ago
  Linus Torvalds 6733e54b66 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse 13 years ago
  Al Viro 541af6a074 fuse: propagate umode_t 14 years ago
  Al Viro 1a67aafb5f switch ->mknod() to umode_t 14 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
  John Muir 451d0f5999 FUSE: Notifying the kernel of deletion. 13 years ago
  Miklos Szeredi b18da0c56e fuse: support ioctl on directories 13 years ago
  Josef Bacik 02c24a8218 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers 14 years ago
  Al Viro dd7dd556e4 no need to check for LOOKUP_OPEN in ->create() instances 14 years ago
  Al Viro 8a5e929dd2 don't transliterate lower bits of ->intent.open.flags to FMODE_... 14 years ago
  Al Viro 10556cb21a ->permission() sanitizing: don't pass flags to ->permission() 14 years ago
  Al Viro 2830ba7f34 ->permission() sanitizing: don't pass flags to generic_permission() 14 years ago
  Al Viro 178ea73521 kill check_acl callback of generic_permission() 14 years ago
  Sage Weil 526e7ce552 fuse: remove unnecessary dentry_unhash on rmdir, dir rename 14 years ago
  Linus Torvalds 32e51f141f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 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