Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
[sfrench/cifs-2.6.git] / fs /
2007-10-12 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-10-12 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/data...
2007-10-12 Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2007-10-12 Anton AltaparmakovNTFS: Fix a mount time deadlock.
2007-10-12 Linus TorvaldsMerge git://git./linux/kernel/git/steve/gfs2-2.6-nmw
2007-10-12 Al ViroFix up more bio fallout
2007-10-12 Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2007-10-12 Linus TorvaldsMerge branch 'upstream-fixes' of /linux/kernel/git...
2007-10-12 Jeff GarzikJFS: fix bio-related build breakage
2007-10-12 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-10-12 Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2007-10-12 Linus TorvaldsMerge branch 'upstream' of git://ftp.linux-mips.org...
2007-10-12 Linus TorvaldsMerge git://git./linux/kernel/git/bart/ide-2.6
2007-10-12 Linus TorvaldsMerge branch 'for-linus' of git://git.o-hand.com/linux...
2007-10-12 Linus TorvaldsMerge branch 'for-linus' of git://git.o-hand.com/linux...
2007-10-12 Linus TorvaldsMerge branch 'dmi-const' of git://git./linux/kernel...
2007-10-12 Linus TorvaldsMerge branch 'block-2.6.24' of git://git.kernel.dk...
2007-10-12 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-10-11 Denis V. Lunev[NET]: make netlink user -> kernel interface synchronious
2007-10-10 Pavel Emelyanov[FS] seq_file: Introduce the seq_open_private()
2007-10-10 Pavel Emelyanov[NETNS]: Move some code into __init section when CONFIG...
2007-10-10 Eric W. Biederman[NET]: Fix race when opening a proc file while a networ...
2007-10-10 Daniel Lezcano[NETNS]: Fix export symbols.
2007-10-10 David S. Miller[NET]: Fix missed addition of fs/proc/proc_net.c
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-10-10 Eric W. Biederman[NET]: Support multiple network namespaces with netlink
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-10-10 Eric W. Biederman[NET]: Don't implement dev_ifname32 inline
2007-10-10 David Teigland[DLM] block dlm_recv in recovery transition
2007-10-10 Patrick Caulfield[DLM] don't overwrite castparam if it's NULL
2007-10-10 Steven Whitehouse[GFS2] Get superblock a different way
2007-10-10 Steven Whitehouse[GFS2] Don't try to remove buffers that don't exist
2007-10-10 Benjamin Marzinski[GFS2] Alternate gfs2_iget to avoid looking up inodes...
2007-10-10 Wendy Cheng[GFS2] Data corruption fix
2007-10-10 Steven Whitehouse[GFS2] Clean up journaled data writing
2007-10-10 Bob Peterson[GFS2] GFS2: chmod hung - fix race in thread creation
2007-10-10 Patrick Caulfield[DLM] Make dlm_sendd cond_resched more
2007-10-10 Wendy Cheng[GFS2] Move inode deletion out of blocking_cb
2007-10-10 Abhijith Das[GFS2] flocks from same process trip kernel BUG at...
2007-10-10 Steven Whitehouse[GFS2] Clean up gfs2_trans_add_revoke()
2007-10-10 Steven Whitehouse[GFS2] Use slab operations for all gfs2_bufdata allocations
2007-10-10 Steven Whitehouse[GFS2] Replace revoke structure with bufdata structure
2007-10-10 Bob Peterson[GFS2] Fix ordering of dirty/journal for ordered buffer...
2007-10-10 Steven Whitehouse[GFS2] Clean up ordered write code
2007-10-10 Steven Whitehouse[GFS2] Move pin/unpin into lops.c, clean up locking
2007-10-10 Steven Whitehouse[GFS2] Don't mark jdata dirty in gfs2_unstuffer_page()
2007-10-10 Steven Whitehouse[GFS2] Introduce gfs2_remove_from_ail
2007-10-10 Steven Whitehouse[GFS2] Correct lock ordering in unlink
2007-10-10 Wendy Cheng[GFS2] fix inode meta data corruption
2007-10-10 Benjamin Marzinski[GFS2] delay glock demote for a minimum hold time
2007-10-10 Abhijith Das[GFS2] panic after can't parse mount arguments
2007-10-10 Bob Peterson[GFS2] Patch to protect sd_log_num_jdata
2007-10-10 Abhijith Das[GFS2] Wendy's dump lockname in hex & fix glock dump
2007-10-10 Patrick Caulfield[DLM] Fix lowcomms socket closing
2007-10-10 Wendy Cheng[GFS2] Reduce truncate IO traffic
2007-10-10 Benjamin Marzinski[GFS2] Add NULL entry to token table
2007-10-10 Steven Whitehouse[GFS2] Add a missing gfs2_trans_add_bh()
2007-10-10 Steven Whitehouse[GFS2] Clean up invalidatepage/releasepage
2007-10-10 Abhijith Das[GFS2] Fix quota do_list operation hang
2007-10-10 Denis Cheng[GFS2] fixed a NULL pointer assignment BUG
2007-10-10 Abhijith Das[GFS2] Force unstuff of hidden quota inode
2007-10-10 Denis Cheng[GFS2] better code for translating characters
2007-10-10 Denis Cheng[GFS2] unneeded typecast
2007-10-10 Denis Cheng[GFS2] use list_for_each_entry instead
2007-10-10 Bob Peterson[GFS2] Ensure journal file cache is flushed after recovery
2007-10-10 Bob Peterson[GFS2] invalid metadata block - REVISED
2007-10-10 Steven Whitehouse[GFS2] Reduce number of gfs2_scand processes to one
2007-10-10 Denis Cheng[GFS2] use the declaration of gfs2_dops in the header...
2007-10-10 Denis Cheng[GFS2] mark struct *_operations const
2007-10-10 Bob Peterson[GFS2] Detach buf data during in-place writeback
2007-10-10 Denis Cheng[GFS2] use an temp variable to reduce a spin_unlock
2007-10-10 Bob Peterson[GFS2] Prevent infinite loop in try_rgrp_unlink()
2007-10-10 Bob Peterson[GFS2] Revert part of earlier log.c changes
2007-10-10 Bob Peterson[GFS2] Move some code inside the log lock
2007-10-10 Steven Whitehouse[GFS2] Fix an oops in glock dumping
2007-10-10 Steve French[GFS2] GFS2 not checking pointer on create when running...
2007-10-10 Jesper Juhl[GFS2] Clean up duplicate includes in fs/gfs2/
2007-10-10 Josef Whiter[GFS2] Fix calculation of demote state
2007-10-10 Steven Whitehouse[GFS2] Fix two races relating to glock callbacks
2007-10-10 Arnd Bergmanncompat_ioctl: move floppy handlers to block/compat_ioctl.c
2007-10-10 Arnd Bergmanncompat_ioctl: move cdrom handlers to block/compat_ioctl.c
2007-10-10 Arnd Bergmanncompat_ioctl: move BLKPG handling to block/compat_ioctl.c
2007-10-10 Arnd Bergmanncompat_ioctl: move hdio calls to block/compat_ioctl.c
2007-10-10 Arnd Bergmanncompat_ioctl: handle blk_trace ioctls
2007-10-10 Arnd Bergmanncompat_ioctl: add compat_blkdev_driver_ioctl()
2007-10-10 Arnd Bergmanncompat_ioctl: move common block ioctls to compat_blkdev...
2007-10-10 NeilBrownDrop 'size' argument from bio_endio and bi_end_io
2007-10-10 NeilBrownDon't decrement bi_size in bio_endio
2007-10-10 NeilBrownOnly call bi_end_io once for any bio
2007-10-10 Jens AxboeFix warnings with !CONFIG_BLOCK
2007-10-09 Linus TorvaldsMerge branch 'upstream' of git://ftp.linux-mips.org...
2007-10-09 Trond MyklebustNLM: Fix a memory leak in nlmsvc_testlock
2007-10-08 Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2007-10-08 Yan ZhengAIO: fix cleanup in io_submit_one(...)
2007-10-05 Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/sparc-2.6
2007-10-03 Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
2007-10-03 Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
2007-10-03 Linus TorvaldsMerge branch 'upstream' of git://ftp.linux-mips.org...
2007-10-03 Linus TorvaldsMerge branch 'for-linus' of /linux/kernel/git/cooloney...
2007-10-03 Sunil Mushranocfs2: Unlock mutex in local alloc failure case
next