aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-04-12security: remove dead hook inode_deleteEric Paris
2010-04-12security: remove dead hook sb_post_pivotrootEric Paris
2010-04-12security: remove dead hook sb_post_addmountEric Paris
2010-04-12security: remove dead hook sb_post_remountEric Paris
2010-04-12security: remove dead hook sb_umount_busyEric Paris
2010-04-12security: remove dead hook sb_umount_closeEric Paris
2010-04-12security: remove sb_check_sb hooksEric Paris
2010-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds
2010-03-29Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2010-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-03-29ext3: fix broken handling of EXT3_STATE_NEWLinus Torvalds
2010-03-29[LogFS] Erase new journal segmentsJoern Engel
2010-03-29[LogFS] Move reserved segments with journalJoern Engel
2010-03-29SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGDavid Howells
2010-03-28ceph: fix use after free on mds __unregister_requestSage Weil
2010-03-28[LogFS] Clear PagePrivate when moving journalJoern Engel
2010-03-28Simplify and fix pad_wbufJoern Engel
2010-03-28Prevent data corruption in logfs_rewrite_block()Joern Engel
2010-03-27Use deactivate_locked_superJoern Engel
2010-03-27Fix logfs_get_sb_final error pathJoern Engel
2010-03-27Write out both superblocks on mismatchJoern Engel
2010-03-27Prevent schedule while atomic in __logfs_readdirJoern Engel
2010-03-27Plug memory leak in writeseg_end_ioJoern Engel
2010-03-27Limit max_pages for insane devicesJoern Engel
2010-03-27Open segment file before using itJoern Engel
2010-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds
2010-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-03-26Restore LOOKUP_DIRECTORY hint handling in final lookup on open()Al Viro
2010-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2010-03-24Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2010-03-24fscache: add missing unlockDan Carpenter
2010-03-24do_sync_read/write() should set kiocb.ki_nbytes to be consistentDavid Howells
2010-03-24FDPIC: For-loop in elf_core_vma_data_size() is incorrectDavid Howells
2010-03-24fs/partition/msdos: fix unusable extended partition for > 512B sectorOGAWA Hirofumi
2010-03-24fs/partitions/msdos: add support for large disksDaniel Taylor
2010-03-24kcore: fix test for end of listDan Carpenter
2010-03-24reiserfs: properly honor read-only devicesJeff Mahoney
2010-03-24reiserfs: fix oops while creating privroot with selinux enabledJeff Mahoney
2010-03-24fs/binfmt_aout.c: fix pointer warningsBorislav Petkov
2010-03-23ext4: Fixed inode allocator to correctly track a flex_bg's used_dirsEric Sandeen
2010-03-24ext4: Don't use delayed allocation by default when used instead of ext3Jan Kara
2010-03-24ext4: Fix spelling of CONTIG_FS_EXT3 to CONFIG_FS_EXT3Theodore Ts'o
2010-03-23ocfs2: Fix a race in o2dlm lockres masterySrinivas Eeda
2010-03-23Ocfs2: Handle deletion of reflinked oprhan inodes correctly.Tristan Ye
2010-03-23Ocfs2: Journaling i_flags and i_orphaned_slot when adding inode to orphan dir.Tristan Ye
2010-03-23ocfs2: Clear undo bits when local alloc is freedMark Fasheh
2010-03-24nilfs2: fix imperfect completion wait in nilfs_wait_on_logsRyusuke Konishi
2010-03-24nilfs2: fix hang-up of cleaner after log writer returned with errorRyusuke Konishi
2010-03-23ceph: fix possible double-free of mds request referenceSage Weil
2010-03-23ceph: fix session check on mds replySage Weil