- e8bebe2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
- 48c1e44 switch ecryptfs_write() to struct inode *, kill on-stack fake files by Al Viro · 15 years ago
- 02bd979 switch ecryptfs_get_locked_page() to struct inode * by Al Viro · 15 years ago
- bef5bc2 simplify access to ecryptfs inodes in ->readpage() and friends by Al Viro · 15 years ago
- f6d335c AFS: Don't put struct file on the stack by Al Viro · 15 years ago
- 4403158 Ban ecryptfs over ecryptfs by Al Viro · 15 years ago
- ab9a79b logfs: replace inode uid,gid,mode initialization with helper function by Al Viro · 15 years ago
- be8ded5 ufs: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 15 years ago
- a6c5a03 udf: replace inode uid,gid,mode init with helper by Dmitry Monakhov · 15 years ago
- abf5d08 ubifs: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 15 years ago
- 85640bd sysv: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 15 years ago
- 04b7ed0 reiserfs: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 15 years ago
- 454abaf ramfs: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 15 years ago
- 6a9e652 omfs: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 15 years ago
- e6ecdc7 bfs: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 15 years ago
- 75fe0a2 ocfs2: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 15 years ago
- 73459dc nilfs2: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 15 years ago
- 9eed1fb minix: replace inode uid,gid,mode init with helper by Dmitry Monakhov · 15 years ago
- b10b852 ext4: replace inode uid,gid,mode init with helper by Dmitry Monakhov · 15 years ago
- aab99c2 ext3: replace inode uid,gid,mode init with helper by Dmitry Monakhov · 15 years ago
- ffba102 ext2: replace inode uid,gid,mode init with helper by Dmitry Monakhov · 15 years ago
- e00117f exofs: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 15 years ago
- ecc11fab btrfs: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 15 years ago
- 319b2be jfs: replace inode uid,gid,mode init with helper by Dmitry Monakhov · 15 years ago
- 217f206 9p: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 15 years ago
- a1bd120 vfs: Add inode uid,gid,mode init helper by Dmitry Monakhov · 15 years ago
- 52957fe fs-writeback.c: bitfields should be unsigned by H Hartley Sweeten · 15 years ago
- 9a22968 namei.c : update mnt when it needed by Huang Shijie · 15 years ago
- 51ee049 vfs: add lockdep annotation to s_vfs_rename_key for ecryptfs by Roland Dreier · 15 years ago
- cc91062 fs/partitions: use ADDPART_FLAG_RAID instead of magic number by Cesar Eduardo Barros · 15 years ago
- 8018ab0 sanitize vfs_fsync calling conventions by Christoph Hellwig · 15 years ago
- e970a57 nfsd: open a file descriptor for fsync in nfs4 recovery by Christoph Hellwig · 15 years ago
- 2e147f1 fs: inode.c use atomic_inc_return in __iget by Richard Kennedy · 15 years ago
- a7cf414 anon_inode: set S_IFREG on the anon_inode by Eric Paris · 15 years ago
- b7bb0a1 gfs: constify xattr_handler by Stephen Hemminger · 15 years ago
- 537d81c ocfs: constify xattr_handler by Stephen Hemminger · 15 years ago
- 365f0cb jffs2: constify xattr_handler by Stephen Hemminger · 15 years ago
- 46e5876 xfs: constify xattr_handler by Stephen Hemminger · 15 years ago
- 94d09a9 reiserfs: constify xattr_handler by Stephen Hemminger · 15 years ago
- 11e2752 ext4: constify xattr_handler by Stephen Hemminger · 15 years ago
- d1f2104 ext3: constify xattr handlers by Stephen Hemminger · 15 years ago
- 749c72ef ext2: constify xattr_handler by Stephen Hemminger · 15 years ago
- f01cbd3 btrfs: constify xattr_handler by Stephen Hemminger · 15 years ago
- bb43545 fs: xattr_handler table should be const by Stephen Hemminger · 15 years ago
- 18e9e51 Introduce freeze_super and thaw_super for the fsfreeze ioctl by Josef Bacik · 15 years ago
- e1e46bf Trim includes in fs/super.c by Al Viro · 15 years ago
- d3f2147 Move grabbing s_umount to callers of grab_super() by Al Viro · 15 years ago
- 7ed1ee6 Take statfs variants to fs/statfs.c by Al Viro · 15 years ago
- 01a05b3 new helper: iterate_supers() by Al Viro · 15 years ago
- 35cf7ba Bury __put_super_and_need_restart() by Al Viro · 15 years ago
- 79893c1 fix prune_dcache()/umount() race by Al Viro · 15 years ago
- df40c01 In get_super() and user_get_super() restarts are unconditional by Al Viro · 15 years ago
- 1494583 fix get_active_super()/umount() race by Al Viro · 15 years ago
- e7fe058 fix do_emergency_remount()/umount() races by Al Viro · 15 years ago
- 6754af6 Convert simple loops over superblocks to list_for_each_entry_safe by Al Viro · 15 years ago
- 8edd64b get rid of restarts in sync_filesystems() by Al Viro · 15 years ago
- 551de6f Leave superblocks on s_list until the end by Al Viro · 15 years ago
- 1712ac8 Saner locking around deactivate_super() by Al Viro · 15 years ago
- b20bd1a get rid of S_BIAS by Al Viro · 15 years ago
- 389b8be get rid of open-coded grab_super() in get_active_super() by Al Viro · 15 years ago
- 3981f2e ceph: should use deactivate_locked_super() on failure exits by Al Viro · 15 years ago
- 2ccde7c Clean ecryptfs ->get_sb() up by Al Viro · 15 years ago
- decabd6 fix a couple of ecryptfs leaks by Al Viro · 15 years ago
- 8946807 Simplify devpts_get_sb() failure exits by Al Viro · 15 years ago
- a135aa2 remove incorrect comment in do_emergency_remount by Christoph Hellwig · 15 years ago
- 13e3c5e clean DCACHE_CANT_MOUNT in d_delete() by Al Viro · 15 years ago
- ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 15 years ago
- b492e95 pipe: set lower and upper limit on max pages in the pipe page array by Jens Axboe · 15 years ago
- 35f3d14 pipe: add support for shrinking and growing pipes by Jens Axboe · 15 years ago
- d515e86 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6 by Linus Torvalds · 15 years ago
- c2c4986 writeback: fix problem with !CONFIG_BLOCK compilation by Jens Axboe · 15 years ago
- b403a98 block: improve automatic native capacity unlocking by Tejun Heo · 15 years ago
- 1493bf2 block: use struct parsed_partitions *state universally in partition check code by Tejun Heo · 15 years ago
- c3e33e0 block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity() by Tejun Heo · 15 years ago
- 56bca01 block: restart partition scan after resizing a device by Tejun Heo · 15 years ago
- fa4b907 buffer: make invalidate_bdev() drain all percpu LRU add caches by Tejun Heo · 15 years ago
- f9eadbb writeback: bdi_writeback_task() must set task state before calling schedule() by Jens Axboe · 15 years ago
- 7c8a355 writeback: ensure that WB_SYNC_NONE writeback with sb pinned is sync by Jens Axboe · 15 years ago
- 7ce1418 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 15 years ago
- 1907131 dquot: Detect partial write error to quota file in write_blk() and add printk_ratelimit for quota error messages by Jiaying Zhang · 15 years ago
- c06bcbf ocfs2: Fix lock inversion in quotas during umount by Jan Kara · 15 years ago
- 52a9ee2 ocfs2: Use __dquot_transfer to avoid lock inversion by Jan Kara · 15 years ago
- 741e128 ocfs2: Fix NULL pointer deref when writing local dquot by Jan Kara · 15 years ago
- 832d09c ocfs2: Fix estimate of credits needed for quota allocation by Jan Kara · 15 years ago
- fb8dd8d ocfs2: Fix quota locking by Jan Kara · 15 years ago
- ae4f6ef ocfs2: Avoid unnecessary block mapping when refreshing quota info by Jan Kara · 15 years ago
- f64dd44 ocfs2: Do not map blocks from local quota file on each write by Jan Kara · 15 years ago
- bc8e5f0 quota: Refactor dquot_transfer code so that OCFS2 can pass in its references by Jan Kara · 15 years ago
- 1275562 quota: unify quota init condition in setattr by Dmitry Monakhov · 15 years ago
- fcbc59f quota: remove sb_has_quota_active in get/set_info by Christoph Hellwig · 15 years ago
- c472b43 quota: unify ->set_dqblk by Christoph Hellwig · 15 years ago
- b9b2dd3 quota: unify ->get_dqblk by Christoph Hellwig · 15 years ago
- 0636c73 ext3: make barrier options consistent with ext4 by Eric Sandeen · 15 years ago
- dde9588 quota: Make quota stat accounting lockless. by Dmitry Monakhov · 15 years ago
- da8d1ba suppress warning: "quotatypes" defined but not used by Sergey Senozhatsky · 15 years ago
- 5277970 ext3: Fix waiting on transaction during fsync by Jan Kara · 15 years ago
- 03f4d80 jbd: Provide function to check whether transaction will issue data barrier by Jan Kara · 15 years ago
- 311b9549 ufs: add ufs speciffic ->setattr call by Dmitry Monakhov · 15 years ago
- e0a5cba BKL: Remove BKL from ext2 filesystem by Jan Blunck · 15 years ago
- c15271f ext2: Add ext2_sb_info s_lock spinlock by Jan Blunck · 15 years ago