aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2009-12-10ext3: PTR_ERR return of wrong pointer in setup_new_group_blocks()Roel Kluin
2009-12-10ext3: Fix data / filesystem corruption when write fails to copy dataJan Kara
2009-12-10ext4: Support for 64-bit quota formatJan Kara
2009-12-10ext3: Support for vfsv1 quota formatJan Kara
2009-12-10quota: Implement quota format with 64-bit space and inode limitsJan Kara
2009-12-10quota: Move definition of QFMT_OCFS2 to linux/quota.hJan Kara
2009-12-10ext2: fix comment in ext2_find_entry about return valuesJérémy Cochoy
2009-12-10ext3: Unify log messages in ext3Alexey Fisher
2009-12-10ext2: clear uptodate flag on super block I/O errorStephen Hemminger
2009-12-10ext2: Unify log messages in ext2Alexey Fisher
2009-12-10ext3: make "norecovery" an alias for "noload"Eric Sandeen
2009-12-10ext3: Don't update the superblock in ext3_statfs()Eric Sandeen
2009-12-10ext3: journal all modifications in ext3_xattr_set_handleEric Sandeen
2009-12-10quota: Fix WARN_ON in lookup_one_lenJan Kara
2009-12-10const: struct quota_format_opsAlexey Dobriyan
2009-12-10ubifs: remove manual O_SYNC handlingChristoph Hellwig
2009-12-10afs: remove manual O_SYNC handlingChristoph Hellwig
2009-12-10kill wait_on_page_writeback_rangeChristoph Hellwig
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig
2009-12-10zisofs: Implement reading of compressed files when PAGE_CACHE_SIZE > compress...Jan Kara
2009-12-10exofs: Multi-device mirror supportBoaz Harrosh
2009-12-10exofs: Move all operations to an io_engineBoaz Harrosh
2009-12-10exofs: move osd.c to ios.cBoaz Harrosh
2009-12-10exofs: statfs blocks is sectors not FS blocksBoaz Harrosh
2009-12-10exofs: Prints on mount and unmoutBoaz Harrosh
2009-12-10exofs: refactor exofs_i_info initialization into common helperBoaz Harrosh
2009-12-10exofs: dbg-print lessBoaz Harrosh
2009-12-10exofs: More sane debug printBoaz Harrosh
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-09ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)Theodore Ts'o
2009-12-09ext4: Do not override ext2 or ext3 if built they are built as modulesTheodore Ts'o
2009-12-09jbd2: Export jbd2_log_start_commit to fix ext4 buildTheodore Ts'o
2009-12-09Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds
2009-12-08UBIFS: fix return code in check_leafRoel Kluin
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina
2009-12-06ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXTAkira Fujita
2009-12-08ext4: Wait for proper transaction commit on fsyncJan Kara
2009-12-08ext4: fix incorrect block reservation on quota transfer.Dmitry Monakhov
2009-12-08ext4: quota macros cleanupDmitry Monakhov
2009-12-08ext4: ext4_get_reserved_space() must return bytes instead of blocksDmitry Monakhov
2009-12-08ext4: remove blocks from inode prealloc list on failureCurt Wohlgemuth
2009-12-08ext4: wait for log to commit when umountingJosef Bacik
2009-12-08ext4: Avoid data / filesystem corruption when write fails to copy dataJan Kara
2009-12-07ext4: Use ext4 file system driver for ext2/ext3 file system mountsTheodore Ts'o
2009-12-07ext4: Return the PTR_ERR of the correct pointer in setup_new_group_blocks()Roel Kluin
2009-12-05Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-12-05Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller