summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-01-06eCryptfs: Filename Encryption: mount optionMichael Halcrow1-27/+99
2009-01-06eCryptfs: Filename Encryption: filldir, lookup, and readlinkMichael Halcrow4-242/+195
2009-01-06eCryptfs: Filename Encryption: Encoding and encryption functionsMichael Halcrow1-0/+433
2009-01-06eCryptfs: Filename Encryption: Header updatesMichael Halcrow2-14/+51
2009-01-06eCryptfs: Filename Encryption: Tag 70 packetsMichael Halcrow3-70/+613
2009-01-06fs/ncpfs/getopt.c: cleanup keneldocQinghuang Feng1-1/+0
2009-01-06fs/binfmt_misc.c: add terminating newline to /proc/sys/fs/binfmt_misc/statusQinghuang Feng1-1/+1
2009-01-06fs: fix function param name in kernel-docRandy Dunlap1-1/+1
2009-01-06fs/inode: fix kernel-doc notationRandy Dunlap1-4/+4
2009-01-06do_coredump(): check return from argv_split()Tetsuo Handa1-0/+5
2009-01-06add missing accounting calls to compat_sys_{readv,writev}Gerd Hoffmann1-0/+6
2009-01-06fs: fix name overwrite in __register_chrdev_region()Cyrill Gorcunov1-1/+1
2009-01-06percpu_counter: FBC_BATCH should be a variableEric Dumazet2-4/+4
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