Age | Commit message (Expand) | Author |
2009-01-06 | fs/inode: fix kernel-doc notation | Randy Dunlap |
2009-01-06 | do_coredump(): check return from argv_split() | Tetsuo Handa |
2009-01-06 | add missing accounting calls to compat_sys_{readv,writev} | Gerd Hoffmann |
2009-01-06 | fs: fix name overwrite in __register_chrdev_region() | Cyrill Gorcunov |
2009-01-06 | percpu_counter: FBC_BATCH should be a variable | Eric Dumazet |
2009-01-06 | poll: allow f_op->poll to sleep | Tejun Heo |
2009-01-06 | fs: use menuconfig to control the Misc. filesystems menu | Randy Dunlap |
2009-01-06 | fs/exec.c:__bprm_mm_init(): clean up error handling | Luiz Fernando N. Capitulino |
2009-01-06 | fs: sys_sync fix | Nick Piggin |
2009-01-06 | fs: sync_sb_inodes fix | Nick Piggin |
2009-01-06 | fs: remove WB_SYNC_HOLD | Nick Piggin |
2009-01-06 | UBIFS: do not use WB_SYNC_HOLD | Artem Bityutskiy |
2009-01-06 | block_write_begin(): remove useless goto | Franck Bui-Huu |
2009-01-06 | hugetlb: unsigned ret cannot be negative | Roel Kluin |
2009-01-06 | fs: truncate blocks outside i_size after O_DIRECT write error | Dmitri Monakhov |
2009-01-06 | mm: remove GFP_HIGHUSER_PAGECACHE | Hugh Dickins |
2009-01-06 | do_mpage_readpage(): remove useless clear_buffer_mapped() call | Franck Bui-Huu |
2009-01-06 | mm: do_sync_mapping_range integrity fix | Nick Piggin |
2009-01-06 | do_mpage_readpage(): don't submit lots of small bios on boundary | Miquel van Smoorenburg |
2009-01-06 | mm: report the MMU pagesize in /proc/pid/smaps | Mel Gorman |
2009-01-06 | mm: report the pagesize backing a VMA in /proc/pid/smaps | Mel Gorman |
2009-01-06 | block: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers |
2009-01-06 | NFSD: Add documenting comments for nfsctl interface | Chuck Lever |
2009-01-06 | NFSD: Replace open-coded integer with macro | Chuck Lever |
2009-01-06 | NFSD: Fix a handful of coding style issues in write_filehandle() | Chuck Lever |
2009-01-06 | NFSD: clean up failover sysctl function naming | Chuck Lever |
2009-01-06 | lockd: Enable NLM use of AF_INET6 | Chuck Lever |
2009-01-06 | NSM: Move nsm_create() | Chuck Lever |
2009-01-06 | NSM: Move nsm_use_hostnames to mon.c | Chuck Lever |
2009-01-06 | NSM: Move nsm_addr() to fs/lockd/mon.c | Chuck Lever |
2009-01-06 | NSM: Remove include/linux/lockd/sm_inter.h | Chuck Lever |
2009-01-06 | NSM: Replace IP address as our nlm_reboot lookup key | Chuck Lever |
2009-01-06 | NSM: More clean up of nsm_get_handle() | Chuck Lever |
2009-01-06 | NSM: Refactor nsm_handle creation into a helper function | Chuck Lever |
2009-01-06 | NLM: Remove "create" argument from nsm_find() | Chuck Lever |
2009-01-06 | NLM: Call nsm_reboot_lookup() instead of nsm_find() | Chuck Lever |
2009-01-06 | NSM: Add nsm_lookup() function | Chuck Lever |
2009-01-06 | NLM: Decode "priv" argument of NLMPROC_SM_NOTIFY as an opaque | Chuck Lever |
2009-01-06 | NLM: Change nlm_host_rebooted() to take a single nlm_reboot argument | Chuck Lever |
2009-01-06 | NSM: Encode the new "priv" cookie for NSMPROC_MON requests | Chuck Lever |
2009-01-06 | NSM: Generate NSMPROC_MON's "priv" argument when nsm_handle is created | Chuck Lever |
2009-01-06 | NSM: Remove !nsm check from nsm_release() | Chuck Lever |
2009-01-06 | NSM: Remove NULL pointer check from nsm_find() | Chuck Lever |
2009-01-06 | NSM: Add dprintk() calls in nsm_find and nsm_release | Chuck Lever |
2009-01-06 | NSM: Move nsm_find() to fs/lockd/mon.c | Chuck Lever |
2009-01-06 | NSM: move to xdr_stream-based XDR encoders and decoders | Chuck Lever |
2009-01-06 | NSM: Move NSM program and procedure numbers to fs/lockd/mon.c | Chuck Lever |
2009-01-06 | NSM: Move NSM-related XDR data structures to lockd's xdr.h | Chuck Lever |
2009-01-06 | NSM: Check result of SM_UNMON upcall | Chuck Lever |
2009-01-06 | NLM: Move the public declaration of nsm_unmonitor() to lockd.h | Chuck Lever |