Commit Graph

569 Commits (127e5f5ae51eff44c9bff673f24e8587caa4e29f)

Author SHA1 Message Date
Namjae Jeon 94e07a7590 fs: encode_fh: return FILEID_INVALID if invalid fid_type 12 years ago
Al Viro 496ad9aa8e new helper: file_inode(file) 12 years ago
Marco Stornelli cfac4b47c6 reiserfs: drop vmtruncate 12 years ago
Jan Kara 7af1168693 reiserfs: Move quota calls out of write lock 12 years ago
Jan Kara 361d94a338 reiserfs: Protect reiserfs_quota_write() with write lock 12 years ago
Jan Kara b9e06ef2e8 reiserfs: Protect reiserfs_quota_on() with write lock 12 years ago
Jan Kara 3bb3e1fc47 reiserfs: Fix lock ordering during remount 12 years ago
Hugh Dickins 35c2a7f490 tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking 13 years ago
Kirill A. Shutemov 8c0a853770 fs: push rcu_barrier() from deactivate_locked_super() to filesystems 13 years ago
Eric W. Biederman df814654f3 userns: Convert reiserfs to use kuid and kgid where appropriate 13 years ago
Eric W. Biederman 5f3a4a28ec userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr 13 years ago
Sachin Kamat da02eb72f1 reiserfs: Make reiserfs_xattr_handlers static 13 years ago
Jeff Mahoney 48d1788493 reiserfs: fix deadlocks with quotas 13 years ago
Al Viro 8fc37ec54c don't expose I_NEW inodes via dentry->d_inode 13 years ago
Jan Kara a117782571 quota: Move quota syncing to ->sync_fs method 13 years ago
David Howells 9249e17fe0 VFS: Pass mount flags to sget() 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
Artem Bityutskiy 033369d1af reiserfs: get rid of resierfs_sync_super 13 years ago
Artem Bityutskiy 5c5fd81962 reiserfs: mark the superblock as dirty a bit later 13 years ago
Artem Bityutskiy 717f03c4d7 reiserfs: remove useless superblock dirtying 13 years ago
Artem Bityutskiy 25729b0e94 reiserfs: clean-up function return type 13 years ago
Artem Bityutskiy efaa33eb13 reiserfs: cleanup reiserfs_fill_super a bit 13 years ago
Al Viro b0b0382bb4 ->encode_fh() API change 13 years ago
Jan Kara 67f1648d21 reiserfs: Remove i_mutex use from reiserfs_quota_write() 13 years ago
Jan Kara dbd5768f87 vfs: Rename end_writeback() to clear_inode() 13 years ago
David Howells 9ffc93f203 Remove all #inclusions of asm/system.h 13 years ago
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