workqueues: introduce __cancel_delayed_work()
[safe/jmp/linux-2.6] / fs /
2009-09-01 Ian Kentautofs4 - fix missed case when changing to use struct...
2009-08-28 Eric Parisinotify: update the group mask on mark addition
2009-08-28 Eric Parisinotify: fix length reporting and size checking
2009-08-28 Brian Rogersinotify: do not send a block of zeros when no pathname...
2009-08-27 Linus TorvaldsMerge branch 'for-linus' of git://git.infradead.org...
2009-08-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-08-27 David HowellsAFS: Stop readlink() on AFS crashing due to NULL 'file...
2009-08-27 Eric W. Biedermaninotify: Ensure we alwasy write the terminating NULL.
2009-08-27 Eric Parisinotify: fix locking around inotify watching in the idr
2009-08-27 Eric Parisinotify: do not BUG on idr entries at inotify destruction
2009-08-27 Eric Parisinotify: seperate new watch creation updating existing...
2009-08-25 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-08-24 Trond MyklebustNFSv4: Fix an infinite looping problem with the nfs4_st...
2009-08-24 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2009-08-24 Hugh Dickinsmm: fix hugetlb bug due to user_shm_unlock call
2009-08-24 Jan Karaext3: Improve error message that changing journaling...
2009-08-24 Theodore Ts'oext3: Update Kconfig description of EXT3_DEFAULTS_TO_OR...
2009-08-24 Mimi Zoharkernel_read: redefine offset type
2009-08-22 Linus TorvaldsRe-introduce page mapping check in mark_buffer_dirty()
2009-08-21 Linus TorvaldsMerge branch 'btrfs' of git://git.kernel.dk/linux-2...
2009-08-21 From: Nick Pigginbtrfs: fix inode rbtree corruption
2009-08-21 Goldwyn Rodriguesocfs2/dlm: Wait on lockres instead of erroring cancel...
2009-08-20 Jan Karaocfs2: Add missing lock name
2009-08-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-08-18 KOSAKI Motohiromm: revert "oom: move oom_adj value"
2009-08-18 Jeff Laytonvfs: make get_sb_pseudo set s_maxbytes to value that...
2009-08-18 Ryusuke Konishinilfs2: fix oopses with doubly mounted snapshots
2009-08-18 Zhang Qiangnilfs2: missing a read lock for segment writer in nilfs...
2009-08-17 Abhishek Kulkarni9p: remove unnecessary v9fses->options which duplicates...
2009-08-17 Abhishek Kulkarni9p: Add missing cast for the error return value in...
2009-08-17 Jan Karaocfs2: Don't oops in ocfs2_kill_sb on a failed mount
2009-08-17 Abhishek Kulkarni9p: Remove redundant inode uid/gid assignment
2009-08-17 Abhishek Kulkarni9p: Fix possible regressions when ->get_sb fails.
2009-08-17 Abhishek Kulkarni9p: Fix v9fs show_options
2009-08-17 Abhishek Kulkarni9p: Fix possible memleak in v9fs_inode_from fid.
2009-08-17 Abhishek Kulkarni9p: minor comment fixes
2009-08-17 Abhishek Kulkarni9p: Fix possible inode leak in v9fs_get_inode.
2009-08-17 Abhishek Kulkarni9p: Check for error in return value of v9fs_fid_add
2009-08-17 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2009-08-17 Eric Parisinotify: start watch descriptor count at 1
2009-08-17 Eric Parisinotify: tail drop inotify q_overflow events
2009-08-17 Eric Parisnotify: unused event private race
2009-08-17 Tao Maocfs2: release the buffer head in ocfs2_do_truncate.
2009-08-17 Jan Karaocfs2: Handle quota file corruption more gracefully
2009-08-17 Christoph Hellwigxfs: fix locking in xfs_iget_cache_hit
2009-08-16 Guillaume Knispelpoll/select: initialize triggered field of struct poll_...
2009-08-14 Steven WhitehouseGFS2: Fix permissions on "recover" file
2009-08-13 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2009-08-12 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2009-08-12 Trond MyklebustNFS: Fix an O_DIRECT Oops...
2009-08-12 Christoph Hellwigxfs: fix spin_is_locked assert on uni-processor builds
2009-08-12 Christoph Hellwigxfs: check for dinode realtime flag corruption
2009-08-12 Eric Sandeenuse XFS_CORRUPTION_ERROR in xfs_btree_check_sblock
2009-08-12 Christoph Hellwigxfs: switch to NOFS allocation under i_lock in xfs_attr...
2009-08-12 Christoph Hellwigxfs: switch to NOFS allocation under i_lock in xfs_read...
2009-08-12 Christoph Hellwigxfs: switch to NOFS allocation under i_lock in xfs_attr...
2009-08-12 Christoph Hellwigxfs: switch to NOFS allocation under i_lock in xfs_buf_...
2009-08-12 Christoph Hellwigxfs: switch to NOFS allocation under i_lock in xfs_dir_...
2009-08-12 Christoph Hellwigxfs: switch to NOFS allocation under i_lock in xfs_da_b...
2009-08-12 Christoph Hellwigxfs: switch to NOFS allocation under i_lock in xfs_da_s...
2009-08-12 Christoph Hellwigxfs: switch to NOFS allocation under i_lock in xfs_getbmap
2009-08-12 Christoph Hellwigxfs: avoid memory allocation under m_peraglock in growf...
2009-08-10 Jan Karaocfs2: Fix possible deadlock when extending quota file
2009-08-10 Oleg Nesterovmm_for_maps: take ->cred_guard_mutex to fix the race...
2009-08-10 Oleg Nesterovmm_for_maps: shift down_read(mmap_sem) to the caller
2009-08-10 Oleg Nesterovmm_for_maps: simplify, use ptrace_may_access()
2009-08-08 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-08-08 Linus TorvaldsMerge git://git./linux/kernel/git/hch/xfs-icache-races
2009-08-07 Roel Kluinocfs2: keep index within status_map[]
2009-08-07 Sunil Mushranocfs2: Initialize the cluster we're writing to in a...
2009-08-07 Yan ZhengBtrfs: fix balancing oops when invalidate_inode_pages2...
2009-08-07 Julia LawallBtrfs: correct error-handling zlib error handling
2009-08-07 Bartlomiej Zolnier... Btrfs: remove superfluous NULL pointer check in btrfs_r...
2009-08-07 Linus TorvaldsMerge git://git.infradead.org/mtd-2.6
2009-08-07 Linus Torvaldsflat: fix uninitialized ptr with shared libs
2009-08-07 OGAWA Hirofumivfs: mnt_want_write_file(): fix special file handling
2009-08-07 Eric Sandeencompat_ioctl: hook up compat handler for FIEMAP ioctl
2009-08-07 Christoph Hellwigxfs: fix freeing of inodes not yet added to the inode...
2009-08-07 Christoph Hellwigvfs: add __destroy_inode
2009-08-07 Christoph Hellwigvfs: fix inode_init_always calling convention
2009-08-04 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-08-04 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2009-08-04 Anders Grafströmjffs2: Fix return value from jffs2_do_readpage_nolock()
2009-08-04 Steve French[CIFS] Update readme to reflect forceuid mount parms
2009-08-03 Roel Kluincifs: Read buffer overflow
2009-08-03 Jeff Laytoncifs: show noforceuid/noforcegid mount options (try #2)
2009-08-02 Ryusuke Konishinilfs2: fix missing unlock in error path of nilfs_mdt_w...
2009-08-02 Jeff Laytoncifs: reinstate original behavior when uid=/gid= option...
2009-08-01 Ryusuke Konishinilfs2: fix oops due to inconsistent state in page...
2009-07-31 Goldwyn Rodriguesocfs2: Remove redundant BUG_ON in __dlm_queue_ast()
2009-07-31 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2009-07-31 Chris MasonBtrfs: make sure the async caching thread advances...
2009-07-31 Josef BacikBtrfs: fix btrfs_remove_from_free_space corner case
2009-07-31 Eric Sandeenxfs: bump up nr_to_write in xfs_vm_writepage
2009-07-31 Eric Sandeenxfs: reduce bmv_count in xfs_vn_fiemap
2009-07-30 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-07-30 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-07-30 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-07-30 Linus TorvaldsMerge git://git./linux/kernel/git/steve/gfs2-2.6-fixes
2009-07-30 Tao Maocfs2/quota: Release lock for error in ocfs2_quota_write.
next