summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-03-03ufs: i_nlink races in rename()Al Viro
2011-03-03sysv: i_nlink races in rename()Al Viro
2011-03-02Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-03-02ufs: remove the BKLArnd Bergmann
2011-03-02hpfs: remove the BKLArnd Bergmann
2011-03-02of/flattree: Drop an uninteresting message to pr_debug levelPaul Bolle
2011-03-02ext2: Fix link count corruption under heavy link+rename loadJosh Hunt
2011-03-01xfs: zero proper structure size for geometry callsAlex Elder
2011-03-02xfs: introduce new logging API.Dave Chinner
2011-03-01xfs: zero proper structure size for geometry callsAlex Elder
2011-03-02nilfs2: fix regression that i-flag is not set on changeless checkpointsRyusuke Konishi
2011-03-02adfs: remove the big kernel lockArnd Bergmann
2011-03-01Remove one to many n's in a wordJustin P. Mattock
2011-02-28fs/block_dev.c: fix new kernel-doc warningRandy Dunlap
2011-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2011-02-28Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2011-02-28jbd: Remove one to many n's in a word.Justin P. Mattock
2011-02-28ext3: skip orphan cleanup on rocompat fsAmir Goldstein
2011-02-28ext2: Fix link count corruption under heavy link+rename loadJosh Hunt
2011-02-28Squashfs: wrap squashfs_mount() definitionPhillip Lougher
2011-02-28Squashfs: xz_wrapper doesn't need to include squashfs_fs_i.h anymorePhillip Lougher
2011-02-28Squashfs: Update Kconfig help text to include xz compressionPhillip Lougher
2011-02-28Squashfs: add compression options support to xz decompressorPhillip Lougher
2011-02-28Squashfs: extend decompressor framework to handle compression optionsPhillip Lougher
2011-02-28ext4: optimize ext4_bio_write_page() when no extent conversion is neededTheodore Ts'o
2011-02-28ext4: skip orphan cleanup if fs has unknown ROCOMPAT featuresAmir Goldstein
2011-02-27ext4: use the nblocks arg to ext4_truncate_restart_trans()Amir Goldstein
2011-02-27ext4: fix missing iput of root inode for some mount error pathsManish Katiyar
2011-02-27ext4: make FIEMAP and delayed allocation play well togetherYongqiang Yang
2011-02-27ext4: suppress verbose debugging information if malloc-debug is offTheodore Ts'o
2011-02-27ext4: don't leave PageWriteback set after memory failureTheodore Ts'o
2011-02-26ext4: move setup of the mpd structure to write_cache_pages_da()Theodore Ts'o
2011-02-26ext4: don't lock the next page in write_cache_pages if not neededTheodore Ts'o
2011-02-26ext4: remove page_skipped hackery in ext4_da_writepages()Theodore Ts'o
2011-02-26ext4: clear the dirty bit for a page in writeback at the last minuteTheodore Ts'o
2011-02-26ext4: simple cleanups to write_cache_pages_da()Theodore Ts'o
2011-02-26ext4: fold __mpage_da_writepage() into write_cache_pages_da()Theodore Ts'o
2011-02-26ext4: enable mblk_io_submit by defaultTheodore Ts'o
2011-02-26ext4: fix ext4_da_block_invalidatepages() to handle page range properlyCurt Wohlgemuth
2011-02-26ext4: mark multi-page IO complete on mapping failureCurt Wohlgemuth
2011-02-25aio: fix race between io_destroy() and io_submit()Jan Kara
2011-02-25aio: fix rcu ioctx lookupNick Piggin
2011-02-25ldm: corrupted partition table can cause kernel oopsTimo Warns
2011-02-25epoll: prevent creating circular epoll structuresDavide Libenzi
2011-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-02-25Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds
2011-02-25afs: Fix oops in afs_unlink_writebackAnton Blanchard
2011-02-25fuse: fix truncate after openMiklos Szeredi
2011-02-25fuse: fix hang of single threaded fuseblk filesystemMiklos Szeredi
2011-02-24ext4: mballoc: don't replace the current preallocation group unnecessarilyColy Li