aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-10ext2: Unify log messages in ext2Alexey Fisher4-80/+101
2009-12-10ext3: make "norecovery" an alias for "noload"Eric Sandeen1-0/+4
2009-12-10ext3: Don't update the superblock in ext3_statfs()Eric Sandeen1-2/+0
2009-12-10ext3: journal all modifications in ext3_xattr_set_handleEric Sandeen1-3/+4
2009-12-10quota: Fix WARN_ON in lookup_one_lenJan Kara1-0/+2
2009-12-10const: struct quota_format_opsAlexey Dobriyan3-3/+3
2009-12-10ubifs: remove manual O_SYNC handlingChristoph Hellwig1-12/+1
2009-12-10afs: remove manual O_SYNC handlingChristoph Hellwig1-9/+0
2009-12-10kill wait_on_page_writeback_rangeChristoph Hellwig2-7/+3
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig11-15/+29
2009-12-10zisofs: Implement reading of compressed files when PAGE_CACHE_SIZE > compress block sizeJan Kara2-250/+286
2009-12-10exofs: Multi-device mirror supportBoaz Harrosh6-28/+361
2009-12-10exofs: Move all operations to an io_engineBoaz Harrosh5-350/+644
2009-12-10exofs: move osd.c to ios.cBoaz Harrosh2-1/+1
2009-12-10exofs: statfs blocks is sectors not FS blocksBoaz Harrosh1-4/+6
2009-12-10exofs: Prints on mount and unmoutBoaz Harrosh1-0/+11
2009-12-10exofs: refactor exofs_i_info initialization into common helperBoaz Harrosh1-2/+8
2009-12-10exofs: dbg-print lessBoaz Harrosh1-5/+7
2009-12-10exofs: More sane debug printBoaz Harrosh1-2/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds37-64/+60
2009-12-09ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)Theodore Ts'o1-2/+2
2009-12-09ext4: Do not override ext2 or ext3 if built they are built as modulesTheodore Ts'o2-3/+3
2009-12-09jbd2: Export jbd2_log_start_commit to fix ext4 buildTheodore Ts'o1-0/+1
2009-12-09Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds16-163/+420
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds12-68/+143
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-749/+4
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds10-136/+60
2009-12-08UBIFS: fix return code in check_leafRoel Kluin1-1/+1
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina37-64/+60
2009-12-06ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXTAkira Fujita2-12/+25
2009-12-08ext4: Wait for proper transaction commit on fsyncJan Kara6-31/+80
2009-12-08ext4: fix incorrect block reservation on quota transfer.Dmitry Monakhov1-1/+1
2009-12-08ext4: quota macros cleanupDmitry Monakhov5-10/+14
2009-12-08ext4: ext4_get_reserved_space() must return bytes instead of blocksDmitry Monakhov1-1/+1
2009-12-08ext4: remove blocks from inode prealloc list on failureCurt Wohlgemuth1-0/+19
2009-12-08ext4: wait for log to commit when umountingJosef Bacik1-4/+6
2009-12-08ext4: Avoid data / filesystem corruption when write fails to copy dataJan Kara1-5/+15
2009-12-07ext4: Use ext4 file system driver for ext2/ext3 file system mountsTheodore Ts'o2-0/+68
2009-12-07ext4: Return the PTR_ERR of the correct pointer in setup_new_group_blocks()Roel Kluin1-1/+1
2009-12-05Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-14/+28
2009-12-05Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller31-537/+991
2009-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds26-504/+961
2009-12-04tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder2-2/+2
2009-12-04reiserfs: fix misspelling of "journaled"Adam Buchbinder1-1/+1
2009-12-04inotify: remove superfluous return code checkGiuseppe Scrivano1-4/+0
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa26-31/+31
2009-12-04fs/debugfs/inode.c: fix comment typosAlberto Bertogli1-3/+3
2009-12-04tree-wide: fix typos "offest" -> "offset"Uwe Kleine-König3-3/+3
2009-12-03writeback: remove unused nonblocking and congestion checksWu Fengguang2-17/+1
2009-12-03writeback: introduce wbc.for_backgroundWu Fengguang2-1/+2