ceph: fix possible double-free of mds request reference
[safe/jmp/linux-2.6] / fs /
2010-03-23 Sage Weilceph: fix possible double-free of mds request reference
2010-03-23 Sage Weilceph: fix session check on mds reply
2010-03-23 Dan Carpenterceph: handle kmalloc() failure
2010-03-23 Sage Weilceph: propagate mds session allocation failures to...
2010-03-23 Sage Weilceph: make write_begin wait propagate ERESTARTSYS
2010-03-23 Sage Weilceph: fix snap rebuild condition
2010-03-23 Sage Weilceph: avoid reopening osd connections when address...
2010-03-23 Sage Weilceph: rename r_sent_stamp r_stamp
2010-03-23 Sage Weilceph: fix connection fault con_work reentrancy problem
2010-03-23 Sage Weilceph: prevent dup stale messages to console for restart...
2010-03-23 Sage Weilceph: fix pg pool decoding from incremental osdmap...
2010-03-23 Sage Weilceph: fix mds sync() race with completing requests
2010-03-23 Sage Weilceph: only release unused caps with mds requests
2010-03-23 Sage Weilceph: clean up handle_cap_grant, handle_caps wrt sessio...
2010-03-23 Sage Weilceph: fix session locking in handle_caps, ceph_check_caps
2010-03-23 Sage Weilceph: drop unnecessary WARN_ON in caps migration
2010-03-23 Sage Weilceph: fix null pointer deref of r_osd in debug output
2010-03-23 Sage Weilceph: clean up service ticket decoding
2010-03-21 Sage Weilceph: release old ticket_blob buffer
2010-03-21 Sage Weilceph: fix authenticator buffer size calculation
2010-03-21 Sage Weilceph: fix authenticator timeout
2010-03-21 Sage Weilceph: fix inode removal from snap realm when racing...
2010-03-21 Sage Weilceph: add missing locking to protect i_snap_realm_item...
2010-03-21 Sage Weilceph: implemented caps should always be superset of...
2010-03-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-19 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2010-03-18 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2010-03-18 Linus TorvaldsMerge branch 'bugfixes' of git://git.linux-nfs.org...
2010-03-18 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2010-03-18 Chris MasonBtrfs: fix the inode ref searches done by btrfs_search_...
2010-03-18 Chris MasonBtrfs: allow treeid==0 in the inode lookup ioctl
2010-03-18 Chris MasonBtrfs: return keys for large items to the search ioctl
2010-03-18 Chris MasonBtrfs: fix key checks and advance in the search ioctl
2010-03-18 Akinobu Mitantfs: use bitmap_weight
2010-03-18 Venkatesh Pallipadijffs2: fix up rb_root initializations to use RB_ROOT
2010-03-16 Dave Chinnerxfs: don't warn about page discards on shutdown
2010-03-16 Alex Elderxfs: use scalable vmap API
2010-03-16 Alex Elderxfs: remove old vmap cache
2010-03-16 Chris MasonBtrfs: buffer results in the space_info ioctl
2010-03-16 Sage WeilBtrfs: use __u64 types in ioctl.h
2010-03-16 Sage WeilBtrfs: fix search_ioctl key advance
2010-03-15 NeilBrownNFS: ensure bdi_unregister is called on mount failure.
2010-03-15 Dan Carpentercifs: trivial white space
2010-03-15 Nick PigginBtrfs: fix gfp flags masking in the compression code
2010-03-15 Chris MasonBtrfs: don't look at bio flags after submit_bio
2010-03-15 Xiao Guangrongbtrfs: using btrfs_stack_device_id() get devid
2010-03-15 Akinobu Mitabtrfs: use memparse
2010-03-15 Josef BacikBtrfs: add a "df" ioctl for btrfs
2010-03-15 Josef BacikBtrfs: cache the extent state everywhere we possibly...
2010-03-15 Josef BacikBtrfs: cache ordered extent when completing io
2010-03-15 Josef BacikBtrfs: cache extent state in find_delalloc_range
2010-03-15 Josef BacikBtrfs: change the ordered tree to use a spinlock instea...
2010-03-15 Chris MasonBtrfs: finish read pages in the order they are submitted
2010-03-15 Miao Xiebtrfs: fix btrfs_mkdir goto for no free objectids
2010-03-15 Sage WeilBtrfs: flush data on snapshot creation
2010-03-15 Josef BacikBtrfs: make df be a little bit more understandable
2010-03-15 TARUISI Hiroakibtrfs: Update existing btrfs_device for renaming device
2010-03-15 Chris MasonBtrfs: add new defrag-range ioctl.
2010-03-15 Chris MasonBtrfs: be more selective in the defrag ioctl
2010-03-15 Chris MasonBtrfs: run the backing dev more often in the submit_bio...
2010-03-15 Josef BacikBtrfs: make subvolid=0 mount the original default root
2010-03-15 Josef BacikBtrfs: add ioctl and incompat flag to set the default...
2010-03-15 Josef BacikBtrfs: change how we mount subvolumes
2010-03-15 Josef BacikBtrfs: make set/get functions for the super compat_ro...
2010-03-15 Chris MasonBtrfs: add search and inode lookup ioctls
2010-03-15 TARUISI HiroakiBtrfs: add a function to lookup a directory path by...
2010-03-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-14 Ryusuke Konishinilfs2: remove whitespaces before quoted newlines
2010-03-14 Ryusuke Konishinilfs2: remove spaces before tabs
2010-03-14 Ryusuke Konishinilfs2: fix various typos in comments
2010-03-14 Ryusuke Konishinilfs2: fix typo "cout" -> "count" in error message
2010-03-14 Ryusuke Konishinilfs2: fix function name typos in docbook comments
2010-03-14 Ryusuke Konishinilfs2: fix discrepancy in use of static specifier
2010-03-13 Linus TorvaldsMerge git://git./linux/kernel/git/steve/gfs2-2.6-fixes
2010-03-13 Sachin Prabhu9p: Skip check for mandatory locks when unlocking
2010-03-13 jvrao9p: Fixes a simple bug enabling writes beyond 2GB.
2010-03-13 Sripathi Kodi9p: Change the name of new protocol from 9p2010.L to...
2010-03-13 Aneesh Kumar K.Vfs/9p: re-init the wstat in readdir loop
2010-03-13 Linus TorvaldsMerge git://git./linux/kernel/git/hirofumi/fatfs-2.6
2010-03-13 Eric Parisanon_inodes: mark the anon inode private
2010-03-13 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-03-13 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-12 Evgeniy Dushistovufs: make solaris fsck happy
2010-03-12 Alex Viskovatofffs/ufs: recognize Solaris-specific file system state
2010-03-12 Christoph HellwigAdd generic sys_old_select()
2010-03-12 Richard Kennedyfs: buffer_head: remove kmem_cache constructor to reduc...
2010-03-12 Joe Perchesfs/ocfs2/cluster/tcp.c: remove use of NIPQUAD, use...
2010-03-11 Sachin PrabhuGFS2: Skip check for mandatory locks when unlocking
2010-03-11 Trond MyklebustNFS: Avoid a deadlock in nfs_release_page
2010-03-11 Benjamin MarzinskiGFS2: Allow the number of committed revokes to temporar...
2010-03-10 Trond MyklebustNFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in...
2010-03-09 Steve French[CIFS] checkpatch cleanup
2010-03-09 Jeff Laytoncifs: add cifs_revalidate_file
2010-03-09 Akinobu Mitaudf: use ext2_find_next_bit
2010-03-09 Jan Karaudf: Do not read inode before writing it
2010-03-09 Jan Karaudf: Fix unalloc space handling in udf_update_inode
2010-03-09 Christoph HellwigGFS2: do not select QUOTA
2010-03-08 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2010-03-08 Josef BacikBtrfs: kfree correct pointer during mount option parsing
next