Age | Commit message (Expand) | Author | Files | Lines |
2010-05-21 | omfs: replace inode uid,gid,mode initialization with helper function | Dmitry Monakhov | 1 | -3/+1 |
2010-05-21 | bfs: replace inode uid,gid,mode initialization with helper function | Dmitry Monakhov | 1 | -3/+1 |
2010-05-21 | ocfs2: replace inode uid,gid,mode initialization with helper function | Dmitry Monakhov | 1 | -8/+1 |
2010-05-21 | nilfs2: replace inode uid,gid,mode initialization with helper function | Dmitry Monakhov | 1 | -10/+1 |
2010-05-21 | minix: replace inode uid,gid,mode init with helper | Dmitry Monakhov | 3 | -12/+6 |
2010-05-21 | ext4: replace inode uid,gid,mode init with helper | Dmitry Monakhov | 1 | -8/+4 |
2010-05-21 | ext3: replace inode uid,gid,mode init with helper | Dmitry Monakhov | 1 | -8/+5 |
2010-05-21 | ext2: replace inode uid,gid,mode init with helper | Dmitry Monakhov | 1 | -8/+4 |
2010-05-21 | exofs: replace inode uid,gid,mode initialization with helper function | Dmitry Monakhov | 1 | -10/+1 |
2010-05-21 | btrfs: replace inode uid,gid,mode initialization with helper function | Dmitry Monakhov | 1 | -10/+1 |
2010-05-21 | jfs: replace inode uid,gid,mode init with helper | Dmitry Monakhov | 1 | -10/+2 |
2010-05-21 | 9p: replace inode uid,gid,mode initialization with helper function | Dmitry Monakhov | 1 | -3/+1 |
2010-05-21 | vfs: Add inode uid,gid,mode init helper | Dmitry Monakhov | 2 | -1/+22 |
2010-05-21 | fs-writeback.c: bitfields should be unsigned | H Hartley Sweeten | 1 | -3/+3 |
2010-05-21 | namei.c : update mnt when it needed | Huang Shijie | 1 | -2/+3 |
2010-05-21 | vfs: add lockdep annotation to s_vfs_rename_key for ecryptfs | Roland Dreier | 2 | -0/+2 |
2010-05-21 | fs/partitions: use ADDPART_FLAG_RAID instead of magic number | Cesar Eduardo Barros | 3 | -3/+3 |
2010-05-21 | sanitize vfs_fsync calling conventions | Christoph Hellwig | 11 | -54/+24 |
2010-05-21 | nfsd: open a file descriptor for fsync in nfs4 recovery | Christoph Hellwig | 1 | -45/+42 |
2010-05-21 | fs: inode.c use atomic_inc_return in __iget | Richard Kennedy | 1 | -4/+2 |
2010-05-21 | anon_inode: set S_IFREG on the anon_inode | Eric Paris | 1 | -1/+1 |
2010-05-21 | gfs: constify xattr_handler | Stephen Hemminger | 4 | -6/+6 |
2010-05-21 | ocfs: constify xattr_handler | Stephen Hemminger | 3 | -14/+14 |
2010-05-21 | jffs2: constify xattr_handler | Stephen Hemminger | 7 | -15/+15 |
2010-05-21 | xfs: constify xattr_handler | Stephen Hemminger | 4 | -9/+9 |
2010-05-21 | reiserfs: constify xattr_handler | Stephen Hemminger | 7 | -18/+18 |
2010-05-21 | ext4: constify xattr_handler | Stephen Hemminger | 6 | -16/+16 |
2010-05-21 | ext3: constify xattr handlers | Stephen Hemminger | 6 | -16/+16 |
2010-05-21 | ext2: constify xattr_handler | Stephen Hemminger | 6 | -16/+16 |
2010-05-21 | btrfs: constify xattr_handler | Stephen Hemminger | 3 | -6/+6 |
2010-05-21 | fs: xattr_handler table should be const | Stephen Hemminger | 6 | -15/+15 |
2010-05-21 | Introduce freeze_super and thaw_super for the fsfreeze ioctl | Josef Bacik | 4 | -71/+110 |
2010-05-21 | Trim includes in fs/super.c | Al Viro | 1 | -7/+0 |
2010-05-21 | Move grabbing s_umount to callers of grab_super() | Al Viro | 2 | -2/+3 |
2010-05-21 | Take statfs variants to fs/statfs.c | Al Viro | 4 | -192/+197 |
2010-05-21 | switch selinux delayed superblock handling to iterate_supers() | Al Viro | 2 | -48/+8 |
2010-05-21 | new helper: iterate_supers() | Al Viro | 6 | -82/+56 |
2010-05-21 | Bury __put_super_and_need_restart() | Al Viro | 5 | -31/+6 |
2010-05-21 | fix prune_dcache()/umount() race | Al Viro | 1 | -11/+6 |
2010-05-21 | In get_super() and user_get_super() restarts are unconditional | Al Viro | 1 | -8/+10 |
2010-05-21 | fix get_active_super()/umount() race | Al Viro | 1 | -7/+7 |
2010-05-21 | fix do_emergency_remount()/umount() races | Al Viro | 1 | -3/+3 |
2010-05-21 | Convert simple loops over superblocks to list_for_each_entry_safe | Al Viro | 4 | -20/+11 |
2010-05-21 | get rid of restarts in sync_filesystems() | Al Viro | 3 | -27/+5 |
2010-05-21 | Leave superblocks on s_list until the end | Al Viro | 6 | -4/+25 |
2010-05-21 | Saner locking around deactivate_super() | Al Viro | 2 | -91/+30 |
2010-05-21 | get rid of S_BIAS | Al Viro | 3 | -37/+24 |
2010-05-21 | get rid of open-coded grab_super() in get_active_super() | Al Viro | 1 | -16/+3 |
2010-05-21 | sb_entry() has been killed a couple of years ago and resurrected on mismerge | Al Viro | 1 | -1/+0 |
2010-05-21 | ceph: should use deactivate_locked_super() on failure exits | Al Viro | 1 | -2/+1 |