aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2009-01-06poll: allow f_op->poll to sleepTejun Heo
2009-01-06fs: use menuconfig to control the Misc. filesystems menuRandy Dunlap
2009-01-06fs/exec.c:__bprm_mm_init(): clean up error handlingLuiz Fernando N. Capitulino
2009-01-06fs: sys_sync fixNick Piggin
2009-01-06fs: sync_sb_inodes fixNick Piggin
2009-01-06fs: remove WB_SYNC_HOLDNick Piggin
2009-01-06UBIFS: do not use WB_SYNC_HOLDArtem Bityutskiy
2009-01-06block_write_begin(): remove useless gotoFranck Bui-Huu
2009-01-06hugetlb: unsigned ret cannot be negativeRoel Kluin
2009-01-06fs: truncate blocks outside i_size after O_DIRECT write errorDmitri Monakhov
2009-01-06mm: remove GFP_HIGHUSER_PAGECACHEHugh Dickins
2009-01-06do_mpage_readpage(): remove useless clear_buffer_mapped() callFranck Bui-Huu
2009-01-06mm: do_sync_mapping_range integrity fixNick Piggin
2009-01-06do_mpage_readpage(): don't submit lots of small bios on boundaryMiquel van Smoorenburg
2009-01-06mm: report the MMU pagesize in /proc/pid/smapsMel Gorman
2009-01-06mm: report the pagesize backing a VMA in /proc/pid/smapsMel Gorman
2009-01-06block: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2009-01-06NFSD: Add documenting comments for nfsctl interfaceChuck Lever
2009-01-06NFSD: Replace open-coded integer with macroChuck Lever
2009-01-06NFSD: Fix a handful of coding style issues in write_filehandle()Chuck Lever
2009-01-06NFSD: clean up failover sysctl function namingChuck Lever
2009-01-06lockd: Enable NLM use of AF_INET6Chuck Lever
2009-01-06NSM: Move nsm_create()Chuck Lever
2009-01-06NSM: Move nsm_use_hostnames to mon.cChuck Lever
2009-01-06NSM: Move nsm_addr() to fs/lockd/mon.cChuck Lever
2009-01-06NSM: Remove include/linux/lockd/sm_inter.hChuck Lever
2009-01-06NSM: Replace IP address as our nlm_reboot lookup keyChuck Lever
2009-01-06NSM: More clean up of nsm_get_handle()Chuck Lever
2009-01-06NSM: Refactor nsm_handle creation into a helper functionChuck Lever
2009-01-06NLM: Remove "create" argument from nsm_find()Chuck Lever
2009-01-06NLM: Call nsm_reboot_lookup() instead of nsm_find()Chuck Lever
2009-01-06NSM: Add nsm_lookup() functionChuck Lever
2009-01-06NLM: Decode "priv" argument of NLMPROC_SM_NOTIFY as an opaqueChuck Lever
2009-01-06NLM: Change nlm_host_rebooted() to take a single nlm_reboot argumentChuck Lever
2009-01-06NSM: Encode the new "priv" cookie for NSMPROC_MON requestsChuck Lever
2009-01-06NSM: Generate NSMPROC_MON's "priv" argument when nsm_handle is createdChuck Lever
2009-01-06NSM: Remove !nsm check from nsm_release()Chuck Lever
2009-01-06NSM: Remove NULL pointer check from nsm_find()Chuck Lever
2009-01-06NSM: Add dprintk() calls in nsm_find and nsm_releaseChuck Lever
2009-01-06NSM: Move nsm_find() to fs/lockd/mon.cChuck Lever
2009-01-06NSM: move to xdr_stream-based XDR encoders and decodersChuck Lever
2009-01-06NSM: Move NSM program and procedure numbers to fs/lockd/mon.cChuck Lever
2009-01-06NSM: Move NSM-related XDR data structures to lockd's xdr.hChuck Lever
2009-01-06NSM: Check result of SM_UNMON upcallChuck Lever
2009-01-06NLM: Move the public declaration of nsm_unmonitor() to lockd.hChuck Lever
2009-01-06NSM: Release nsmhandle in nlm_destroy_hostChuck Lever
2009-01-06NLM: Move the public declaration of nsm_monitor() to lockd.hChuck Lever
2009-01-06NSM: Make sure to return an error if the SM_MON call result is not zeroChuck Lever
2009-01-06NSM: Remove BUG_ON() in nsm_monitor()Chuck Lever
2009-01-06NLM: Remove redundant printk() in nlmclnt_lock()Chuck Lever