USB: musb: fix put_device() call sequence
[safe/jmp/linux-2.6] / fs /
2009-09-22 Linus TorvaldsMerge branch 'for-2.6.32' of git://linux-nfs.org/~bfiel...
2009-09-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-22 Michael S. Tsirkinmm: move use_mm/unuse_mm from aio.c to mm/
2009-09-22 Eric B Munsonhugetlbfs: allow the creation of files suitable for...
2009-09-22 Hugh Dickinstmpfs: depend on shmem
2009-09-22 Hugh Dickinsmm: add get_dump_page
2009-09-22 KOSAKI Motohirooom: fix oom_adjust_write() input sanity check
2009-09-22 KOSAKI Motohirooom: make oom_score to per-process value
2009-09-22 KOSAKI Motohirooom: move oom_adj value from task_struct to signal_struct
2009-09-22 Jan Beulichmm: replace various uses of num_physpages by totalram_pages
2009-09-22 KAMEZAWA Hiroyukikcore: /proc/kcore should use vread
2009-09-22 Moussa A. Bapagemap clear_refs: modify to specify anon or mapped...
2009-09-22 Hugh Dickinsksm: identify PageKsm pages
2009-09-22 KOSAKI Motohiromm: oom analysis: add shmem vmstat
2009-09-22 KOSAKI Motohiromm: oom analysis: Show kernel stack usage in /proc...
2009-09-22 Alexey Dobriyanconst: make block_device_operations const
2009-09-22 Alexey Dobriyanconst: make lock_manager_operations const
2009-09-22 Alexey Dobriyanconst: make file_lock_operations const
2009-09-22 Alexey Dobriyanconst: mark remaining inode_operations as const
2009-09-22 Alexey Dobriyanconst: mark remaining address_space_operations const
2009-09-22 Alexey Dobriyanconst: mark remaining export_operations const
2009-09-22 Alexey Dobriyanconst: mark remaining super_operations const
2009-09-22 Alexey Dobriyanconst: make struct super_block::s_qcop const
2009-09-22 Alexey Dobriyanconst: make struct super_block::dq_op const
2009-09-22 Jan Karafs: make sure data stored into inode is properly seen...
2009-09-21 Steve Dicksonnfsd4: nfsv4 clients should cross mountpoints
2009-09-21 Linus TorvaldsMerge branch 'perfcounters-rename-for-linus' of git...
2009-09-21 Linus TorvaldsMerge branch 'writeback' of git://git.kernel.dk/linux...
2009-09-21 Jens Axboenfs: initialize the backing_dev_info when creating...
2009-09-21 Jens Axboenfs: nfs_kill_super() should call bdi_unregister()...
2009-09-21 Joe Perchestrivial: remove unnecessary semicolons
2009-09-21 Anand Gadiyartrivial: fix typo "to to" in multiple files
2009-09-21 Anand Gadiyartrivial: fix typo "for for" in multiple files
2009-09-21 Ingo Molnarperf: Do the big rename: Performance Counters -> Perfor...
2009-09-21 Artem BityutskiyMerge branch 'master' of git://git./linux/kernel/git...
2009-09-18 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-09-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-18 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-09-17 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2009-09-17 Eric Sandeenext4: replace MAX_DEFRAG_SIZE with EXT_MAX_BLOCK
2009-09-17 Theodore Ts'oext4: Fix the alloc on close after a truncate hueristic
2009-09-17 Artem BityutskiyUBIFS: fix debugging dump
2009-09-16 Theodore Ts'oext4: Add a tracepoint for ext4_alloc_da_blocks()
2009-09-17 Theodore Ts'oext4: store EXT4_EXT_MIGRATE in i_state instead of...
2009-09-16 Eric Sandeenext4: limit block allocations for indirect-block files...
2009-09-16 Akira Fujitaext4: Fix different block exchange issue in EXT4_IOC_MO...
2009-09-16 Akira Fujitaext4: Add null extent check to ext_get_path
2009-09-16 Akira Fujitaext4: Replace BUG_ON() with ext4_error() in move_extents.c
2009-09-16 Akira Fujitaext4: Replace get_ext_path macro with an inline funciton
2009-09-16 Jan Karaext3: Flush disk caches on fsync when needed
2009-09-16 Chris Masonext3: Add locking to ext3_do_update_inode
2009-09-16 Jan Karaext3: Fix possible deadlock between ext3_truncate(...
2009-09-16 Jan Karajbd: Annotate transaction start also for journal_restart()
2009-09-16 Jan Karajbd: Journal block numbers can ever be only 32-bit...
2009-09-16 Andreas DilgerJBD: round commit timer up to avoid uncommitted transaction
2009-09-16 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-core-2.6
2009-09-16 Nick Pigginwriteback: fix possible bdi writeback refcounting problem
2009-09-16 Nick Pigginwriteback: Fix bdi use after free in wb_work_complete()
2009-09-16 Nick Pigginwriteback: improve scalability of bdi writeback work...
2009-09-16 Nick Pigginwriteback: remove smp_mb(), it's not needed with list_a...
2009-09-16 Jens Axboewriteback: use schedule_timeout_interruptible()
2009-09-16 Jens Axboewriteback: add comments to bdi_work structure
2009-09-16 Jens Axboewriteback: separate starting of sync vs opportunistic...
2009-09-16 Jens Axboewriteback: inline allocation failure handling in bdi_al...
2009-09-16 Jens Axboewriteback: use RCU to protect bdi_list
2009-09-16 Jens Axboewriteback: only use bdi_writeback_all() for WB_SYNC_NON...
2009-09-16 Jens Axboefs: Assign bdi in super_block
2009-09-16 Jens Axboewriteback: make wb_writeback() take an argument structure
2009-09-16 Christoph Hellwigwriteback: merely wakeup flusher thread if work allocat...
2009-09-16 Jens Axboewriteback: get rid of wbc->for_writepages
2009-09-16 Jens Axboefs: remove bdev->bd_inode_backing_dev_info
2009-09-16 Csaba Henkfuse: add fusectl interface to max_background
2009-09-16 Csaba Henkfuse: limit user-specified values of max background...
2009-09-16 Csaba Henkfuse: use drop_nlink() instead of direct nlink manipulation
2009-09-16 Alex ElderMerge branch 'master' of git://oss.sgi.com/xfs/xfs...
2009-09-16 Ricardo Labiaganfsd41: Refactor create_client()
2009-09-16 Alexandros Batsakisnfsd41: modify nfsd4.1 backchannel to use new xprt...
2009-09-16 Ricardo Labiaganfsd41: Backchannel: Implement cb_recall over NFSv4.1
2009-09-16 Benny Halevynfsd41: Backchannel: cb_sequence callback
2009-09-16 Ricardo Labiaganfsd41: Backchannel: Setup sequence information
2009-09-16 Ricardo Labiaganfsd41: Backchannel: Server backchannel RPC wait queue
2009-09-16 Ricardo Labiaganfsd41: Backchannel: Add sequence arguments to callback...
2009-09-16 Andy Adamsonnfsd41: Backchannel: callback infrastructure
2009-09-16 J. Bruce Fieldsnfsd4: use common rpc_cred for all callbacks
2009-09-16 J. Bruce Fieldsnfsd4: allow nfs4 state startup to fail
2009-09-16 J. Bruce Fieldsnfsd4: fix null dereference creating nfsv4 callback...
2009-09-15 Jaswinder Singh... xfs: includecheck fix for fs/xfs/xfs_iops.c
2009-09-15 Alexey Dobriyanxfs: switch to seq_file
2009-09-15 David Brownelldriver model: constify attribute groups
2009-09-15 Artem BityutskiyUBIFS: improve lprops dump
2009-09-15 Artem BityutskiyUBIFS: various minor commentary fixes
2009-09-15 Artem BityutskiyUBIFS: improve journal head debugging prints
2009-09-15 Artem BityutskiyUBIFS: define journal head numbers in ubifs-media.h
2009-09-15 Theodore Ts'oext4: Fix include/trace/events/ext4.h to work with...
2009-09-15 Linus TorvaldsMerge branch 'for-2.6.32' of git://git.kernel.dk/linux...
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...
next