safe/jmp/linux-2.6
2009-09-25 Jeff Laytoncifs: fix problems with last two commits
2009-09-25 Steve French[CIFS] Fix build break when keys support turned off
2009-09-24 Jeff Laytoncifs: eliminate cifs_init_private
2009-09-24 Jeff Laytoncifs: convert oplock breaks to use slow_work facility...
2009-09-15 Jeff Laytoncifs: have cifsFileInfo hold an extra inode reference
2009-09-15 Jeff Laytoncifs: take read lock on GlobalSMBSes_lock in is_valid_o...
2009-09-15 Jeff Laytoncifs: remove cifsInodeInfo.oplockPending flag
2009-09-15 Jeff Laytoncifs: fix oplock request handling in posix codepath
2009-09-15 Chuck Ebbert[CIFS] Re-enable Lanman security
2009-09-14 Linus TorvaldsMerge branch 'osync_cleanup' of git://git./linux/kernel...
2009-09-14 Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2009-09-14 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-09-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-14 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2009-09-14 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc-next-2.6
2009-09-14 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2009-09-14 Linus TorvaldsMerge branch 'x86-xen-for-linus' of git://git./linux...
2009-09-14 Jan Karaudf: Fix possible corruption when close races with...
2009-09-14 Jan Karaudf: Perform preallocation only for regular files
2009-09-14 Jan Karaudf: Remove wrong assignment in udf_symlink
2009-09-14 Jan Karaudf: Remove dead code
2009-09-14 Christoph Hellwigfsync: wait for data writeout completion before calling...
2009-09-14 Jan Karavfs: Remove generic_osync_inode() and sync_page_range...
2009-09-14 Jan Karafat: Opencode sync_page_range_nolock()
2009-09-14 Jan Karapohmelfs: Use new syncing helper
2009-09-14 Jan Karaxfs: Convert sync_page_range() to simple filemap_write_...
2009-09-14 Jan Karaocfs2: Update syncing after splicing to match generic...
2009-09-14 Jan Karantfs: Use new syncing helpers and update comments
2009-09-14 Jan Karaext4: Remove syncing logic from ext4_file_write
2009-09-14 Jan Karaext3: Remove syncing logic from ext3_file_write
2009-09-14 Jan Karaext2: Update comment about generic_osync_inode
2009-09-14 Jan Karavfs: Introduce new helpers for syncing after writing...
2009-09-14 Christoph Hellwigvfs: Rename generic_file_aio_write_nolock
2009-09-14 Jan Karaocfs2: Use __generic_file_aio_write instead of generic_...
2009-09-14 Jan Karapohmelfs: Use __generic_file_aio_write instead of gener...
2009-09-14 Jan Karavfs: Remove syncing from generic_file_direct_write...
2009-09-14 Jan Karavfs: Export __generic_file_aio_write() and add some...
2009-09-14 Jan Karavfs: Introduce filemap_fdatawait_range
2009-09-14 Linus TorvaldsMerge branch 'x86-setup-for-linus' of git://git./linux...
2009-09-14 Linus TorvaldsMerge branch 'x86-percpu-for-linus' of git://git./linux...
2009-09-14 Linus TorvaldsMerge branch 'x86-mm-for-linus' of git://git./linux...
2009-09-14 Linus TorvaldsMerge branch 'x86-kbuild-for-linus' of git://git./linux...
2009-09-14 Linus TorvaldsMerge branch 'x86-fpu-for-linus' of git://git./linux...
2009-09-14 Linus TorvaldsMerge branch 'x86-debug-for-linus' of git://git./linux...
2009-09-14 Linus TorvaldsMerge branch 'x86-cpu-for-linus' of git://git./linux...
2009-09-14 Linus TorvaldsMerge branch 'x86-cleanups-for-linus' of git://git...
2009-09-14 Linus TorvaldsMerge branch 'x86-asm-generic-for-linus' of git://git...
2009-09-14 Linus TorvaldsMerge branch 'x86-asm-for-linus' of git://git./linux...
2009-09-14 Linus TorvaldsMerge branch 'x86-apic-for-linus' of git://git./linux...
2009-09-14 Ryusuke Konishifs/Kconfig: move nilfs2 outside misc filesystems
2009-09-14 Ryusuke Konishinilfs2: convert nilfs_bmap_lookup to an inline function
2009-09-14 Ryusuke Konishinilfs2: allow btree code to directly call dat operations
2009-09-14 Ryusuke Konishinilfs2: add update functions of virtual block address...
2009-09-14 Ryusuke Konishinilfs2: remove individual gfp constants for each metada...
2009-09-14 Ryusuke Konishinilfs2: stop zero-fill of btree path just before free it
2009-09-14 Ryusuke Konishinilfs2: remove unused btree argument from btree functions
2009-09-14 Ryusuke Konishinilfs2: remove nilfs_dat_abort_start and nilfs_dat_abor...
2009-09-14 Jiro SEKIBAnilfs2: shorten freeze period due to GC in write operat...
2009-09-14 Zhu Yanhainilfs2: add more check routines in mount process
2009-09-14 Zhang Qiangnilfs2: An unassigned variable is assigned to a never...
2009-09-14 Ryusuke Konishinilfs2: use GFP_NOIO for bio_alloc instead of GFP_NOWAIT
2009-09-14 Jiro SEKIBAnilfs2: stop using periodic write_super callback
2009-09-14 Jiro SEKIBAnilfs2: clean up nilfs_write_super
2009-09-14 Jiro SEKIBAnilfs2: fix disorder of nilfs_write_super in nilfs_sync_fs
2009-09-14 Jiro SEKIBAnilfs2: remove redundant super block commit
2009-09-14 Jiro SEKIBAnilfs2: implement nilfs_show_options to display mount...
2009-09-14 Ryusuke Konishinilfs2: always lookup disk block address before reading...
2009-09-14 Ryusuke Konishinilfs2: use semaphore to protect pointer to a writable...
2009-09-14 Heiko Carstensnilfs2: fix format string compile warning (ino_t)
2009-09-14 Ryusuke Konishinilfs2: fix ignored error code in __nilfs_read_inode()
2009-09-14 Steven WhitehouseGFS2: Whitespace fixes
2009-09-12 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-09-11 Dhananjay Phadkenetxen: update copyright
2009-09-11 Amit Kumar... netxen: fix tx timeout recovery
2009-09-11 Dhananjay Phadkenetxen: fix file firmware leak
2009-09-11 Dhananjay Phadkenetxen: improve pci memory access
2009-09-11 Amit Kumar... netxen: change firmware write size
2009-09-11 Matt Carlsontg3: Fix return ring size breakage
2009-09-11 Linus TorvaldsMerge git://git.linux-nfs.org/projects/trondmy/nfs-2.6
2009-09-11 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2009-09-11 Randy Dunlapnetxen: build fix for INET=n
2009-09-11 Linus TorvaldsMerge branch 'tracing-core-for-linus' of git://git...
2009-09-11 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git./linux...
2009-09-11 Linus TorvaldsMerge branch 'perfcounters-core-for-linus' of git:...
2009-09-11 Linus TorvaldsMerge branch 'oprofile-for-linus' of git://git./linux...
2009-09-11 Linus TorvaldsMerge branch 'irq-threaded-for-linus' of git://git...
2009-09-11 Linus TorvaldsMerge branch 'irq-core-for-linus' of git://git./linux...
2009-09-11 Linus TorvaldsMerge branch 'core-rcu-for-linus' of git://git./linux...
2009-09-11 Linus TorvaldsMerge branch 'core-printk-for-linus' of git://git....
2009-09-11 Linus TorvaldsMerge branch 'core-locking-for-linus' of git://git...
2009-09-11 Linus TorvaldsMerge branch 'core-iommu-for-linus' of git://git./linux...
2009-09-11 Linus TorvaldsMerge branch 'core-futexes-for-linus' of git://git...
2009-09-11 Linus TorvaldsMerge branch 'core-debug-for-linus' of git://git./linux...
2009-09-11 Linus TorvaldsMerge branch 'core-cleanups-for-linus' of git://git...
2009-09-11 Rémi Denis... cdc-phonet: autoconfigure Phonet address
2009-09-11 Rémi Denis... Phonet: back-end for autoconfigured addresses
2009-09-11 Rémi Denis... Phonet: fix netlink address dump error handling
2009-09-11 Brian Haleyipv6: Add IFA_F_DADFAILED flag
2009-09-11 Marcel Holtmannnet: Add DEVTYPE support for Ethernet based devices
2009-09-11 Mikael Petterssonmv643xx_eth.c: remove unused txq_set_wrr()
next