aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-03-09nilfs2: use sb instance instead of nilfs_sb_info structGravatar Ryusuke Konishi 7-145/+129
2011-03-09nilfs2: get rid of sc_sbi back pointerGravatar Ryusuke Konishi 2-19/+12
2011-03-09nilfs2: move log writer onto nilfs objectGravatar Ryusuke Konishi 3-39/+34
2011-03-09nilfs2: move next generation counter into nilfs objectGravatar Ryusuke Konishi 5-19/+15
2011-03-09nilfs2: move s_inode_lock and s_dirty_files into nilfs objectGravatar Ryusuke Konishi 6-61/+63
2011-03-09nilfs2: move parameters on nilfs_sb_info into nilfs objectGravatar Ryusuke Konishi 4-16/+19
2011-03-09nilfs2: move mount options to nilfs objectGravatar Ryusuke Konishi 5-49/+54
2011-03-08nilfs2: record used amount of each checkpoint in checkpoint listGravatar Ryusuke Konishi 6-19/+25
2011-03-08nilfs2: optimize rec_len functionsGravatar Ryusuke Konishi 1-0/+1
2011-03-08nilfs2: append blocksize info to warnings during loading super blocksGravatar Ryusuke Konishi 1-4/+7
2011-03-08nilfs2: add compat ioctlGravatar Ryusuke Konishi 4-2/+24
2011-03-08nilfs2: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSIONGravatar Ryusuke Konishi 1-0/+70
2011-03-08nilfs2: tighten restrictions on inode flagsGravatar Ryusuke Konishi 2-5/+19
2011-03-08nilfs2: mark S_NOATIME on inodes only if NOATIME attribute is setGravatar Ryusuke Konishi 1-2/+0
2011-03-08nilfs2: use common file attribute macrosGravatar Ryusuke Konishi 2-10/+7
2011-03-08nilfs2: add free entries count only if clear bit operation succeededGravatar Ryusuke Konishi 1-5/+7
2011-03-08nilfs2: decrement inodes count only if raw inode was successfully deletedGravatar Ryusuke Konishi 1-2/+4
2011-03-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 3-27/+4
2011-03-04nfs4: Ensure that ACL pages sent over NFS were not allocated from the slab (v3)Gravatar Neil Horman 1-2/+42
2011-03-04ceph: no .snap inside of snapped namespaceGravatar Sage Weil 1-0/+1
2011-03-03Merge branch 'i_nlink' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/...Gravatar Linus Torvalds 8-76/+28
2011-03-03Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 1-3/+8
2011-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Gravatar Linus Torvalds 1-1/+2
2011-03-03ceph: do not clear I_COMPLETE from d_releaseGravatar Sage Weil 1-21/+1
2011-03-03ceph: do not set I_COMPLETEGravatar Sage Weil 2-2/+2
2011-03-03Revert "ceph: keep reference to parent inode on ceph_dentry"Gravatar Sage Weil 2-5/+1
2011-03-03hfs: fix rename() over non-empty directoryGravatar Al Viro 1-37/+13
2011-03-03udf: fix i_nlink limitGravatar Al Viro 1-6/+5
2011-03-03fix reiserfs mkdir() breakageGravatar Al Viro 1-1/+1
2011-03-03exofs: i_nlink races in rename()Gravatar Al Viro 1-6/+2
2011-03-03nilfs2: i_nlink races in rename()Gravatar Al Viro 1-7/+1
2011-03-03minix: i_nlink races in rename()Gravatar Al Viro 1-6/+2
2011-03-03ufs: i_nlink races in rename()Gravatar Al Viro 1-7/+2
2011-03-03sysv: i_nlink races in rename()Gravatar Al Viro 1-6/+2
2011-03-02Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-1/+1
2011-03-02of/flattree: Drop an uninteresting message to pr_debug levelGravatar Paul Bolle 1-1/+1
2011-03-02ext2: Fix link count corruption under heavy link+rename loadGravatar Josh Hunt 1-7/+2
2011-03-01xfs: zero proper structure size for geometry callsGravatar Alex Elder 1-3/+8
2011-03-02nilfs2: fix regression that i-flag is not set on changeless checkpointsGravatar Ryusuke Konishi 1-1/+2
2011-02-28fs/block_dev.c: fix new kernel-doc warningGravatar Randy Dunlap 1-0/+1
2011-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 3-10/+55
2011-02-28Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-13/+28
2011-02-25aio: fix race between io_destroy() and io_submit()Gravatar Jan Kara 1-0/+17
2011-02-25aio: fix rcu ioctx lookupGravatar Nick Piggin 1-11/+24
2011-02-25ldm: corrupted partition table can cause kernel oopsGravatar Timo Warns 1-0/+5
2011-02-25epoll: prevent creating circular epoll structuresGravatar Davide Libenzi 1-0/+95
2011-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 10-57/+282
2011-02-25Merge branch 'for-linus' of git://neil.brown.name/mdGravatar Linus Torvalds 3-8/+15
2011-02-25afs: Fix oops in afs_unlink_writebackGravatar Anton Blanchard 1-0/+1
2011-02-25fuse: fix truncate after openGravatar Miklos Szeredi 1-2/+5