aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06poll: allow f_op->poll to sleepTejun Heo1-14/+62
2009-01-06fs: use menuconfig to control the Misc. filesystems menuRandy Dunlap1-2/+15
2009-01-06fs/exec.c:__bprm_mm_init(): clean up error handlingLuiz Fernando N. Capitulino1-14/+6
2009-01-06fs: sys_sync fixNick Piggin1-19/+1
2009-01-06fs: sync_sb_inodes fixNick Piggin1-7/+53
2009-01-06fs: remove WB_SYNC_HOLDNick Piggin1-10/+2
2009-01-06UBIFS: do not use WB_SYNC_HOLDArtem Bityutskiy1-1/+8
2009-01-06block_write_begin(): remove useless gotoFranck Bui-Huu1-1/+0
2009-01-06hugetlb: unsigned ret cannot be negativeRoel Kluin1-4/+8
2009-01-06fs: truncate blocks outside i_size after O_DIRECT write errorDmitri Monakhov1-0/+13
2009-01-06mm: remove GFP_HIGHUSER_PAGECACHEHugh Dickins1-2/+2
2009-01-06do_mpage_readpage(): remove useless clear_buffer_mapped() callFranck Bui-Huu1-1/+0
2009-01-06mm: do_sync_mapping_range integrity fixNick Piggin1-1/+1
2009-01-06do_mpage_readpage(): don't submit lots of small bios on boundaryMiquel van Smoorenburg1-1/+4
2009-01-06mm: report the MMU pagesize in /proc/pid/smapsMel Gorman1-2/+4
2009-01-06mm: report the pagesize backing a VMA in /proc/pid/smapsMel Gorman1-2/+4
2009-01-06block: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-8/+3
2009-01-06NFSD: Add documenting comments for nfsctl interfaceChuck Lever1-16/+437
2009-01-06NFSD: Replace open-coded integer with macroChuck Lever1-2/+2
2009-01-06NFSD: Fix a handful of coding style issues in write_filehandle()Chuck Lever1-3/+6
2009-01-06NFSD: clean up failover sysctl function namingChuck Lever1-7/+6
2009-01-06lockd: Enable NLM use of AF_INET6Chuck Lever1-1/+12
2009-01-06NSM: Move nsm_create()Chuck Lever1-31/+20
2009-01-06NSM: Move nsm_use_hostnames to mon.cChuck Lever2-2/+2
2009-01-06NSM: Move nsm_addr() to fs/lockd/mon.cChuck Lever1-0/+5
2009-01-06NSM: Remove include/linux/lockd/sm_inter.hChuck Lever9-12/+0
2009-01-06NSM: Replace IP address as our nlm_reboot lookup keyChuck Lever1-9/+19
2009-01-06NSM: More clean up of nsm_get_handle()Chuck Lever1-27/+35
2009-01-06NSM: Refactor nsm_handle creation into a helper functionChuck Lever1-12/+26
2009-01-06NLM: Remove "create" argument from nsm_find()Chuck Lever2-16/+11
2009-01-06NLM: Call nsm_reboot_lookup() instead of nsm_find()Chuck Lever1-18/+2
2009-01-06NSM: Add nsm_lookup() functionChuck Lever1-0/+64
2009-01-06NLM: Decode "priv" argument of NLMPROC_SM_NOTIFY as an opaqueChuck Lever3-5/+6
2009-01-06NLM: Change nlm_host_rebooted() to take a single nlm_reboot argumentChuck Lever3-34/+19
2009-01-06NSM: Encode the new "priv" cookie for NSMPROC_MON requestsChuck Lever1-9/+3
2009-01-06NSM: Generate NSMPROC_MON's "priv" argument when nsm_handle is createdChuck Lever1-0/+16
2009-01-06NSM: Remove !nsm check from nsm_release()Chuck Lever1-2/+0
2009-01-06NSM: Remove NULL pointer check from nsm_find()Chuck Lever1-3/+0
2009-01-06NSM: Add dprintk() calls in nsm_find and nsm_releaseChuck Lever1-0/+7
2009-01-06NSM: Move nsm_find() to fs/lockd/mon.cChuck Lever2-128/+133
2009-01-06NSM: move to xdr_stream-based XDR encoders and decodersChuck Lever1-52/+78
2009-01-06NSM: Move NSM program and procedure numbers to fs/lockd/mon.cChuck Lever1-15/+27
2009-01-06NSM: Move NSM-related XDR data structures to lockd's xdr.hChuck Lever1-0/+14
2009-01-06NSM: Check result of SM_UNMON upcallChuck Lever1-0/+2
2009-01-06NLM: Move the public declaration of nsm_unmonitor() to lockd.hChuck Lever1-6/+9
2009-01-06NSM: Release nsmhandle in nlm_destroy_hostChuck Lever2-10/+3
2009-01-06NLM: Move the public declaration of nsm_monitor() to lockd.hChuck Lever1-4/+11
2009-01-06NSM: Make sure to return an error if the SM_MON call result is not zeroChuck Lever1-2/+3
2009-01-06NSM: Remove BUG_ON() in nsm_monitor()Chuck Lever1-1/+0
2009-01-06NLM: Remove redundant printk() in nlmclnt_lock()Chuck Lever1-4/+2