summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2011-11-22debugfs: bugfix: include <linux/io.h> in file.cAlessandro Rubini
2011-11-22mount_subtree() pointless use-after-freeAl Viro
2011-11-22Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2011-11-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-11-22ext3: NULL dereference in ext3_evict_inode()Dan Carpenter
2011-11-22GFS2: Fix multi-block allocationSteven Whitehouse
2011-11-22GFS2: decouple quota allocations from block allocationsBob Peterson
2011-11-22UBIFS: Use kmemdup rather than duplicating its implementationThomas Meyer
2011-11-22jbd: clear revoked flag on buffers before a new transaction startedYongqiang Yang
2011-11-21freezer: implement and use kthread_freezable_should_stop()Tejun Heo
2011-11-21freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo
2011-11-21Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds
2011-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-11-21Btrfs: remove free-space-cache.c WARN during log replayChris Mason
2011-11-21ext4: fix up a undefined error in ext4_free_blocks in debugging codeYongqiang Yang
2011-11-21GFS2: split function rgblk_searchBob Peterson
2011-11-21GFS2: Fix up "off by one" in the previous patchSteven Whitehouse
2011-11-21GFS2: move toward a generic multi-block allocatorBob Peterson
2011-11-21GFS2: O_(D)SYNC support for fallocateSteven Whitehouse
2011-11-20VFS: Log the fact that we've given ELOOP rather than creating a loopDavid Howells
2011-11-20qnx4fs: Use kmemdup rather than duplicating its implementationThomas Meyer
2011-11-20Btrfs: sectorsize align offsets in fiemapJosef Bacik
2011-11-20Btrfs: clear pages dirty for io and set them extent mappedJosef Bacik
2011-11-20Btrfs: wait on caching if we're loading the free space cacheJosef Bacik
2011-11-20Btrfs: prefix resize related printks with btrfs:Arnd Hannemann
2011-11-20btrfs: fix stat blocks accountingDavid Sterba
2011-11-20Btrfs: avoid unnecessary bitmap search for cluster setupLi Zefan
2011-11-20Btrfs: fix to search one more bitmap for cluster setupLi Zefan
2011-11-20btrfs: mirror_num should be int, not u64Jan Schmidt
2011-11-20btrfs: Fix up 32/64-bit compatibility for new ioctlsJeff Mahoney
2011-11-20Btrfs: fix barrier flushesChris Mason
2011-11-19minixfs: kill manual hweight(), simplifyAl Viro
2011-11-19fs/minix: Verify bitmap block counts before mountingJosh Boyer
2011-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-11-19Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2011-11-18debugfs: print_regs32: make regs array a const pointerAlessandro Rubini
2011-11-18pstore: gracefully handle NULL pstore_info functionsKees Cook
2011-11-18NLS: improve UTF8 -> UTF16 string conversion routineAlan Stern
2011-11-18debugfs: add tools to printk 32-bit registersAlessandro Rubini
2011-11-18dlm: convert rsb list to rb_treeBob Peterson
2011-11-18Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-11-18GFS2: remove vestigial al_allocedBob Peterson
2011-11-17pstore: pass reason to backend write callbackKees Cook
2011-11-17pstore: pass allocated memory region back to callerKees Cook
2011-11-17ocfs2: Use filemap_write_and_wait() instead of write_inode_now()Jan Kara
2011-11-17ocfs2: honor O_(D)SYNC flag in fallocateMark Fasheh
2011-11-17ocfs2: Add a missing journal credit in ocfs2_link_credits() -v2Xiaowei.Hu
2011-11-17ocfs2: send correct UUID to cleancache initializationDan Magenheimer
2011-11-17ocfs2: Commit transactions in error cases -v2Wengang Wang
2011-11-17ocfs2: make direntry invalid when deleting itWengang Wang