aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
...
| | * [GFS2] Add a missing gfs2_trans_add_bh()Steven Whitehouse2007-10-10
| | * [GFS2] Clean up invalidatepage/releasepageSteven Whitehouse2007-10-10
| | * [GFS2] Fix quota do_list operation hangAbhijith Das2007-10-10
| | * [GFS2] fixed a NULL pointer assignment BUGDenis Cheng2007-10-10
| | * [GFS2] Force unstuff of hidden quota inodeAbhijith Das2007-10-10
| | * [GFS2] better code for translating charactersDenis Cheng2007-10-10
| | * [GFS2] unneeded typecastDenis Cheng2007-10-10
| | * [GFS2] use list_for_each_entry insteadDenis Cheng2007-10-10
| | * [GFS2] Ensure journal file cache is flushed after recoveryBob Peterson2007-10-10
| | * [GFS2] invalid metadata block - REVISEDBob Peterson2007-10-10
| | * [GFS2] Reduce number of gfs2_scand processes to oneSteven Whitehouse2007-10-10
| | * [GFS2] use the declaration of gfs2_dops in the header file insteadDenis Cheng2007-10-10
| | * [GFS2] mark struct *_operations constDenis Cheng2007-10-10
| | * [GFS2] Detach buf data during in-place writebackBob Peterson2007-10-10
| | * [GFS2] use an temp variable to reduce a spin_unlockDenis Cheng2007-10-10
| | * [GFS2] Prevent infinite loop in try_rgrp_unlink()Bob Peterson2007-10-10
| | * [GFS2] Revert part of earlier log.c changesBob Peterson2007-10-10
| | * [GFS2] Move some code inside the log lockBob Peterson2007-10-10
| | * [GFS2] Fix an oops in glock dumpingSteven Whitehouse2007-10-10
| | * [GFS2] GFS2 not checking pointer on create when running under nfsdSteve French2007-10-10
| | * [GFS2] Clean up duplicate includes in fs/gfs2/Jesper Juhl2007-10-10
| | * [GFS2] Fix calculation of demote stateJosef Whiter2007-10-10
| | * [GFS2] Fix two races relating to glock callbacksSteven Whitehouse2007-10-10
| * | Fix up more bio falloutAl Viro2007-10-12
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-10-12
| |\ \
| | * \ Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras2007-10-03
| | |\ \
| | * \ \ Merge branch 'linux-2.6'Paul Mackerras2007-09-19
| | |\ \ \
| | * | | | [POWERPC] spufs: Cleanup ELF coredump extra notes logicMichael Ellerman2007-09-19
| * | | | | JFS: fix bio-related build breakageJeff Garzik2007-10-12
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-11
| |\ \ \ \ \
| | * | | | | [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-11
| | * | | | | [FS] seq_file: Introduce the seq_open_private()Pavel Emelyanov2007-10-10
| | * | | | | [NETNS]: Move some code into __init section when CONFIG_NET_NS=nPavel Emelyanov2007-10-10
| | * | | | | [NET]: Fix race when opening a proc file while a network namespace is exiting.Eric W. Biederman2007-10-10
| | * | | | | [NETNS]: Fix export symbols.Daniel Lezcano2007-10-10
| | * | | | | [NET]: Fix missed addition of fs/proc/proc_net.cDavid S. Miller2007-10-10
| | * | | | | [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-10
| | * | | | | [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-10
| | * | | | | [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-10
| | * | | | | [NET]: Don't implement dev_ifname32 inlineEric W. Biederman2007-10-10
| | | |_|_|/ | | |/| | |
| * | | | | compat_ioctl: move floppy handlers to block/compat_ioctl.cArnd Bergmann2007-10-10
| * | | | | compat_ioctl: move cdrom handlers to block/compat_ioctl.cArnd Bergmann2007-10-10
| * | | | | compat_ioctl: move BLKPG handling to block/compat_ioctl.cArnd Bergmann2007-10-10
| * | | | | compat_ioctl: move hdio calls to block/compat_ioctl.cArnd Bergmann2007-10-10
| * | | | | compat_ioctl: handle blk_trace ioctlsArnd Bergmann2007-10-10
| * | | | | compat_ioctl: add compat_blkdev_driver_ioctl()Arnd Bergmann2007-10-10
| * | | | | compat_ioctl: move common block ioctls to compat_blkdev_ioctlArnd Bergmann2007-10-10
| * | | | | Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-10
| * | | | | Don't decrement bi_size in bio_endioNeilBrown2007-10-10
| * | | | | Only call bi_end_io once for any bioNeilBrown2007-10-10