aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-12security: remove dead hook inode_deleteEric Paris1-2/+0
2010-04-12security: remove dead hook sb_post_pivotrootEric Paris1-1/+0
2010-04-12security: remove dead hook sb_post_addmountEric Paris1-2/+0
2010-04-12security: remove dead hook sb_post_remountEric Paris1-2/+0
2010-04-12security: remove dead hook sb_umount_busyEric Paris1-2/+0
2010-04-12security: remove dead hook sb_umount_closeEric Paris1-1/+0
2010-04-12security: remove sb_check_sb hooksEric Paris1-5/+0
2010-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds7-36/+67
2010-03-29Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds11-74/+223
2010-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds12-91/+182
2010-03-29ext3: fix broken handling of EXT3_STATE_NEWLinus Torvalds2-2/+4
2010-03-29[LogFS] Erase new journal segmentsJoern Engel1-0/+2
2010-03-29[LogFS] Move reserved segments with journalJoern Engel1-0/+4
2010-03-29SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGDavid Howells2-5/+5
2010-03-28ceph: fix use after free on mds __unregister_requestSage Weil1-1/+2
2010-03-28[LogFS] Clear PagePrivate when moving journalJoern Engel3-1/+3
2010-03-28Simplify and fix pad_wbufJoern Engel1-22/+30
2010-03-28Prevent data corruption in logfs_rewrite_block()Joern Engel1-1/+12
2010-03-27Use deactivate_locked_superJoern Engel1-2/+1
2010-03-27Fix logfs_get_sb_final error pathJoern Engel1-1/+1
2010-03-27Write out both superblocks on mismatchJoern Engel1-1/+1
2010-03-27Prevent schedule while atomic in __logfs_readdirJoern Engel1-2/+2
2010-03-27Plug memory leak in writeseg_end_ioJoern Engel1-0/+1
2010-03-27Limit max_pages for insane devicesJoern Engel1-2/+6
2010-03-27Open segment file before using itJoern Engel1-4/+4
2010-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2Linus Torvalds2-12/+11
2010-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-8/+10
2010-03-26Restore LOOKUP_DIRECTORY hint handling in final lookup on open()Al Viro1-8/+10
2010-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds3-15/+22
2010-03-24Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2-1/+4
2010-03-24fscache: add missing unlockDan Carpenter1-0/+1
2010-03-24do_sync_read/write() should set kiocb.ki_nbytes to be consistentDavid Howells1-0/+2
2010-03-24FDPIC: For-loop in elf_core_vma_data_size() is incorrectDavid Howells1-1/+1
2010-03-24fs/partition/msdos: fix unusable extended partition for > 512B sectorOGAWA Hirofumi1-3/+10
2010-03-24fs/partitions/msdos: add support for large disksDaniel Taylor1-34/+38
2010-03-24kcore: fix test for end of listDan Carpenter1-1/+1
2010-03-24reiserfs: properly honor read-only devicesJeff Mahoney1-6/+9
2010-03-24reiserfs: fix oops while creating privroot with selinux enabledJeff Mahoney1-1/+1
2010-03-24fs/binfmt_aout.c: fix pointer warningsBorislav Petkov1-6/+8
2010-03-23ext4: Fixed inode allocator to correctly track a flex_bg's used_dirsEric Sandeen1-2/+2
2010-03-24ext4: Don't use delayed allocation by default when used instead of ext3Jan Kara1-9/+16
2010-03-24ext4: Fix spelling of CONTIG_FS_EXT3 to CONFIG_FS_EXT3Theodore Ts'o1-2/+2
2010-03-23ocfs2: Fix a race in o2dlm lockres masterySrinivas Eeda1-3/+1
2010-03-23Ocfs2: Handle deletion of reflinked oprhan inodes correctly.Tristan Ye1-0/+15
2010-03-23Ocfs2: Journaling i_flags and i_orphaned_slot when adding inode to orphan dir.Tristan Ye1-5/+23
2010-03-23ocfs2: Clear undo bits when local alloc is freedMark Fasheh4-46/+95
2010-03-24nilfs2: fix imperfect completion wait in nilfs_wait_on_logsRyusuke Konishi1-4/+4
2010-03-24nilfs2: fix hang-up of cleaner after log writer returned with errorRyusuke Konishi1-2/+1
2010-03-23ceph: fix possible double-free of mds request referenceSage Weil1-1/+3
2010-03-23ceph: fix session check on mds replySage Weil1-1/+1