aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2009-08-25Merge branch 'rt/base' into rt/headThomas Gleixner
2009-08-25Merge branch 'linus' into rt/baseThomas Gleixner
2009-08-24mm: fix hugetlb bug due to user_shm_unlock callHugh Dickins
2009-08-24kernel_read: redefine offset typeMimi Zohar
2009-08-23Merge branch 'rt/base' into rt/headThomas Gleixner
2009-08-23Merge branch 'linus' into rt/baseThomas Gleixner
2009-08-23fs: jbd2: Replace bit spinlocksThomas Gleixner
2009-08-21Re-introduce page mapping check in mark_buffer_dirty()Linus Torvalds
2009-08-21Merge branch 'rt/base' into rt/headThomas Gleixner
2009-08-21Merge branch 'linus' into rt/baseThomas Gleixner
2009-08-21Merge branch 'btrfs' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-08-21btrfs: fix inode rbtree corruptionFrom: Nick Piggin
2009-08-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds
2009-08-19Merge branch 'rt/base' into rt/headThomas Gleixner
2009-08-19Merge branch 'linus' into rt/baseThomas Gleixner
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro
2009-08-18vfs: make get_sb_pseudo set s_maxbytes to value that can be cast to signedJeff Layton
2009-08-19nilfs2: fix oopses with doubly mounted snapshotsRyusuke Konishi
2009-08-18nilfs2: missing a read lock for segment writer in nilfs_attach_checkpoint()Zhang Qiang
2009-08-17Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2009-08-17inotify: start watch descriptor count at 1Eric Paris
2009-08-17inotify: tail drop inotify q_overflow eventsEric Paris
2009-08-17notify: unused event private raceEric Paris
2009-08-17xfs: fix locking in xfs_iget_cache_hitChristoph Hellwig
2009-08-16Merge branch 'rt/base' into rt/headThomas Gleixner
2009-08-16Merge branch 'linus' into rt/baseThomas Gleixner
2009-08-15poll/select: initialize triggered field of struct poll_wqueuesGuillaume Knispel
2009-08-15Merge branch 'rt/base' into rt/rt-2.6.31Thomas Gleixner
2009-08-15Merge branch 'linus' into rt/baseThomas Gleixner
2009-08-14GFS2: Fix permissions on "recover" fileSteven Whitehouse
2009-08-13Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2009-08-12Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2009-08-12NFS: Fix an O_DIRECT Oops...Trond Myklebust
2009-08-12Merge branch 'linus' into rt/baseThomas Gleixner
2009-08-12xfs: fix spin_is_locked assert on uni-processor buildsChristoph Hellwig
2009-08-12xfs: check for dinode realtime flag corruptionChristoph Hellwig
2009-08-12use XFS_CORRUPTION_ERROR in xfs_btree_check_sblockEric Sandeen
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_attr_rmtval_getChristoph Hellwig
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_readlink_bmapChristoph Hellwig
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_attr_rmtval_setChristoph Hellwig
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_buf_associate_memoryChristoph Hellwig
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_dir_cilookup_resultChristoph Hellwig
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_da_buf_makeChristoph Hellwig
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_da_state_allocChristoph Hellwig
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_getbmapChristoph Hellwig
2009-08-12xfs: avoid memory allocation under m_peraglock in growfs codeChristoph Hellwig
2009-08-10ocfs2: Fix possible deadlock when extending quota fileJan Kara
2009-08-10mm_for_maps: take ->cred_guard_mutex to fix the race with execOleg Nesterov
2009-08-10mm_for_maps: shift down_read(mmap_sem) to the callerOleg Nesterov
2009-08-10mm_for_maps: simplify, use ptrace_may_access()Oleg Nesterov