Commit Graph

535 Commits (109e941843893cb1b4f7bed24c615ba84ce00ff5)

Author SHA1 Message Date
Al Viro 765fd6b23d kill reiserfs_fs_{i,sb}.h 13 years ago
Al Viro f466c6fdb3 move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.h 13 years ago
Al Viro a8a4b79b53 kill pointless includes of reiserfs_fs_{i,sb}.h 13 years ago
Al Viro a3063ab88f move reiserfs_acl.h to fs/reiserfs/acl.h 13 years ago
Al Viro c45ac8887e take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.h 13 years ago
Al Viro 48fde701af switch open-coded instances of d_make_root() to new helper 13 years ago
Cong Wang 883da600b0 reiserfs: remove the second argument of k[un]map_atomic() 13 years ago
Masanari Iida 8112b9830a reiserfs: fix printk typo in lbalance.c 13 years ago
Frederic Weisbecker 9b467e6ebe reiserfs: don't lock root inode searching 13 years ago
Frederic Weisbecker 37c69b98d0 reiserfs: don't lock journal_init() 13 years ago
Frederic Weisbecker f32485be83 reiserfs: delay reiserfs lock until journal initialization 13 years ago
Davidlohr Bueso b18c1c6e0c reiserfs: delete comments referring to the BKL 13 years ago
Jeff Mahoney a9e36da655 reiserfs: Force inode evictions before umount to avoid crash 13 years ago
Jan Kara a06d789b42 reiserfs: Fix quota mount option parsing 13 years ago
Jan Kara c3aa077648 reiserfs: Properly display mount options in /proc/mounts 13 years ago
Al Viro d8c9584ea2 vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb 13 years ago
Al Viro 8e0718924e reiserfs: 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
Miklos Szeredi bfe8684869 filesystems: add set_nlink() 13 years ago
Miklos Szeredi 6d6b77f163 filesystems: add missing nlink wrappers 13 years ago
Joe Perches 558feb0818 fs: Convert vmalloc/memset to vzalloc 14 years ago
Al Viro d6952123b5 switch posix_acl_equiv_mode() to umode_t * 14 years ago
Al Viro d3fb612076 switch posix_acl_create() to umode_t * 14 years ago
Akinobu Mita 9d6bf5aa17 reiserfs: use hweight_long() 14 years ago
Akinobu Mita 0c2fd1bfb1 reiserfs: use proper little-endian bitops 14 years ago
Christoph Hellwig 4e34e719e4 fs: take the ACL checks to common code 14 years ago
Al Viro 826cae2f2b kill boilerplates around posix_acl_create_masq() 14 years ago
Al Viro bc26ab5f65 kill boilerplate around posix_acl_chmod_masq() 14 years ago
Christoph Hellwig 4482a087d4 reiserfs: cache negative ACLs for v1 stat format 14 years ago
Josef Bacik 02c24a8218 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers 14 years ago
Christoph Hellwig b4d5b10fb2 reiserfs: make reiserfs default to barrier=flush 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
Christoph Hellwig bd5fe6c5eb fs: kill i_alloc_sem 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 7e40145eb1 ->permission() sanitizing: don't pass flags to ->check_acl() 14 years ago
Al Viro 9c2c703929 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() 14 years ago
Al Viro 178ea73521 kill check_acl callback of generic_permission() 14 years ago
Mimi Zohar 9d8f13ba3f security: new security_inode_init_security API adds function callback 14 years ago
Justin TerAvest 4aede84b33 fixlet: Remove fs_excl from struct task. 14 years ago
Al Viro 1d29b5a2ed reiserfs_permission() doesn't need to bail out in RCU mode 14 years ago
Sage Weil cc350c2764 reiserfs: 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