summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-03-09nilfs2: move mount options to nilfs objectRyusuke Konishi5-49/+54
2011-03-08nilfs2: record used amount of each checkpoint in checkpoint listRyusuke Konishi6-19/+25
2011-03-08nilfs2: optimize rec_len functionsRyusuke Konishi1-0/+1
2011-03-08nilfs2: append blocksize info to warnings during loading super blocksRyusuke Konishi1-4/+7
2011-03-08nilfs2: add compat ioctlRyusuke Konishi4-2/+24
2011-03-08nilfs2: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSIONRyusuke Konishi1-0/+70
2011-03-08nilfs2: tighten restrictions on inode flagsRyusuke Konishi2-5/+19
2011-03-08nilfs2: mark S_NOATIME on inodes only if NOATIME attribute is setRyusuke Konishi1-2/+0
2011-03-08nilfs2: use common file attribute macrosRyusuke Konishi2-10/+7
2011-03-08nilfs2: add free entries count only if clear bit operation succeededRyusuke Konishi1-5/+7
2011-03-08nilfs2: decrement inodes count only if raw inode was successfully deletedRyusuke Konishi1-2/+4
2011-03-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds3-27/+4
2011-03-05nfs4: Ensure that ACL pages sent over NFS were not allocated from the slab (v3)Neil Horman1-2/+42
2011-03-04ceph: no .snap inside of snapped namespaceSage Weil1-0/+1
2011-03-04Merge branch 'i_nlink' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/...Linus Torvalds8-76/+28
2011-03-03Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-3/+8
2011-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds1-1/+2
2011-03-03ceph: do not clear I_COMPLETE from d_releaseSage Weil1-21/+1
2011-03-03ceph: do not set I_COMPLETESage Weil2-2/+2
2011-03-03Revert "ceph: keep reference to parent inode on ceph_dentry"Sage Weil2-5/+1
2011-03-03hfs: fix rename() over non-empty directoryAl Viro1-37/+13
2011-03-03udf: fix i_nlink limitAl Viro1-6/+5
2011-03-03fix reiserfs mkdir() breakageAl Viro1-1/+1
2011-03-03exofs: i_nlink races in rename()Al Viro1-6/+2
2011-03-03nilfs2: i_nlink races in rename()Al Viro1-7/+1
2011-03-03minix: i_nlink races in rename()Al Viro1-6/+2
2011-03-03ufs: i_nlink races in rename()Al Viro1-7/+2
2011-03-03sysv: i_nlink races in rename()Al Viro1-6/+2
2011-03-03Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2011-03-02of/flattree: Drop an uninteresting message to pr_debug levelPaul Bolle1-1/+1
2011-03-02ext2: Fix link count corruption under heavy link+rename loadJosh Hunt1-7/+2
2011-03-02xfs: zero proper structure size for geometry callsAlex Elder1-3/+8
2011-03-02nilfs2: fix regression that i-flag is not set on changeless checkpointsRyusuke Konishi1-1/+2
2011-03-01fs/block_dev.c: fix new kernel-doc warningRandy Dunlap1-0/+1
2011-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds3-10/+55
2011-03-01Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-13/+28
2011-02-26aio: fix race between io_destroy() and io_submit()Jan Kara1-0/+17
2011-02-26aio: fix rcu ioctx lookupNick Piggin1-11/+24
2011-02-26ldm: corrupted partition table can cause kernel oopsTimo Warns1-0/+5
2011-02-26epoll: prevent creating circular epoll structuresDavide Libenzi1-0/+95
2011-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds10-57/+282
2011-02-25Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds3-8/+15
2011-02-25afs: Fix oops in afs_unlink_writebackAnton Blanchard1-0/+1
2011-02-25fuse: fix truncate after openMiklos Szeredi1-2/+5
2011-02-25fuse: fix hang of single threaded fuseblk filesystemMiklos Szeredi2-8/+50
2011-02-24block: bd_link_disk_holder() should hold on to holder_dirTejun Heo1-0/+6
2011-02-24Unlock vfsmount_lock in do_umountJ. R. Okajima1-1/+1
2011-02-24Fix over-zealous flush_disk when changing device size.NeilBrown3-8/+15
2011-02-24mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi8-38/+19
2011-02-24Btrfs: fix fiemap bugs with delallocChris Mason3-42/+224