Commit Graph

455 Commits (175a4eb7ea531cdbf6d574f5d5ba9aa0f5e8ed13)

Author SHA1 Message Date
Al Viro c6e49e3f26 nilfs: 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 2a79f17e4a vfs: mnt_drop_write_file() 13 years ago
Al Viro a561be7100 switch a bunch of places to mnt_want_write_file() 13 years ago
Haogang Chen 481fe17e97 nilfs2: potential integer overflow in nilfs_ioctl_clean_segments() 13 years ago
Thomas Meyer 695c60f21c nilfs2: unbreak compat ioctl 13 years ago
Miklos Szeredi bfe8684869 filesystems: add set_nlink() 13 years ago
Miklos Szeredi 6d6b77f163 filesystems: add missing nlink wrappers 13 years ago
Joe Perches b9075fa968 treewide: use __printf not __attribute__((format(printf,...))) 13 years ago
Josef Bacik 02c24a8218 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers 14 years ago
Christoph Hellwig aacfc19c62 fs: simplify the blockdev_direct_IO prototype 14 years ago
Christoph Hellwig 562c72aa57 fs: move inode_dio_wait calls into ->setattr 14 years ago
Al Viro a9049376ee make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) 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
Al Viro 730e908f35 nilfs2_permission() doesn't need to bail out in RCU mode 14 years ago
Ryusuke Konishi 071d73cfe5 nilfs2: fix problem in setting checkpoint interval 14 years ago
Ryusuke Konishi d40990537c nilfs2: fix missing block address termination in btree node shrinking 14 years ago
Ryusuke Konishi fe744fdb74 nilfs2: fix incorrect block address termination in node concatenation 14 years ago
Sage Weil dfb55de898 nilfs2: remove unnecessary dentry_unhash from rmdir, dir rename 14 years ago
Christoph Hellwig aa38572954 fs: pass exact type of data dirties to ->dirty_inode 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
Ryusuke Konishi 5fc7b14177 nilfs2: use mark_buffer_dirty to mark btnode or meta data dirty 14 years ago
Ryusuke Konishi aa405b1f42 nilfs2: always set back pointer to host inode in mapping->host 14 years ago
Ryusuke Konishi 0ef28f9aec nilfs2: get rid of NILFS_I_NILFS 14 years ago
Ryusuke Konishi 0cc1283881 nilfs2: use list_first_entry 14 years ago
Ryusuke Konishi 293ce0ed8c nilfs2: use empty_aops for gc-inodes 14 years ago
Ryusuke Konishi 4e33f9eab0 nilfs2: implement resize ioctl 14 years ago
Ryusuke Konishi 78eb64c247 nilfs2: add truncation routine of segment usage file 14 years ago
Ryusuke Konishi cfb0a4bfd8 nilfs2: add routine to move secondary super block 14 years ago
Ryusuke Konishi 619205da5b nilfs2: add ioctl which limits range of segment to be allocated 14 years ago
Ryusuke Konishi 56eb553885 nilfs2: zero fill unused portion of super root block 14 years ago
Ryusuke Konishi 6c6de1aa65 nilfs2: super root size should change depending on inode size 14 years ago
Ryusuke Konishi 1cb2d38cb3 nilfs2: get rid of private page allocator 14 years ago
Nicolas Kaiser eaae0f37d8 nilfs2: merge list_del()/list_add_tail() to list_move_tail() 14 years ago
Ryusuke Konishi 349dbc3669 nilfs2: fix infinite loop in nilfs_palloc_freev function 14 years ago
Jens Axboe 7dcda1c96d fs: export empty_aops 14 years ago
Nicolas Kaiser af71dda0b8 nilfs2: fix whitespace coding style issues 14 years ago
Ryusuke Konishi d611b22f1a nilfs2: fix oops due to a bad aops initialization 14 years ago
Ryusuke Konishi 3409453794 nilfs2: fix data loss in mmap page write for hole blocks 14 years ago
Serge E. Hallyn 2e14967075 userns: rename is_owner_or_cap to inode_owner_or_capable 14 years ago
Akinobu Mita a49ebbabb0 nilfs2: use little-endian bitops 14 years ago
Jens Axboe 721a9602e6 block: kill off REQ_UNPLUG 14 years ago
Jens Axboe 7eaceaccab block: remove per-queue plugging 14 years ago
Ryusuke Konishi e3154e9748 nilfs2: get rid of nilfs_sb_info structure 14 years ago