summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
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
2011-02-24ext4: clarify description of ac_g_ex in struct ext4_allocation_contextColy Li
2011-02-24mballoc: add comments to ext4_mb_mark_free_simple()Coly Li
2011-02-24ext4: remove unncessary call mb_find_buddy() in debugging codeColy Li
2011-02-24ext4: code cleanup in mb_find_buddy()Coly Li
2011-02-24block: bd_link_disk_holder() should hold on to holder_dirTejun Heo
2011-02-24GFS2: deallocation performance patchBob Peterson
2011-02-24ext3: speed up group trim with the right free block count.Tao Ma
2011-02-24ext3: Adjust trim start with first_data_block.Tao Ma
2011-02-24quota: return -ENOMEM when memory allocation failsDavidlohr Bueso
2011-02-24Unlock vfsmount_lock in do_umountJ. R. Okajima
2011-02-24Fix over-zealous flush_disk when changing device size.NeilBrown
2011-02-23mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi
2011-02-23ext4: enable acls and user_xattr by defaultEric Sandeen
2011-02-23ext4: Adjust minlen with discard_granularity in the FITRIM ioctlLukas Czerner
2011-02-23Btrfs: fix fiemap bugs with delallocChris Mason
2011-02-23ext4: check if device support discard in FITRIM ioctlLukas Czerner
2011-02-23ext4: mark file-local functions and variables as staticLukas Czerner
2011-02-23UDF: Fix compiler warningDirk Behme
2011-02-23udf: Convert UDF to new truncate calling sequenceJan Kara
2011-02-22xfs: enable delaylog by defaultChristoph Hellwig
2011-02-22xfs: more sensible inode refcounting for iallocChristoph Hellwig
2011-02-22xfs: stop using xfs_trans_iget in the RT allocatorChristoph Hellwig
2011-02-22NFSD: fix decode_cb_sequence4resokBenny Halevy
2011-02-22xfs: check if device support discard in xfs_ioc_trim()Lukas Czerner
2011-02-22xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1Dan Rosenberg
2011-02-22ocfs2/dlm: Move kmalloc() outside the spinlockSunil Mushran
2011-02-21xfs: check if device support discard in xfs_ioc_trim()Lukas Czerner
2011-02-21ext4: allow inode_readahead_blks=0 (linux-2.6.37)Alexander V. Lukyanov
2011-02-21ext4: Fix sparse warning: Using plain integer as NULL pointerPeter Huewe
2011-02-21xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1Dan Rosenberg
2011-02-21ext4: fix compile warnings with EXT4FS_DEBUG enabledTheodore Ts'o
2011-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds
2011-02-21Docbook: add fs/eventfd.c and fix typos in itRandy Dunlap
2011-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2011-02-21[CIFS] update cifs versionSteve French
2011-02-21cifs: Fix regression in LANMAN (LM) auth codeShirish Pargaonkar
2011-02-21eCryptfs: Copy up lower inode attrs in getattrTyler Hicks
2011-02-21ecryptfs: read on a directory should return EISDIR if not supportedAndy Whitcroft
2011-02-21eCryptfs: Handle NULL nameidata pointersTyler Hicks
2011-02-21Merge branch 'master' into for-2.6.39Tejun Heo