Commit Graph

431 Commits (1b4f59e356cc94929305bd107b7f38eec62715ad)

Author SHA1 Message Date
Konstantin Khlebnikov 0b173bc4da mm: kill vma flag VM_CAN_NONLINEAR 12 years ago
Kirill A. Shutemov 8c0a853770 fs: push rcu_barrier() from deactivate_locked_super() to filesystems 12 years ago
Al Viro cb0942b812 make get_file() return its argument 13 years ago
Miklos Szeredi c9e67d4837 fuse: fix retrieve length 13 years ago
Daniel Mack 381bf7cad9 fuse: mark variables uninitialized 13 years ago
Miklos Szeredi 8d39d801d6 cuse: kill connection on initialization error 13 years ago
Miklos Szeredi bbd9979797 cuse: fix fuse_conn_kill() 13 years ago
Miklos Szeredi af109bca94 fuse: check create mode in atomic open 13 years ago
Zach Brown fb6ccff667 fuse: verify all ioctl retry iov elements 13 years ago
Jan Kara 58ef6a75c3 fuse: Convert to new freezing mechanism 13 years ago
Miklos Szeredi 69fe05c90e fuse: add missing INIT flags 13 years ago
Brian Foster a8894274a3 fuse: update attributes on aio_read 13 years ago
Brian Foster eed2179efe fuse: invalidate inode mapping if mtime changes 13 years ago
Brian Foster 72d0d248ca fuse: add FUSE_AUTO_INVAL_DATA init flag 13 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 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
Josef Bacik c3b2da3148 fs: introduce inode operation ->update_time 13 years ago
Al Viro b0b0382bb4 ->encode_fh() API change 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
Jan Kara dbd5768f87 vfs: Rename end_writeback() to clear_inode() 13 years ago
Miklos Szeredi 519c6040ce fuse: optimize fallocate on permanent failure 13 years ago
Anatol Pomozov 05ba1f0823 fuse: add FALLOCATE operation 13 years ago
Peter Huewe e2690695ce fuse: Convert to kstrtoul_from_user 13 years ago
Miklos Szeredi 0a2da9b2ef fuse: allow nanosecond granularity 13 years ago
Al Viro 48fde701af switch open-coded instances of d_make_root() to new helper 13 years ago
Cong Wang 2408f6ef6b fuse: remove the second argument of k[un]map_atomic() 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
Al Viro 34c80b1d93 vfs: switch ->show_options() to struct dentry * 13 years ago
Al Viro 541af6a074 fuse: propagate umode_t 13 years ago
Al Viro 1a67aafb5f switch ->mknod() to umode_t 13 years ago
Al Viro 4acdaf27eb switch ->create() to umode_t 13 years ago
Al Viro 18bb1db3e7 switch vfs_mkdir() and ->mkdir() to umode_t 13 years ago
Al Viro 6b520e0565 vfs: fix the stupidity with i_dentry in inode destructors 13 years ago
Al Viro 988f032567 fuse: register_filesystem() called too early 13 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
Thomas Meyer c411cc88d8 fuse: Use kcalloc instead of kzalloc to allocate array 13 years ago
Miklos Szeredi c07c3d1934 fuse: llseek optimize SEEK_CUR and SEEK_SET 13 years ago
Miklos Szeredi 73104b6e37 fuse: llseek fix race 13 years ago
Roel Kluin b48c6af208 fuse: fix llseek bug 13 years ago
Miklos Szeredi 48706d0a91 fuse: fix fuse_retrieve 13 years ago