V4L/DVB (11439): UVC: uvc_status_cleanup(): undefined reference to `input_unregister_...
[safe/jmp/linux-2.6] / fs /
2009-04-03 Mike Frysingerbin_elf_fdpic: check the return value of clear_user
2009-04-03 Roel Kluinhppfs: hppfs_read_file() may return -ERROR
2009-04-03 Jan Karaext3: avoid false EIO errors
2009-04-03 Bryan Donlanext3: return -EIO not -ESTALE on directory traversal...
2009-04-03 Wei Yongjunext3: use unsigned instead of int for type of blocksize...
2009-04-03 Jan Karajbd: fix oops in jbd_journal_init_inode() on corrupted fs
2009-04-03 Cyrus Massoumiext3: remove the BKL in ext3/ioctl.c
2009-04-03 Nikanth Karthikesanvfs: check bh->b_blocknr only if BH_Mapped is set
2009-04-03 Jeff Laytonwriteback: guard against jiffies wraparound on inode...
2009-04-03 Wu Fengguangvfs: skip I_CLEAR state inodes
2009-04-03 David Howellsnommu: fix a number of issues with the per-MM VMA patch
2009-04-02 Stoyan GaydarovBtrfs: BUG to BUG_ON changes
2009-04-02 Dan CarpenterBtrfs: remove dead code
2009-04-02 Dan CarpenterBtrfs: remove dead code
2009-04-02 Wu FengguangBtrfs: fix typos in comments
2009-04-02 Jim OwensBtrfs: remove unused ftrace include
2009-04-03 Heiko CarstensBtrfs: fix __ucmpdi2 compile bug on 32 bit builds
2009-04-02 Shen FengBtrfs: free inode struct when btrfs_new_inode fails
2009-04-02 Amit GudBtrfs: fix race in worker_loop
2009-04-02 Sage WeilBtrfs: add flushoncommit mount option
2009-04-02 Sage WeilBtrfs: notreelog mount option
2009-04-02 Eric ParisBtrfs: introduce btrfs_show_options
2009-04-03 Chris MasonBtrfs: rework allocation clustering
2009-04-03 Chris MasonBtrfs: Optimize locking in btrfs_next_leaf()
2009-04-03 Chris MasonBtrfs: break up btrfs_search_slot into smaller pieces
2009-04-03 Josef BacikBtrfs: kill the pinned_mutex
2009-04-03 Josef BacikBtrfs: kill the block group alloc mutex
2009-04-03 Josef BacikBtrfs: clean up find_free_extent
2009-04-03 Josef BacikBtrfs: free space cache cleanups
2009-04-03 Chris MasonBtrfs: unplug in the async bio submission threads
2009-04-03 Chris MasonBtrfs: keep processing bios for a given bdev if our...
2009-04-02 Miklos Szeredifuse: allow private mappings of "direct_io" files
2009-04-02 Miklos Szeredifuse: allow kernel to access "direct_io" files
2009-04-02 Jan Karaudf: Don't write integrity descriptor too often
2009-04-02 Jan Karaudf: Try anchor in block 256 first
2009-04-02 Jan Karaudf: Some type fixes and cleanups
2009-04-02 Clemens Ladischudf: use hardware sector size
2009-04-02 Clemens Ladischudf: fix novrs mount option
2009-04-02 Jan Karaudf: Fix oops when invalid character in filename occurs
2009-04-02 Coly Liudf: return f_fsid for statfs(2)
2009-04-02 Jan Karaudf: Add checks to not underflow sector_t
2009-04-02 Marcin Slusarzudf: fix default mode and dmode options handling
2009-04-02 Jan Karaudf: fix sparse warnings:
2009-04-02 roel kluinudf: unsigned last[i] cannot be less than 0
2009-04-02 Marcin Slusarzudf: implement mode and dmode mounting options
2009-04-02 Marcin Slusarzudf: reduce stack usage of udf_get_filename
2009-04-02 Marcin Slusarzudf: reduce stack usage of udf_load_pvoldesc
2009-04-02 Pekka EnbergFix the udf code not to pass structs on stack where...
2009-04-02 Pekka EnbergRemove struct typedefs from fs/udf/ecma_167.h et al.
2009-04-01 Ingo MolnarMerge branch 'tracing/core-v2' into tracing-for-linus
2009-04-01 Felix BlyakherMerge branch 'master' of git://git./linux/kernel/git...
2009-04-01 Linus TorvaldsMerge branch 'for-linus' of git://git.linux-nfs.org...
2009-04-01 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-04-01 Trond MyklebustMerge branch 'devel' into for-linus
2009-04-01 Mans RullgardNSM: Fix unaligned accesses in nsm_init_private()
2009-04-01 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-04-01 Ian Kentautofs4: fix lookup deadlock
2009-04-01 Ian Kentautofs4: cleanup expire code duplication
2009-04-01 Johannes Weinerecryptfs: use kzfree()
2009-04-01 Wu Fengguangramfs: add support for "mode=" mount option
2009-04-01 Davide Libenziepoll keyed wakeups: make eventfd use keyed wakeups
2009-04-01 Davide Libenziepoll keyed wakeups: teach epoll about hints coming...
2009-04-01 Davide Libenzieventfd: improve support for semaphore-like behavior
2009-04-01 Tony Battersbyepoll: use real type instead of void *
2009-04-01 Tony Battersbyepoll: clean up ep_modify
2009-04-01 Tony Battersbyepoll: remove unnecessary xchg
2009-04-01 Tony Battersbyepoll: remember the event if epoll_wait returns -EFAULT
2009-04-01 Tony Battersbyepoll: don't use current in irq context
2009-04-01 Davide Libenziepoll: remove debugging code
2009-04-01 Davide Libenziepoll: fix epoll's own poll (update)
2009-04-01 Davide Libenziepoll: fix epoll's own poll
2009-04-01 Harvey Harrisonntfs: remove private wrapper of endian helpers
2009-04-01 Eric Sandeenfilesystem freeze: allow SysRq emergency thaw to thaw...
2009-04-01 KAMEZAWA Hiroyukivmscan: fix it to take care of nodemask
2009-04-01 Johannes Weinerramfs-nommu: use generic lru cache
2009-04-01 Hugh Dickinsmm: page_mkwrite change prototype to match fault: fix...
2009-04-01 Nick Pigginfs: fix page_mkwrite error cases in core code and btrfs
2009-04-01 Nick Pigginmm: page_mkwrite change prototype to match fault
2009-04-01 Ravikiran G Thirumalaimm: reintroduce and deprecate rlimit based access for...
2009-04-01 Ravikiran G Thirumalaimm: fix SHM_HUGETLB to work with users in hugetlb_shm_group
2009-04-01 Edward Shishkinvfs: add/use account_page_dirtied()
2009-04-01 Alexey Dobriyanproc tty: remove struct tty_operations::read_proc
2009-04-01 Alexey Dobriyanproc tty: add struct tty_operations::proc_fops
2009-04-01 Dmitri VorobievRemove two unneeded exports and make two symbols static...
2009-04-01 Al ViroCleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45e...
2009-04-01 Al ViroTrim includes of fdtable.h
2009-04-01 Al ViroDon't crap into descriptor table in binfmt_som
2009-04-01 Al ViroTrim includes in binfmt_elf
2009-04-01 Al ViroDon't mess with descriptor table in load_elf_binary()
2009-04-01 Al ViroGet rid of indirect include of fs_struct.h
2009-04-01 Al ViroNew helper - current_umask()
2009-04-01 Al Virocheck_unsafe_exec() doesn't care about signal handlers...
2009-04-01 Al ViroNew locking/refcounting for fs_struct
2009-04-01 Al ViroTake fs_struct handling to new file (fs/fs_struct.c)
2009-04-01 Al ViroGet rid of bumping fs_struct refcount in pivot_root(2)
2009-03-31 Chris MasonBtrfs: try to free metadata pages when we free btree...
2009-03-31 Chris MasonBtrfs: add extra flushing for renames and truncates
2009-03-31 Boaz Harroshfs: Add exofs to Kernel build
2009-03-31 Boaz Harroshexofs: Documentation
2009-03-31 Boaz Harroshexofs: export_operations
next